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 Mar 21, 2024
1 parent cd779ff commit c80a09e
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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubaction</groupId>
<artifactId>quarkus-github-action-parent</artifactId>
<version>2.3.1</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-github-action-deployment</artifactId>
<name>Quarkus GitHub Action - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubaction</groupId>
<artifactId>quarkus-github-action-parent</artifactId>
<version>2.3.1</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubaction</groupId>
<artifactId>quarkus-github-action-parent</artifactId>
<version>2.3.1</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-github-action-integration-tests</artifactId>
<name>Quarkus GitHub Action - Integration Tests</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.githubaction</groupId>
<artifactId>quarkus-github-action-parent</artifactId>
<version>2.3.1</version>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Quarkus GitHub Action - Parent</name>
<modules>
Expand Down Expand Up @@ -127,6 +127,6 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-github-action.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-github-action.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-github-action</url>
<tag>2.3.1</tag>
<tag>HEAD</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion runtime/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubaction</groupId>
<artifactId>quarkus-github-action-parent</artifactId>
<version>2.3.1</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-github-action</artifactId>
<name>Quarkus GitHub Action - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.githubaction</groupId>
<artifactId>quarkus-github-action-parent</artifactId>
<version>2.3.1</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-github-action-testing</artifactId>
<name>Quarkus GitHub Action - Testing</name>
Expand Down

0 comments on commit c80a09e

Please sign in to comment.