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