We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b000f commit aec9423Copy full SHA for aec9423
pom.xml
@@ -6,7 +6,7 @@
6
<description>Apache Beam SDK to work with Astra Pipelines</description>
7
<name>Beam SDK for Astra</name>
8
<packaging>jar</packaging>
9
- <version>0.1</version>
+ <version>0.2-SNAPSHOT</version>
10
11
<properties>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -213,7 +213,7 @@
213
<connection>scm:git:[email protected]:clun/beam-sdks-java-io-astra.git</connection>
214
<developerConnection>scm:git:[email protected]:clun/beam-sdks-java-io-astra.git</developerConnection>
215
<url>https://github.com/clun/beam-sdks-java-io-astra</url>
216
- <tag>0.1</tag>
+ <tag>HEAD</tag>
217
</scm>
218
219
<distributionManagement>
0 commit comments