Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 23, 2023
1 parent a892742 commit d979585
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.opentracing</groupId>
<artifactId>quarkus-smallrye-opentracing-parent</artifactId>
<version>1.0.0</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-smallrye-opentracing-deployment</artifactId>
<name>Quarkus SmallRye OpenTracing - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.opentracing</groupId>
<artifactId>quarkus-smallrye-opentracing-parent</artifactId>
<version>1.0.0</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.opentracing</groupId>
<artifactId>quarkus-smallrye-opentracing-parent</artifactId>
<version>1.0.0</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-smallrye-opentracing-integration-tests</artifactId>
<name>Quarkus SmallRye OpenTracing - Integration Tests</name>
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 @@
</parent>
<groupId>io.quarkiverse.opentracing</groupId>
<artifactId>quarkus-smallrye-opentracing-parent</artifactId>
<version>1.0.0</version>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Quarkus SmallRye OpenTracing - Parent</name>
<modules>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:[email protected]:quarkiverse/quarkus-smallrye-opentracing.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-smallrye-opentracing.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-smallrye-opentracing</url>
<tag>1.0.0</tag>
<tag>HEAD</tag>
</scm>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.opentracing</groupId>
<artifactId>quarkus-smallrye-opentracing-parent</artifactId>
<version>1.0.0</version>
<version>999-SNAPSHOT</version>
</parent>

<artifactId>quarkus-smallrye-opentracing-quickstart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.opentracing</groupId>
<artifactId>quarkus-smallrye-opentracing-parent</artifactId>
<version>1.0.0</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-smallrye-opentracing</artifactId>
<name>Quarkus SmallRye OpenTracing - Runtime</name>
Expand Down

0 comments on commit d979585

Please sign in to comment.