Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci-releases[bot] committed Dec 3, 2024
1 parent ac03923 commit 5bf476d
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 18 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.8.2-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>smallrye-opentelemetry-api</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion examples/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

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

<scm>
<tag>2.9.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion examples/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.smallrye.opentelemetry.examples</groupId>
<artifactId>library</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.9.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.9.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.8.2-SNAPSHOT</version>
<version>2.9.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.8.2-SNAPSHOT</version>
<version>2.9.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.8.2-SNAPSHOT</version>
<version>2.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion implementation/exporters/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.8.2-SNAPSHOT</version>
<version>2.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion implementation/micrometer-otel-bridge/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.8.2-SNAPSHOT</version>
<version>2.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion implementation/observation-otel-bridge/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.8.2-SNAPSHOT</version>
<version>2.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion implementation/propagation/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.8.2-SNAPSHOT</version>
<version>2.9.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.8.2-SNAPSHOT</version>
<version>2.9.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.8.2-SNAPSHOT</version>
<version>2.9.0</version>

<packaging>pom</packaging>
<name>SmallRye OpenTelemetry: Parent</name>
Expand Down Expand Up @@ -48,7 +48,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.9.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.8.2-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>smallrye-opentelemetry-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/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.8.2-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>smallrye-opentelemetry-test</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.8.2-SNAPSHOT</version>
<version>2.9.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.8.2-SNAPSHOT</version>
<version>2.9.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.8.2-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

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

0 comments on commit 5bf476d

Please sign in to comment.