We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743e3c5 commit df6ff40Copy full SHA for df6ff40
1 file changed
pom.xml
@@ -29,7 +29,7 @@
29
30
<groupId>io.bootique.liquibase</groupId>
31
<artifactId>bootique-liquibase</artifactId>
32
- <version>3.0-SNAPSHOT</version>
+ <version>3.0</version>
33
<packaging>jar</packaging>
34
35
<name>bootique-liquibase: Liquibase Integration with Bootique</name>
@@ -42,7 +42,7 @@
42
<scm>
43
<developerConnection>scm:git:ssh://git@github.com/bootique/bootique-liquibase</developerConnection>
44
<url>https://github.com/bootique/bootique-liquibase</url>
45
- <tag>HEAD</tag>
+ <tag>3.0</tag>
46
</scm>
47
48
<dependencyManagement>
0 commit comments