We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e660c90 commit db61b59Copy full SHA for db61b59
pom.xml
@@ -29,7 +29,7 @@
29
30
<groupId>io.streamnative.ecosystem</groupId>
31
<artifactId>pulsar-io-cloud-storage</artifactId>
32
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2</version>
33
<name>Pulsar Ecosystem :: IO Connector :: Cloud Storage Project</name>
34
<description>Cloud Storage Connector integrates Apache Pulsar with Cloud Storage.</description>
35
@@ -101,7 +101,7 @@
101
<connection>scm:git:[email protected]:datastax/pulsar-io-cloud-storage.git</connection>
102
<developerConnection>scm:git:[email protected]:datastax/pulsar-io-cloud-storage.git</developerConnection>
103
<url>https://github.com/datastax/pulsar-io-cloud-storage</url>
104
- <tag>HEAD</tag>
+ <tag>v3.2.2</tag>
105
</scm>
106
107
<!-- keep all the dependencies used by all modules here -->
0 commit comments