Skip to content

Commit

Permalink
Update version to 4.17.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxinyi committed Feb 24, 2021
1 parent a1cf54f commit 8e44658
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion phoenix-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix</artifactId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>
<artifactId>phoenix-assembly</artifactId>
<name>Phoenix Assembly</name>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-client-parent/phoenix-client-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-client-parent</artifactId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-client-embedded-${hbase.suffix}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-client-parent/phoenix-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-client-parent</artifactId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-client-${hbase.suffix}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-client-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix</artifactId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>
<artifactId>phoenix-client-parent</artifactId>
<name>Phoenix Client Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix</artifactId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>
<artifactId>phoenix-core</artifactId>
<name>Phoenix Core</name>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-hbase-compat-1.3.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>phoenix</artifactId>
<groupId>org.apache.phoenix</groupId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-hbase-compat-1.3.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-hbase-compat-1.4.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>phoenix</artifactId>
<groupId>org.apache.phoenix</groupId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-hbase-compat-1.4.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-hbase-compat-1.5.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>phoenix</artifactId>
<groupId>org.apache.phoenix</groupId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-hbase-compat-1.5.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-pherf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix</artifactId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-pherf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix</artifactId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-server-${hbase.suffix}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>phoenix</artifactId>
<groupId>org.apache.phoenix</groupId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion phoenix-tracing-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix</artifactId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-tracing-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix</artifactId>
<version>4.16.0-SNAPSHOT</version>
<version>4.17.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Phoenix</name>
<description>A SQL layer over HBase</description>
Expand Down

0 comments on commit 8e44658

Please sign in to comment.