We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150bb61 commit d0c8108Copy full SHA for d0c8108
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.liquibase.ext</groupId>
6
<artifactId>liquibase-filechangelog</artifactId>
7
- <version>3.10.1-SNAPSHOT</version>
+ <version>3.10.1</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-3.10.1</tag>
33
</scm>
34
35
<developers>
0 commit comments