Skip to content

Commit 19e05cc

Browse files
committed
bump version to 6.0.1-SNAPSHOT
1 parent 7088fc6 commit 19e05cc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

phoenix-queryserver-assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.phoenix</groupId>
2727
<artifactId>phoenix-queryserver-parent</artifactId>
28-
<version>6.0.0</version>
28+
<version>6.0.1-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>phoenix-queryserver-assembly</artifactId>

phoenix-queryserver-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.apache.phoenix</groupId>
3131
<artifactId>phoenix-queryserver-parent</artifactId>
32-
<version>6.0.0</version>
32+
<version>6.0.1-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>phoenix-queryserver-client</artifactId>

phoenix-queryserver-it/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.phoenix</groupId>
3030
<artifactId>phoenix-queryserver-parent</artifactId>
31-
<version>6.0.0</version>
31+
<version>6.0.1-SNAPSHOT</version>
3232
</parent>
3333

3434
<artifactId>phoenix-queryserver-it</artifactId>

phoenix-queryserver-load-balancer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.phoenix</groupId>
2929
<artifactId>phoenix-queryserver-parent</artifactId>
30-
<version>6.0.0</version>
30+
<version>6.0.1-SNAPSHOT</version>
3131
</parent>
3232
<artifactId>phoenix-queryserver-load-balancer</artifactId>
3333
<name>Phoenix Query Server Load Balancer</name>

phoenix-queryserver-orchestrator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>phoenix-queryserver-parent</artifactId>
3030
<groupId>org.apache.phoenix</groupId>
31-
<version>6.0.0</version>
31+
<version>6.0.1-SNAPSHOT</version>
3232
</parent>
3333

3434
<artifactId>phoenix-queryserver-orchestrator</artifactId>

phoenix-queryserver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.phoenix</groupId>
3030
<artifactId>phoenix-queryserver-parent</artifactId>
31-
<version>6.0.0</version>
31+
<version>6.0.1-SNAPSHOT</version>
3232
</parent>
3333

3434
<artifactId>phoenix-queryserver</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>org.apache.phoenix</groupId>
3333
<artifactId>phoenix-queryserver-parent</artifactId>
34-
<version>6.0.0</version>
34+
<version>6.0.1-SNAPSHOT</version>
3535
<packaging>pom</packaging>
3636
<name>Phoenix Query Server Maven Parent Project</name>
3737

0 commit comments

Comments
 (0)