Skip to content

Commit 2deb394

Browse files
ODP-3.2.4.0-1 Tag release.
1 parent 897b57d commit 2deb394

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.2.0-SNAPSHOT</version>
25+
<version>5.1.3.3.2.4.0-1</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-SNAPSHOT</version>
25+
<version>5.1.3.3.2.4.0-1</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-SNAPSHOT</version>
25+
<version>5.1.3.3.2.4.0-1</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-SNAPSHOT</version>
25+
<version>5.1.3.3.2.4.0-1</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-SNAPSHOT</spark.version>
38+
<spark.version>2.4.8.3.2.4.0-1</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
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>org.apache.phoenix</groupId>
3737
<artifactId>phoenix</artifactId>
38-
<version>5.1.3.3.2.2.0-SNAPSHOT</version>
38+
<version>5.1.3.3.2.4.0-1</version>
3939
</parent>
4040

4141
<scm>
@@ -60,13 +60,13 @@
6060

6161
<properties>
6262
<!-- Phoenix Version -->
63-
<phoenix.version>5.1.3.3.2.2.0-SNAPSHOT</phoenix.version>
63+
<phoenix.version>5.1.3.3.2.4.0-1</phoenix.version>
6464
<phoenix.thirdparty.version>2.0.0</phoenix.thirdparty.version>
6565
<!-- Hadoop Versions -->
66-
<hbase.version>2.4.11.3.2.2.0-SNAPSHOT</hbase.version>
66+
<hbase.version>2.4.11.3.2.4.0-1</hbase.version>
6767
<hbase.compat.version>2.4.1</hbase.compat.version>
68-
<hadoop.version>3.2.3.3.2.2.0-SNAPSHOT</hadoop.version>
69-
<zookeeper.version>3.5.10.3.2.2.0-SNAPSHOT</zookeeper.version>
68+
<hadoop.version>3.2.3.3.2.4.0-1</hadoop.version>
69+
<zookeeper.version>3.5.10.3.2.4.0-1</zookeeper.version>
7070

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

@@ -84,8 +84,8 @@
8484
<hive-storage.version>${hive3-storage.version}</hive-storage.version>
8585
<flume.version>1.4.0</flume.version>
8686
<kafka.version>2.8.2</kafka.version>
87-
<spark.version>2.4.8.3.2.2.0-SNAPSHOT</spark.version>
88-
<spark3.version>3.2.2.3.2.2.0-SNAPSHOT</spark3.version>
87+
<spark.version>2.4.8.3.2.4.0-1</spark.version>
88+
<spark3.version>3.3.3.3.2.4.0-1</spark3.version>
8989
<scala.version>2.11.12</scala.version>
9090
<scala.binary.version>2.11</scala.binary.version>
9191

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-SNAPSHOT</version>
24+
<version>5.1.3.3.2.4.0-1</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-SNAPSHOT</version>
26+
<version>5.1.3.3.2.4.0-1</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-SNAPSHOT</version>
26+
<version>5.1.3.3.2.4.0-1</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-SNAPSHOT</version>
26+
<version>5.1.3.3.2.4.0-1</version>
2727
</parent>
2828

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

0 commit comments

Comments
 (0)