Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 0.31.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
opentracingci committed Dec 20, 2017
1 parent 24f155c commit 6f3d5c2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion opentracing-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.opentracing</groupId>
<artifactId>parent</artifactId>
<version>0.30.1-SNAPSHOT</version>
<version>0.31.0-RC2</version>
</parent>

<artifactId>opentracing-api</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions opentracing-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.opentracing</groupId>
<artifactId>parent</artifactId>
<version>0.30.1-SNAPSHOT</version>
<version>0.31.0-RC2</version>
</parent>

<artifactId>opentracing-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.opentracing</groupId>
<artifactId>parent</artifactId>
<version>0.30.1-SNAPSHOT</version>
<version>0.31.0-RC2</version>
</parent>

<artifactId>opentracing-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-noop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.opentracing</groupId>
<artifactId>parent</artifactId>
<version>0.30.1-SNAPSHOT</version>
<version>0.31.0-RC2</version>
</parent>

<artifactId>opentracing-noop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.opentracing</groupId>
<artifactId>parent</artifactId>
<version>0.30.1-SNAPSHOT</version>
<version>0.31.0-RC2</version>
</parent>

<artifactId>opentracing-util</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.opentracing</groupId>
<artifactId>parent</artifactId>
<version>0.30.1-SNAPSHOT</version>
<version>0.31.0-RC2</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -87,7 +87,7 @@
<url>https://github.com/opentracing/opentracing-java</url>
<connection>scm:git:https://github.com/opentracing/opentracing-java.git</connection>
<developerConnection>scm:git:https://github.com/opentracing/opentracing-java.git</developerConnection>
<tag>HEAD</tag>
<tag>0.31.0-RC2</tag>
</scm>

<!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
Expand Down

0 comments on commit 6f3d5c2

Please sign in to comment.