We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8093d commit 7c41c84Copy full SHA for 7c41c84
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.liquibase.ext</groupId>
5
<artifactId>liquibase-oracle</artifactId>
6
7
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
8
9
<name>Liquibase Oracle Extensions</name>
10
<description>Some tags to work on Oracle DB.</description>
@@ -28,7 +28,7 @@
28
<scm>
29
<connection>scm:git:http://github.com/liquibase/liquibase-oracle.git</connection>
30
<url>https://github.com/liquibase/liquibase-oracle</url>
31
- <tag>HEAD</tag>
+ <tag>liquibase-oracle-4.1.1</tag>
32
</scm>
33
<developers>
34
<developer>
0 commit comments