Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Oct 25, 2022
1 parent 4285603 commit 797735f
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 11 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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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 @@ -10,7 +10,7 @@

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

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

<scm>
<tag>1.0.1</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 @@ -10,7 +10,7 @@

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

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

<scm>
<tag>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

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

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

0 comments on commit 797735f

Please sign in to comment.