diff --git a/pom.xml b/pom.xml index 05deab3..79d5336 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.liquibase.ext</groupId> <artifactId>liquibase-maxdb</artifactId> - <version>4.31.0</version> + <version>4.32.0-SNAPSHOT</version> <name>Liquibase Extension: SAP MaxDB support</name> <description>Add this Liquibase extension to your project to support SAP MaxDB</description> @@ -44,7 +44,7 @@ <connection>scm:git:${project.scm.url}</connection> <developerConnection>scm:git:${project.scm.url}</developerConnection> <url>https://github.com/liquibase/liquibase-maxdb.git</url> - <tag>temp</tag> + <tag>HEAD</tag> </scm> <build>