Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Feb 28, 2023
1 parent 1326379 commit f3d8750
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 15 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>smallrye-opentelemetry-api</artifactId>
Expand Down
8 changes: 6 additions & 2 deletions examples/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<groupId>io.smallrye</groupId>
<artifactId>smallrye-build-parent</artifactId>
<version>39</version>
<relativePath/>
<relativePath />
</parent>

<groupId>io.smallrye.opentelemetry.examples</groupId>
<artifactId>agent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>war</packaging>
<name>SmallRye OpenTelemetry Examples: Agent</name>

Expand Down Expand Up @@ -136,4 +136,8 @@
<version>${version.smallrye.config}</version>
</dependency>
</dependencies>

<scm>
<tag>2.3.0</tag>
</scm>
</project>
8 changes: 6 additions & 2 deletions examples/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<groupId>io.smallrye</groupId>
<artifactId>smallrye-build-parent</artifactId>
<version>39</version>
<relativePath/>
<relativePath />
</parent>

<groupId>io.smallrye.opentelemetry.examples</groupId>
<artifactId>library</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>war</packaging>
<name>SmallRye OpenTelemetry Examples: Library</name>

Expand Down Expand Up @@ -174,4 +174,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>2.3.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<groupId>io.smallrye.config.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion implementation/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion implementation/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>io.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>

<packaging>pom</packaging>
<name>SmallRye OpenTelemetry: Parent</name>
Expand Down Expand Up @@ -40,7 +40,7 @@
<connection>scm:git:[email protected]:smallrye/smallrye-opentelemetry</connection>
<developerConnection>scm:git:[email protected]:smallrye/smallrye-opentelemetry</developerConnection>
<url>https://github.com/smallrye/smallrye-opentelemetry/</url>
<tag>HEAD</tag>
<tag>2.3.0</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>smallrye-opentelemetry-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-testsuite</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>smallrye-opentelemetry-extra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>smallrye-opentelemetry-testsuite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-testsuite</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>smallrye-opentelemetry-tck</artifactId>
Expand Down

0 comments on commit f3d8750

Please sign in to comment.