We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be59cd3 commit ed76692Copy full SHA for ed76692
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>org.liquibase.ext</groupId>
12
<artifactId>liquibase-maxdb</artifactId>
13
- <version>4.29.2</version>
+ <version>4.30.0-SNAPSHOT</version>
14
15
<name>Liquibase Extension: SAP MaxDB support</name>
16
<description>Add this Liquibase extension to your project to support SAP MaxDB</description>
@@ -44,7 +44,7 @@
44
<connection>scm:git:${project.scm.url}</connection>
45
<developerConnection>scm:git:${project.scm.url}</developerConnection>
46
<url>https://github.com/liquibase/liquibase-maxdb.git</url>
47
- <tag>temp</tag>
+ <tag>HEAD</tag>
48
</scm>
49
50
<build>
0 commit comments