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
loadbuild committed Jan 6, 2022
1 parent ca5485f commit a333b5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion beam-sdks-java-io-solace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.solace.connector.beam</groupId>
<artifactId>solace-apache-beam-parent</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>beam-sdks-java-io-solace</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.solace.connector.beam</groupId>
<artifactId>solace-apache-beam-parent</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache Beam Solace PubSub+ I/O Parent</name>
Expand Down Expand Up @@ -67,7 +67,7 @@
<url>https://github.com/${repoName}/solace-apache-beam.git</url>
<connection>scm:git:git://github.com/${repoName}/solace-apache-beam.git</connection>
<developerConnection>scm:git:[email protected]:${repoName}/solace-apache-beam.git</developerConnection>
<tag>1.2.0</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions solace-apache-beam-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.solace.connector.beam</groupId>
<artifactId>solace-apache-beam-parent</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>solace-apache-beam-samples</artifactId>
Expand All @@ -31,7 +31,7 @@

<properties>
<beam.version>2.35.0</beam.version>
<solace-beam.version>1.2.0</solace-beam.version>
<solace-beam.version>1.3.0-SNAPSHOT</solace-beam.version>

<maven-exec-plugin.version>1.6.0</maven-exec-plugin.version>
<maven-jar-plugin.version>3.0.2</maven-jar-plugin.version>
Expand Down

0 comments on commit a333b5b

Please sign in to comment.