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
quarkiverse-ci[bot] committed Nov 20, 2024
1 parent 5cc3af6 commit 042ca05
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
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.temporal</groupId>
<artifactId>quarkus-temporal-parent</artifactId>
<version>0.0.14</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extension/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.temporal</groupId>
<artifactId>quarkus-temporal-extension-parent</artifactId>
<version>0.0.14</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-temporal-deployment</artifactId>
<name>Quarkus Temporal - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.temporal</groupId>
<artifactId>quarkus-temporal-parent</artifactId>
<version>0.0.14</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-temporal-extension-parent</artifactId>
<name>Quarkus Temporal Extension - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion extension/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.temporal</groupId>
<artifactId>quarkus-temporal-extension-parent</artifactId>
<version>0.0.14</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-temporal</artifactId>
<name>Quarkus Temporal - Runtime</name>
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.temporal</groupId>
<artifactId>quarkus-temporal-parent</artifactId>
<version>0.0.14</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>integration-tests</artifactId>
<name>Quarkus Temporal - 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.temporal</groupId>
<artifactId>quarkus-temporal-parent</artifactId>
<version>0.0.14</version>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Quarkus Temporal - Parent</name>
<description>Temporal is a developer-first, open source platform that ensures the successful execution of services and applications.</description>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-bucket4j.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-bucket4j.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-bucket4j</url>
<tag>0.0.14</tag>
<tag>HEAD</tag>
</scm>
<properties>
<maven.compiler.release>11</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion test-extension/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.temporal</groupId>
<artifactId>quarkus-temporal-test-extension-parent</artifactId>
<version>0.0.14</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-temporal-test-deployment</artifactId>
<name>Quarkus Temporal Test - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion test-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.temporal</groupId>
<artifactId>quarkus-temporal-parent</artifactId>
<version>0.0.14</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-temporal-test-extension-parent</artifactId>
<name>Quarkus Temporal Test Plugin - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion test-extension/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.temporal</groupId>
<artifactId>quarkus-temporal-test-extension-parent</artifactId>
<version>0.0.14</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-temporal-test</artifactId>
<name>Quarkus Temporal Test - Runtime</name>
Expand Down

0 comments on commit 042ca05

Please sign in to comment.