We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822aac0 commit 7ba9fc8Copy full SHA for 7ba9fc8
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.liquibase.ext</groupId>
6
<artifactId>liquibase-redshift</artifactId>
7
- <version>4.3.3-SNAPSHOT</version>
+ <version>4.3.3</version>
8
9
<name>Liquibase Extension: Amazon Redshift Support</name>
10
<description>Adds support for Amazon redshift</description>
@@ -29,7 +29,7 @@
29
<scm>
30
<connection>scm:git:http://github.com/liquibase/liquibase-redshift.git</connection>
31
<url>https://github.com/liquibase/liquibase-redshift</url>
32
- <tag>HEAD</tag>
+ <tag>liquibase-redshift-4.3.3</tag>
33
</scm>
34
35
<developers>
0 commit comments