Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgerhard committed Jul 4, 2023
1 parent 66c42aa commit 4fa1b58
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.stripe</groupId>
<artifactId>quarkus-stripe-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>quarkus-stripe-deployment</artifactId>
<name>Quarkus Stripe - 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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.quarkiverse.stripe</groupId>
<artifactId>quarkus-stripe-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.1</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.stripe</groupId>
<artifactId>quarkus-stripe-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>quarkus-stripe-integration-tests</artifactId>
<name>Quarkus Stripe - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.quarkiverse.stripe</groupId>
<artifactId>quarkus-stripe-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>Quarkus Stripe - Parent</name>
<modules>
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.stripe</groupId>
<artifactId>quarkus-stripe-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>quarkus-stripe</artifactId>
<name>Quarkus Stripe - Runtime</name>
Expand Down

0 comments on commit 4fa1b58

Please sign in to comment.