Skip to content

Commit c3b43f1

Browse files
committed
[maven-release-plugin] prepare release opentracing-ejb-parent-0.0.10
1 parent 9f03697 commit c3b43f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

opentracing-ejb-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.opentracing.contrib</groupId>
77
<artifactId>opentracing-ejb-parent</artifactId>
8-
<version>0.0.10-SNAPSHOT</version>
8+
<version>0.0.10</version>
99
</parent>
1010

1111
<properties>

opentracing-ejb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.opentracing.contrib</groupId>
77
<artifactId>opentracing-ejb-parent</artifactId>
8-
<version>0.0.10-SNAPSHOT</version>
8+
<version>0.0.10</version>
99
</parent>
1010

1111
<name>OpenTracing - EJB - Integration</name>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.opentracing.contrib</groupId>
66
<artifactId>opentracing-ejb-parent</artifactId>
7-
<version>0.0.10-SNAPSHOT</version>
7+
<version>0.0.10</version>
88
<packaging>pom</packaging>
99

1010
<name>OpenTracing - EJB - Parent</name>
@@ -15,7 +15,7 @@
1515
<url>https://github.com/opentracing-contrib/java-ejb</url>
1616
<connection>scm:git:https://github.com/opentracing-contrib/java-ejb.git</connection>
1717
<developerConnection>scm:git:https://github.com/opentracing-contrib/java-ejb.git</developerConnection>
18-
<tag>HEAD</tag>
18+
<tag>opentracing-ejb-parent-0.0.10</tag>
1919
</scm>
2020

2121
<licenses>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>io.opentracing.contrib</groupId>
6161
<artifactId>opentracing-ejb</artifactId>
62-
<version>0.0.10-SNAPSHOT</version>
62+
<version>0.0.10</version>
6363
</dependency>
6464

6565
<dependency>

0 commit comments

Comments
 (0)