Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Sep 27, 2021
1 parent 33319f2 commit c79672b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-RC3</version>
</parent>

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

<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-RC3</version>
<packaging>pom</packaging>
<name>MicroProfile OpenTracing</name>
<description>Specification for OpenTracing behavior in MicroProfile</description>
Expand Down Expand Up @@ -73,7 +73,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-opentracing.git</connection>
<developerConnection>scm:git:[email protected]:eclipse/microprofile-opentracing.git</developerConnection>
<url>https://github.com/eclipse/microprofile-opentracing</url>
<tag>HEAD</tag>
<tag>3.0-RC3</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-RC3</version>
</parent>

<artifactId>microprofile-opentracing-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>microprofile-opentracing-tck-parent</artifactId>
<groupId>org.eclipse.microprofile.opentracing</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-RC3</version>
</parent>

<artifactId>microprofile-opentracing-tck-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tck/rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>microprofile-opentracing-tck-parent</artifactId>
<groupId>org.eclipse.microprofile.opentracing</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-tck</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-RC3</version>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
Expand Down

0 comments on commit c79672b

Please sign in to comment.