We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6650a3 commit 94d418fCopy full SHA for 94d418f
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.liquibase.ext</groupId>
6
<artifactId>liquibase-filechangelog</artifactId>
7
- <version>4.0.0-beta2-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
8
9
<name>Liquibase File Based Changelog Extension</name>
10
<description>Liquibase extension to use a local file rather than a database table to track executed changeSets</description>
@@ -29,7 +29,7 @@
29
<scm>
30
<connection>scm:git:http://github.com/liquibase/liquibase-filechangelog.git</connection>
31
<url>https://github.com/liquibase/liquibase-filechangelog</url>
32
- <tag>HEAD</tag>
+ <tag>liquibase-filechangelog-4.0.0-beta2</tag>
33
</scm>
34
35
<developers>
0 commit comments