Skip to content

Commit 7355a5c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d1acbe6 commit 7355a5c

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>messaging-connectors-commons-parent</artifactId>
2323
<groupId>com.datastax.oss</groupId>
24-
<version>1.0.15</version>
24+
<version>1.0.16-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>messaging-connectors-commons-core</artifactId>
2727
<name>DataStax Apache Cassandra (R) Messaging Sink Connectors - Common</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.datastax.oss</groupId>
2222
<artifactId>messaging-connectors-commons-parent</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.0.15</version>
24+
<version>1.0.16-SNAPSHOT</version>
2525
<name>DataStax Apache Cassandra (R) Messaging Connectors</name>
2626
<description>Common utilities for pulling data from Messaging middlewares and inserting into Apache Cassandra (R) or DataStax Enterprise (DSE)</description>
2727
<url>https://github.com/riptano/messaging-connectors-commons</url>
@@ -671,7 +671,7 @@ limitations under the License.]]></inlineHeader>
671671
<connection>scm:git:[email protected]:datastax/messaging-connectors-commons.git</connection>
672672
<developerConnection>scm:git:[email protected]:datastax/messaging-connectors-commons.git</developerConnection>
673673
<url>https://github.com/datastax/messaging-connectors-commons</url>
674-
<tag>1.0.15</tag>
674+
<tag>HEAD</tag>
675675
</scm>
676676
<developers>
677677
<developer>

text/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<artifactId>dsbulk-codecs</artifactId>
2323
<groupId>com.datastax.oss</groupId>
2424
<version>1.10.0</version>
25-
<relativePath/>
25+
<relativePath />
2626
</parent>
2727
<groupId>com.datastax.oss</groupId>
28-
<version>1.0.15</version>
28+
<version>1.0.16-SNAPSHOT</version>
2929
<artifactId>dsbulk-codecs-text-messaging-components-fork</artifactId>
3030
<name>DataStax Bulk Loader - Codecs - Text - Vectors preview</name>
3131
<description>Text codecs for the DataStax Bulk Loader (String and JSON).</description>
@@ -129,7 +129,4 @@
129129
</plugin>
130130
</plugins>
131131
</build>
132-
<scm>
133-
<tag>1.0.15</tag>
134-
</scm>
135132
</project>

0 commit comments

Comments
 (0)