Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Jul 9, 2024
1 parent 2ad9b29 commit b198f40
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 30 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.6.1-SNAPSHOT</version>
<version>2.7.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.6.1-SNAPSHOT</version>
<version>2.7.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.7.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.6.1-SNAPSHOT</version>
<version>2.7.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.7.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.6.1-SNAPSHOT</version>
<version>2.7.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.6.1-SNAPSHOT</version>
<version>2.7.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.6.1-SNAPSHOT</version>
<version>2.7.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.6.1-SNAPSHOT</version>
<version>2.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions implementation/micrometer-otel-bridge/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions implementation/observation-otel-bridge/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.7.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.6.1-SNAPSHOT</version>
<version>2.7.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.6.1-SNAPSHOT</version>
<version>2.7.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.6.1-SNAPSHOT</version>
<version>2.7.0</version>

<packaging>pom</packaging>
<name>SmallRye OpenTelemetry: Parent</name>
Expand Down Expand Up @@ -44,7 +44,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.7.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.6.1-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>smallrye-opentelemetry-release</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.7.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.6.1-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>smallrye-opentelemetry-extra</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions testsuite/observation/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.smallrye.opentelemetry</groupId>
<artifactId>smallrye-opentelemetry-testsuite</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>smallrye-opentelemetry-observation-otel-bridge-it</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.6.1-SNAPSHOT</version>
<version>2.7.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.6.1-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

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

0 comments on commit b198f40

Please sign in to comment.