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
opentracingci committed Oct 21, 2020
1 parent 58d5fbf commit 20c62aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion opentracing-kafka-client/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>opentracing-kafka-parent</artifactId>
<groupId>io.opentracing.contrib</groupId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions opentracing-kafka-spring/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>opentracing-kafka-parent</artifactId>
<groupId>io.opentracing.contrib</groupId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-kafka-client</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions opentracing-kafka-streams/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>opentracing-kafka-parent</artifactId>
<groupId>io.opentracing.contrib</groupId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-kafka-client</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -19,7 +19,7 @@
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-kafka-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>

<modules>
<module>opentracing-kafka-client</module>
Expand All @@ -37,7 +37,7 @@
<connection>scm:git:https://github.com/opentracing-contrib/java-kafka-client.git</connection>
<developerConnection>scm:git:https://github.com/opentracing-contrib/java-kafka-client.git
</developerConnection>
<tag>0.1.14</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 20c62aa

Please sign in to comment.