Skip to content

Commit

Permalink
[maven-release-plugin] prepare release opentracing-ejb-parent-0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed May 21, 2021
1 parent 9f03697 commit c3b43f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion opentracing-ejb-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-ejb-parent</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-ejb-parent</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</version>
</parent>

<name>OpenTracing - EJB - Integration</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-ejb-parent</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</version>
<packaging>pom</packaging>

<name>OpenTracing - EJB - Parent</name>
Expand All @@ -15,7 +15,7 @@
<url>https://github.com/opentracing-contrib/java-ejb</url>
<connection>scm:git:https://github.com/opentracing-contrib/java-ejb.git</connection>
<developerConnection>scm:git:https://github.com/opentracing-contrib/java-ejb.git</developerConnection>
<tag>HEAD</tag>
<tag>opentracing-ejb-parent-0.0.10</tag>
</scm>

<licenses>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-ejb</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c3b43f1

Please sign in to comment.