You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by pb...@apache.org on 2018/11/30 16:57:22 UTC

[2/3] phoenix git commit: PHOENIX-5038 Use a single version of Scala in phoenix-spark

PHOENIX-5038 Use a single version of Scala in phoenix-spark

Signed-off-by: Josh Elser <el...@apache.org>
Signed-off-by: Thomas D'Silva <td...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9ab8c1e9
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9ab8c1e9
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/9ab8c1e9

Branch: refs/heads/4.x-cdh5.15
Commit: 9ab8c1e908ce4bb62a575f4f9dde8639993a48ba
Parents: 219a55a
Author: Artem Ervits <ar...@gmail.com>
Authored: Wed Nov 28 16:11:18 2018 +0000
Committer: Pedro Boado <pb...@apache.org>
Committed: Fri Nov 30 16:24:44 2018 +0000

----------------------------------------------------------------------
 phoenix-spark/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/9ab8c1e9/phoenix-spark/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-spark/pom.xml b/phoenix-spark/pom.xml
index 858895a..264ac77 100644
--- a/phoenix-spark/pom.xml
+++ b/phoenix-spark/pom.xml
@@ -503,13 +503,14 @@
       <plugin>
         <groupId>net.alchim31.maven</groupId>
         <artifactId>scala-maven-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.4.4</version>
         <configuration>
           <charset>${project.build.sourceEncoding}</charset>
           <jvmArgs>
             <jvmArg>-Xmx1024m</jvmArg>
           </jvmArgs>
           <scalaVersion>${scala.version}</scalaVersion>
+          <scalaCompatVersion>${scala.binary.version}</scalaCompatVersion>
         </configuration>
         <executions>
           <execution>