Skip to content

Commit

Permalink
[ci skip][maven-release-plugin] prepare release update-sql-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jun 6, 2020
1 parent d5e5375 commit fff2b71
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>nl.polarfish</groupId>
<artifactId>update-sql</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<name>update-sql</name>
<description>Liquibase updateSQL command as a service</description>

<scm>
<connection>scm:git:https://github.com/polarfish/update-sql.git</connection>
<developerConnection>scm:git:https://github.com/polarfish/update-sql.git</developerConnection>
<tag>HEAD</tag>
<tag>update-sql-1.0.3</tag>
<url>https://github.com/polarfish/update-sql</url>
</scm>

Expand Down

0 comments on commit fff2b71

Please sign in to comment.