Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.0.alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkiverse-ci[bot] committed Nov 16, 2024
1 parent 1ce1675 commit 3d403f2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.fury</groupId>
<artifactId>quarkus-fury-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.2.0.alpha1</version>
</parent>
<artifactId>quarkus-fury-deployment</artifactId>
<name>Quarkus Fury - 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.fury</groupId>
<artifactId>quarkus-fury-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.2.0.alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/classic-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.fury</groupId>
<artifactId>quarkus-fury-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>0.2.0.alpha1</version>
</parent>
<artifactId>quarkus-fury-integration-tests-classic-rest</artifactId>
<name>Quarkus Fury - Integration Tests - Classic Rest</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.fury</groupId>
<artifactId>quarkus-fury-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>0.2.0.alpha1</version>
</parent>
<artifactId>quarkus-fury-integration-tests-commons</artifactId>
<name>Quarkus Fury - Integration Tests - Commons</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 @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.fury</groupId>
<artifactId>quarkus-fury-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.2.0.alpha1</version>
</parent>
<artifactId>quarkus-fury-integration-tests</artifactId>
<name>Quarkus Fury - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/reactive-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.fury</groupId>
<artifactId>quarkus-fury-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>0.2.0.alpha1</version>
</parent>
<artifactId>quarkus-fury-integration-tests-reactive-rest</artifactId>
<name>Quarkus Fury - Integration Tests - Reactive Rest</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.fury</groupId>
<artifactId>quarkus-fury-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.2.0.alpha1</version>
<packaging>pom</packaging>
<name>Quarkus Fury - Parent</name>

Expand All @@ -22,7 +22,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-fury.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-fury.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-fury</url>
<tag>HEAD</tag>
<tag>0.2.0.alpha1</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.fury</groupId>
<artifactId>quarkus-fury-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.2.0.alpha1</version>
</parent>
<artifactId>quarkus-fury</artifactId>
<name>Quarkus Fury - Runtime</name>
Expand Down

0 comments on commit 3d403f2

Please sign in to comment.