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 16, 2020
1 parent 5dc825f commit 3b88436
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions opentracing-jms-1/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-jms-parent</artifactId>
<version>0.1.11</version>
<version>0.1.12-SNAPSHOT</version>
</parent>

<artifactId>opentracing-jms-1</artifactId>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-jms-common</artifactId>
<version>0.1.11</version>
<version>0.1.12-SNAPSHOT</version>
</dependency>

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

<artifactId>opentracing-jms-2</artifactId>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-jms-common</artifactId>
<version>0.1.11</version>
<version>0.1.12-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-jms-common/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-jms-parent</artifactId>
<version>0.1.11</version>
<version>0.1.12-SNAPSHOT</version>
</parent>

<artifactId>opentracing-jms-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions opentracing-jms-spring/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-jms-parent</artifactId>
<version>0.1.11</version>
<version>0.1.12-SNAPSHOT</version>
</parent>

<artifactId>opentracing-jms-spring</artifactId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-jms-2</artifactId>
<version>0.1.11</version>
<version>0.1.12-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-jms-parent</artifactId>
<version>0.1.11</version>
<version>0.1.12-SNAPSHOT</version>
<packaging>pom</packaging>

<name>OpenTracing Instrumentation for JMS API</name>
Expand All @@ -32,7 +32,7 @@
<connection>scm:git:https://github.com/opentracing-contrib/java-jms.git</connection>
<developerConnection>scm:git:https://github.com/opentracing-contrib/java-jms.git
</developerConnection>
<tag>0.1.11</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 3b88436

Please sign in to comment.