Skip to content

Commit f88e026

Browse files
ODP-3.2.2.0-201 tag release.
1 parent 11faa95 commit f88e026

File tree

27 files changed

+40
-39
lines changed

27 files changed

+40
-39
lines changed

phoenix-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.phoenix</groupId>
2424
<artifactId>phoenix</artifactId>
25-
<version>5.1.3.3.2.2.0-2</version>
25+
<version>5.1.3.3.2.2.0-201</version>
2626
</parent>
2727
<artifactId>phoenix-assembly</artifactId>
2828
<name>Phoenix Assembly</name>

phoenix-client-parent/phoenix-client-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.phoenix</groupId>
2424
<artifactId>phoenix-client-parent</artifactId>
25-
<version>5.1.3.3.2.2.0-2</version>
25+
<version>5.1.3.3.2.2.0-201</version>
2626
</parent>
2727

2828
<artifactId>phoenix-client-embedded-${hbase.suffix}</artifactId>

phoenix-client-parent/phoenix-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.phoenix</groupId>
2424
<artifactId>phoenix-client-parent</artifactId>
25-
<version>5.1.3.3.2.2.0-2</version>
25+
<version>5.1.3.3.2.2.0-201</version>
2626
</parent>
2727

2828
<artifactId>phoenix-client-${hbase.suffix}</artifactId>

phoenix-client-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.phoenix</groupId>
2424
<artifactId>phoenix</artifactId>
25-
<version>5.1.3.3.2.2.0-2</version>
25+
<version>5.1.3.3.2.2.0-201</version>
2626
</parent>
2727
<artifactId>phoenix-client-parent</artifactId>
2828
<name>Phoenix Client Parent</name>

phoenix-connectors/phoenix5-spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<top.dir>${project.basedir}/..</top.dir>
38-
<spark.version>2.4.8.3.2.2.0-2</spark.version>
38+
<spark.version>2.4.8.3.2.2.0-201</spark.version>
3939
<scala.version>2.11.12</scala.version>
4040
<scala.binary.version>2.11</scala.binary.version>
4141
<skip-scala-tests>true</skip-scala-tests>

phoenix-connectors/pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.apache.phoenix</groupId>
55
<artifactId>phoenix-connectors</artifactId>
6+
<version>6.0.0-SNAPSHOT</version>
67
<packaging>pom</packaging>
78
<name>Apache Phoenix Connectors</name>
89
<description>Connectors for third party libraries to access data stored in Phoenix/HBase</description>
@@ -35,7 +36,7 @@
3536
<parent>
3637
<groupId>org.apache.phoenix</groupId>
3738
<artifactId>phoenix</artifactId>
38-
<version>5.1.3.3.2.2.0-2</version>
39+
<version>5.1.3.3.2.2.0-201</version>
3940
</parent>
4041

4142
<scm>
@@ -60,13 +61,13 @@
6061

6162
<properties>
6263
<!-- Phoenix Version -->
63-
<phoenix.version>5.1.3.3.2.2.0-2</phoenix.version>
64+
<phoenix.version>5.1.3.3.2.2.0-201</phoenix.version>
6465
<phoenix.thirdparty.version>2.0.0</phoenix.thirdparty.version>
6566
<!-- Hadoop Versions -->
66-
<hbase.version>2.4.11.3.2.2.0-2</hbase.version>
67+
<hbase.version>2.4.11.3.2.2.0-201</hbase.version>
6768
<hbase.compat.version>2.4.1</hbase.compat.version>
68-
<hadoop.version>3.2.3.3.2.2.0-2</hadoop.version>
69-
<zookeeper.version>3.5.10.3.2.2.0-2</zookeeper.version>
69+
<hadoop.version>3.2.3.3.2.2.0-201</hadoop.version>
70+
<zookeeper.version>3.5.10.3.2.2.0-201</zookeeper.version>
7071

7172
<hbase-thirdparty-version>2.1.0</hbase-thirdparty-version>
7273

@@ -84,8 +85,8 @@
8485
<hive-storage.version>${hive3-storage.version}</hive-storage.version>
8586
<flume.version>1.4.0</flume.version>
8687
<kafka.version>2.8.2</kafka.version>
87-
<spark.version>2.4.8.3.2.2.0-2</spark.version>
88-
<spark3.version>3.2.2.3.2.2.0-2</spark3.version>
88+
<spark.version>2.4.8.3.2.2.0-201</spark.version>
89+
<spark3.version>3.2.2.3.2.2.0-201</spark3.version>
8990
<scala.version>2.11.12</scala.version>
9091
<scala.binary.version>2.11</scala.binary.version>
9192

phoenix-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.phoenix</groupId>
2323
<artifactId>phoenix</artifactId>
24-
<version>5.1.3.3.2.2.0-2</version>
24+
<version>5.1.3.3.2.2.0-201</version>
2525
</parent>
2626
<artifactId>phoenix-core</artifactId>
2727
<name>Phoenix Core</name>

phoenix-hbase-compat-2.1.6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.phoenix</groupId>
2525
<artifactId>phoenix</artifactId>
26-
<version>5.1.3.3.2.2.0-2</version>
26+
<version>5.1.3.3.2.2.0-201</version>
2727
</parent>
2828

2929
<artifactId>phoenix-hbase-compat-2.1.6</artifactId>

phoenix-hbase-compat-2.2.5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.phoenix</groupId>
2525
<artifactId>phoenix</artifactId>
26-
<version>5.1.3.3.2.2.0-2</version>
26+
<version>5.1.3.3.2.2.0-201</version>
2727
</parent>
2828

2929
<artifactId>phoenix-hbase-compat-2.2.5</artifactId>

phoenix-hbase-compat-2.3.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.phoenix</groupId>
2525
<artifactId>phoenix</artifactId>
26-
<version>5.1.3.3.2.2.0-2</version>
26+
<version>5.1.3.3.2.2.0-201</version>
2727
</parent>
2828

2929
<artifactId>phoenix-hbase-compat-2.3.0</artifactId>

0 commit comments

Comments
 (0)