Skip to content

Commit 68ef172

Browse files
ODP-3.2.3.3-2 version update.
1 parent 3a2e333 commit 68ef172

File tree

27 files changed

+39
-39
lines changed

27 files changed

+39
-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.3.2-2</version>
25+
<version>5.1.3.3.2.3.3-2</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.3.2-2</version>
25+
<version>5.1.3.3.2.3.3-2</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.3.2-2</version>
25+
<version>5.1.3.3.2.3.3-2</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.3.2-2</version>
25+
<version>5.1.3.3.2.3.3-2</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.3.2-2</spark.version>
38+
<spark.version>2.4.8.3.2.3.3-2</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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<parent>
3737
<groupId>org.apache.phoenix</groupId>
3838
<artifactId>phoenix</artifactId>
39-
<version>5.1.3.3.2.3.2-2</version>
39+
<version>5.1.3.3.2.3.3-2</version>
4040
</parent>
4141

4242
<scm>
@@ -61,13 +61,13 @@
6161

6262
<properties>
6363
<!-- Phoenix Version -->
64-
<phoenix.version>5.1.3.3.2.3.2-2</phoenix.version>
64+
<phoenix.version>5.1.3.3.2.3.3-2</phoenix.version>
6565
<phoenix.thirdparty.version>2.0.0</phoenix.thirdparty.version>
6666
<!-- Hadoop Versions -->
67-
<hbase.version>2.4.11.3.2.3.2-2</hbase.version>
67+
<hbase.version>2.4.11.3.2.3.3-2</hbase.version>
6868
<hbase.compat.version>2.4.1</hbase.compat.version>
69-
<hadoop.version>3.2.3.3.2.3.2-2</hadoop.version>
70-
<zookeeper.version>3.5.10.3.2.3.2-2</zookeeper.version>
69+
<hadoop.version>3.2.3.3.2.3.3-2</hadoop.version>
70+
<zookeeper.version>3.5.10.3.2.3.3-2</zookeeper.version>
7171

7272
<hbase-thirdparty-version>2.1.0</hbase-thirdparty-version>
7373

@@ -85,8 +85,8 @@
8585
<hive-storage.version>${hive3-storage.version}</hive-storage.version>
8686
<flume.version>1.4.0</flume.version>
8787
<kafka.version>2.8.2</kafka.version>
88-
<spark.version>2.4.8.3.2.3.2-2</spark.version>
89-
<spark3.version>3.3.3.3.2.3.2-2</spark3.version>
88+
<spark.version>2.4.8.3.2.3.3-2</spark.version>
89+
<spark3.version>3.3.3.3.2.3.3-2</spark3.version>
9090
<scala.version>2.11.12</scala.version>
9191
<scala.binary.version>2.11</scala.binary.version>
9292

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.3.2-2</version>
24+
<version>5.1.3.3.2.3.3-2</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.3.2-2</version>
26+
<version>5.1.3.3.2.3.3-2</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.3.2-2</version>
26+
<version>5.1.3.3.2.3.3-2</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.3.2-2</version>
26+
<version>5.1.3.3.2.3.3-2</version>
2727
</parent>
2828

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

0 commit comments

Comments
 (0)