Skip to content

Commit 414261b

Browse files
ODP Version upgrade to 3.3.6.0-1
1 parent d169fd5 commit 414261b

File tree

29 files changed

+53
-48
lines changed

29 files changed

+53
-48
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.0-SNAPSHOT</version>
25+
<version>5.1.3.3.3.6.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.3.0-SNAPSHOT</version>
25+
<version>5.1.3.3.3.6.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.3.0-SNAPSHOT</version>
25+
<version>5.1.3.3.3.6.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.3.0-SNAPSHOT</version>
25+
<version>5.1.3.3.3.6.0-1</version>
2626
</parent>
2727
<artifactId>phoenix-client-parent</artifactId>
2828
<name>Phoenix Client Parent</name>

phoenix-connectors/phoenix5-connectors-assembly/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,16 @@
5353
<groupId>org.apache.phoenix</groupId>
5454
<artifactId>phoenix5-kafka</artifactId>
5555
</dependency>
56+
<!--
5657
<dependency>
5758
<groupId>org.apache.phoenix</groupId>
5859
<artifactId>phoenix5-spark</artifactId>
5960
</dependency>
61+
6062
<dependency>
6163
<groupId>org.apache.phoenix</groupId>
6264
<artifactId>phoenix5-spark-shaded</artifactId>
63-
</dependency>
65+
</dependency> -->
6466
<dependency>
6567
<groupId>org.apache.phoenix</groupId>
6668
<artifactId>phoenix5-spark3-shaded</artifactId>
@@ -119,7 +121,8 @@
119121
</argument>
120122
</arguments>
121123
</configuration>
122-
</execution>
124+
</execution>
125+
<!--
123126
<execution>
124127
<id>spark without version</id>
125128
<phase>package</phase>
@@ -139,7 +142,7 @@
139142
</argument>
140143
</arguments>
141144
</configuration>
142-
</execution>
145+
</execution> -->
143146
<execution>
144147
<id>spark3 without version</id>
145148
<phase>package</phase>

phoenix-connectors/phoenix5-hive-shaded/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
</build>
217217
<properties>
218218
<hive.version>${hive3.version}</hive.version>
219-
<test.tmp.dir>${project.build.directory}/tmp</test.tmp.dir>
220219
<top.dir>${project.basedir}/..</top.dir>
220+
<test.tmp.dir>${project.build.directory}/tmp</test.tmp.dir>
221221
</properties>
222222
</project>

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.0-SNAPSHOT</spark.version>
38+
<spark.version>2.4.8</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: 13 additions & 11 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.0-SNAPSHOT</version>
39+
<version>5.1.3.3.3.6.0-1</version>
4040
</parent>
4141

4242
<scm>
@@ -51,8 +51,9 @@
5151
<module>phoenix5-hive-shaded</module>
5252
<module>phoenix5-flume</module>
5353
<module>phoenix5-kafka</module>
54-
<module>phoenix5-spark</module>
55-
<module>phoenix5-spark-shaded</module>
54+
<!-- <module>phoenix5-spark</module>
55+
<module>phoenix5-spark-shaded</module> -->
56+
5657
<module>phoenix5-spark3</module>
5758
<module>phoenix5-spark3-it</module>
5859
<module>phoenix5-spark3-shaded</module>
@@ -61,13 +62,13 @@
6162

6263
<properties>
6364
<!-- Phoenix Version -->
64-
<phoenix.version>5.1.3.3.2.3.0-SNAPSHOT</phoenix.version>
65+
<phoenix.version>5.1.3.3.3.6.0-1</phoenix.version>
6566
<phoenix.thirdparty.version>2.0.0</phoenix.thirdparty.version>
6667
<!-- Hadoop Versions -->
67-
<hbase.version>2.4.11.3.2.3.0-SNAPSHOT</hbase.version>
68+
<hbase.version>2.5.8.3.3.6.0-1</hbase.version>
6869
<hbase.compat.version>2.4.1</hbase.compat.version>
69-
<hadoop.version>3.2.3.3.2.3.0-SNAPSHOT</hadoop.version>
70-
<zookeeper.version>3.5.10.3.2.3.0-SNAPSHOT</zookeeper.version>
70+
<hadoop.version>3.3.6.3.3.6.0-1</hadoop.version>
71+
<zookeeper.version>3.8.4.3.3.6.0-1</zookeeper.version>
7172

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

@@ -85,8 +86,8 @@
8586
<hive-storage.version>${hive3-storage.version}</hive-storage.version>
8687
<flume.version>1.4.0</flume.version>
8788
<kafka.version>2.8.2</kafka.version>
88-
<spark.version>2.4.8.3.2.3.0-SNAPSHOT</spark.version>
89-
<spark3.version>3.3.3.3.2.3.0-SNAPSHOT</spark3.version>
89+
<spark.version>2.4.8</spark.version>
90+
<spark3.version>3.3.3.3.2.3.1-2</spark3.version>
9091
<scala.version>2.11.12</scala.version>
9192
<scala.binary.version>2.11</scala.binary.version>
9293

@@ -511,7 +512,8 @@
511512
<groupId>org.apache.phoenix</groupId>
512513
<artifactId>phoenix5-kafka</artifactId>
513514
<version>${project.version}</version>
514-
</dependency>
515+
</dependency>
516+
<!--
515517
<dependency>
516518
<groupId>org.apache.phoenix</groupId>
517519
<artifactId>phoenix5-spark</artifactId>
@@ -521,7 +523,7 @@
521523
<groupId>org.apache.phoenix</groupId>
522524
<artifactId>phoenix5-spark-shaded</artifactId>
523525
<version>${project.version}</version>
524-
</dependency>
526+
</dependency> -->
525527
<dependency>
526528
<groupId>org.apache.phoenix</groupId>
527529
<artifactId>phoenix5-spark3</artifactId>

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.0-SNAPSHOT</version>
24+
<version>5.1.3.3.3.6.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.3.0-SNAPSHOT</version>
26+
<version>5.1.3.3.3.6.0-1</version>
2727
</parent>
2828

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

0 commit comments

Comments
 (0)