Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 6, 2024
1 parent 162c211 commit 0160357
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 @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.chappie</groupId>
<artifactId>quarkus-chappie-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>quarkus-chappie-deployment</artifactId>
<name>Quarkus Chappie - 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.chappie</groupId>
<artifactId>quarkus-chappie-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.5</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 @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.chappie</groupId>
<artifactId>quarkus-chappie-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>quarkus-chappie-integration-tests</artifactId>
<name>Quarkus Chappie - 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 @@ -9,7 +9,7 @@
</parent>
<groupId>io.quarkiverse.chappie</groupId>
<artifactId>quarkus-chappie-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.5</version>
<packaging>pom</packaging>
<name>Quarkus Chappie - Parent</name>

Expand All @@ -24,7 +24,7 @@
<connection>scm:git:[email protected]:quarkiverse/quarkus-chappie.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-chappie.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-chappie</url>
<tag>HEAD</tag>
<tag>0.0.5</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.chappie</groupId>
<artifactId>quarkus-chappie-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>quarkus-chappie</artifactId>
<name>Quarkus Chappie - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.chappie</groupId>
<artifactId>quarkus-chappie-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>quarkus-chappie-sample</artifactId>
<name>Quarkus Chappie - Sample</name>
Expand Down

0 comments on commit 0160357

Please sign in to comment.