Skip to content

Commit

Permalink
feat(versioning): version to 6.0.0-0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrotws committed Feb 1, 2024
1 parent a9e38eb commit 07f8833
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion phoenix-queryserver-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0-SNAPSHOT</version>
<version>6.0.0-0.0</version>
</parent>

<artifactId>phoenix-queryserver-assembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-queryserver-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0-SNAPSHOT</version>
<version>6.0.0-0.0</version>
</parent>

<artifactId>phoenix-queryserver-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-queryserver-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0-SNAPSHOT</version>
<version>6.0.0-0.0</version>
</parent>

<artifactId>phoenix-queryserver-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-queryserver-load-balancer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0-SNAPSHOT</version>
<version>6.0.0-0.0</version>
</parent>
<artifactId>phoenix-queryserver-load-balancer</artifactId>
<name>Phoenix Query Server Load Balancer</name>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-queryserver-orchestrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>phoenix-queryserver-parent</artifactId>
<groupId>org.apache.phoenix</groupId>
<version>6.0.0-0.0-SNAPSHOT</version>
<version>6.0.0-0.0</version>
</parent>

<artifactId>phoenix-queryserver-orchestrator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-queryserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0-SNAPSHOT</version>
<version>6.0.0-0.0</version>
</parent>

<artifactId>phoenix-queryserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0-SNAPSHOT</version>
<version>6.0.0-0.0</version>
<packaging>pom</packaging>
<name>Phoenix Query Server Maven Parent Project</name>

Expand Down

0 comments on commit 07f8833

Please sign in to comment.