Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 28, 2024
1 parent 48a6857 commit bf17cc2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.authzed</groupId>
<artifactId>quarkus-authzed-client-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>quarkus-authzed-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.authzed</groupId>
<artifactId>quarkus-authzed-client-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<artifactId>quarkus-authzed-client-deployment</artifactId>
<name>Quarkus - Authzed Client - 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.authzed</groupId>
<artifactId>quarkus-authzed-client-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion grpc/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.authzed</groupId>
<artifactId>quarkus-authzed-client-grpc-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<artifactId>quarkus-authzed-grpc-client</artifactId>
<name>Quarkus - Authzed Client - gRPC - Client</name>
Expand Down
2 changes: 1 addition & 1 deletion grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.authzed</groupId>
<artifactId>quarkus-authzed-client-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<groupId>io.quarkiverse.authzed</groupId>
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.authzed</groupId>
<artifactId>quarkus-authzed-client-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<artifactId>quarkus-authzed-client-integration-tests</artifactId>
<name>Quarkus - Authzed Client - 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.authzed</groupId>
<artifactId>quarkus-authzed-client-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.7.0</version>
<packaging>pom</packaging>
<name>Quarkus - Authzed Client - Parent</name>
<modules>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-authzed-client.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-authzed-client.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-authzed-client</url>
<tag>HEAD</tag>
<tag>0.7.0</tag>
</scm>
<properties>
<quarkus.version>3.15.1</quarkus.version>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.authzed</groupId>
<artifactId>quarkus-authzed-client-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<artifactId>quarkus-authzed-client</artifactId>
<name>Quarkus - Authzed Client - Runtime</name>
Expand Down

0 comments on commit bf17cc2

Please sign in to comment.