Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed May 8, 2023
1 parent 82b0ba0 commit 589ea55
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.datastax.oss</groupId>
<artifactId>pulsar-cassandra-sink-parent</artifactId>
<packaging>pom</packaging>
<version>1.6.10</version>
<version>1.6.11-SNAPSHOT</version>
<name>DataStax Apache Cassandra (R) Pulsar Sink Connector</name>
<description>A Pulsar Sink Connector for pulling data from Apache Pulsar and inserting into Apache Cassandra (R) or DataStax Enterprise (DSE)</description>
<url>https://github.com/datastax/pulsar-sink</url>
Expand Down Expand Up @@ -759,7 +759,7 @@ limitations under the License.]]></inlineHeader>
<connection>scm:git:git@github.com:datastax/pulsar-sink.git</connection>
<developerConnection>scm:git:git@github.com:datastax/pulsar-sink.git</developerConnection>
<url>https://github.com/datastax/pulsar-sink</url>
<tag>1.6.10</tag>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-cassandra-sink-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>1.6.10</version>
<version>1.6.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cassandra-sink-pulsar-distribution</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pulsar-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-cassandra-sink-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>1.6.10</version>
<version>1.6.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cassandra-sink-pulsar</artifactId>
Expand Down Expand Up @@ -196,7 +196,7 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>reference.conf</resource>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<relocations>
<relocation>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-cassandra-sink-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>1.6.10</version>
<version>1.6.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cassandra-sink-pulsar-tests</artifactId>
Expand Down

0 comments on commit 589ea55

Please sign in to comment.