Skip to content

Commit 3451a0e

Browse files
author
opentracingci
committed
[maven-release-plugin] prepare release 0.1.2
1 parent fb4c750 commit 3451a0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

opentracing-rxjava-1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.opentracing.contrib</groupId>
2121
<artifactId>opentracing-rxjava-parent</artifactId>
22-
<version>0.1.2-SNAPSHOT</version>
22+
<version>0.1.2</version>
2323
</parent>
2424

2525
<artifactId>opentracing-rxjava-1</artifactId>

opentracing-rxjava-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.opentracing.contrib</groupId>
2121
<artifactId>opentracing-rxjava-parent</artifactId>
22-
<version>0.1.2-SNAPSHOT</version>
22+
<version>0.1.2</version>
2323
</parent>
2424

2525
<artifactId>opentracing-rxjava-2</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>io.opentracing.contrib</groupId>
2121
<artifactId>opentracing-rxjava-parent</artifactId>
22-
<version>0.1.2-SNAPSHOT</version>
22+
<version>0.1.2</version>
2323
<packaging>pom</packaging>
2424

2525
<name>${project.groupId}:${project.artifactId}</name>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:https://github.com/opentracing-contrib/java-rxjava.git</connection>
3333
<developerConnection>scm:git:https://github.com/opentracing-contrib/java-rxjava.git
3434
</developerConnection>
35-
<tag>HEAD</tag>
35+
<tag>0.1.2</tag>
3636
</scm>
3737

3838
<licenses>

0 commit comments

Comments
 (0)