You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2017/01/19 16:20:52 UTC

[4/4] flink git commit: [FLINK-5519] [build] scala-maven-plugin version all change to 3.2.2

[FLINK-5519] [build] scala-maven-plugin version all change to 3.2.2

This closes #3132


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

Branch: refs/heads/master
Commit: a18657dcc5ac2411595481fd0983585465383808
Parents: d8fd04a
Author: shijinkui <sh...@huawei.com>
Authored: Wed Jan 18 16:26:14 2017 +0800
Committer: Stephan Ewen <se...@apache.org>
Committed: Thu Jan 19 17:18:49 2017 +0100

----------------------------------------------------------------------
 flink-connectors/flink-hadoop-compatibility/pom.xml                | 1 -
 flink-contrib/flink-streaming-contrib/pom.xml                      | 1 -
 flink-examples/flink-examples-batch/pom.xml                        | 1 -
 flink-examples/flink-examples-streaming/pom.xml                    | 1 -
 flink-libraries/flink-gelly-examples/pom.xml                       | 1 -
 flink-libraries/flink-ml/pom.xml                                   | 1 -
 flink-mesos/pom.xml                                                | 1 -
 .../src/main/resources/archetype-resources/pom.xml                 | 2 +-
 flink-runtime/pom.xml                                              | 1 -
 flink-tests/pom.xml                                                | 1 -
 flink-yarn-tests/pom.xml                                           | 1 -
 flink-yarn/pom.xml                                                 | 1 -
 pom.xml                                                            | 2 +-
 tools/force-shading/pom.xml                                        | 2 +-
 14 files changed, 3 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-connectors/flink-hadoop-compatibility/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connectors/flink-hadoop-compatibility/pom.xml b/flink-connectors/flink-hadoop-compatibility/pom.xml
index 12bbb11..fe25376 100644
--- a/flink-connectors/flink-hadoop-compatibility/pom.xml
+++ b/flink-connectors/flink-hadoop-compatibility/pom.xml
@@ -97,7 +97,6 @@ under the License.
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.1.4</version>
 				<executions>
 					<!-- Run scala compiler in the process-resources phase, so that dependencies on
 						scala classes can be resolved later in the (Java) compile phase -->

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-contrib/flink-streaming-contrib/pom.xml
----------------------------------------------------------------------
diff --git a/flink-contrib/flink-streaming-contrib/pom.xml b/flink-contrib/flink-streaming-contrib/pom.xml
index 6699751..a218f12 100644
--- a/flink-contrib/flink-streaming-contrib/pom.xml
+++ b/flink-contrib/flink-streaming-contrib/pom.xml
@@ -74,7 +74,6 @@ under the License.
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.1.4</version>
 				<executions>
 					<!-- Run scala compiler in the process-resources phase, so that dependencies on
 						scala classes can be resolved later in the (Java) compile phase -->

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-examples/flink-examples-batch/pom.xml
----------------------------------------------------------------------
diff --git a/flink-examples/flink-examples-batch/pom.xml b/flink-examples/flink-examples-batch/pom.xml
index f5e7420..20dc951 100644
--- a/flink-examples/flink-examples-batch/pom.xml
+++ b/flink-examples/flink-examples-batch/pom.xml
@@ -54,7 +54,6 @@ under the License.
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.1.4</version>
 				<executions>
 					<!-- Run scala compiler in the process-resources phase, so that dependencies on
 						scala classes can be resolved later in the (Java) compile phase -->

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-examples/flink-examples-streaming/pom.xml
----------------------------------------------------------------------
diff --git a/flink-examples/flink-examples-streaming/pom.xml b/flink-examples/flink-examples-streaming/pom.xml
index c895a55..adc819e 100644
--- a/flink-examples/flink-examples-streaming/pom.xml
+++ b/flink-examples/flink-examples-streaming/pom.xml
@@ -368,7 +368,6 @@ under the License.
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.1.4</version>
 				<executions>
 					<!-- Run scala compiler in the process-resources phase, so that dependencies on
 						scala classes can be resolved later in the (Java) compile phase -->

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-libraries/flink-gelly-examples/pom.xml
----------------------------------------------------------------------
diff --git a/flink-libraries/flink-gelly-examples/pom.xml b/flink-libraries/flink-gelly-examples/pom.xml
index d32eef10..b533119 100644
--- a/flink-libraries/flink-gelly-examples/pom.xml
+++ b/flink-libraries/flink-gelly-examples/pom.xml
@@ -91,7 +91,6 @@
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.1.4</version>
 				<executions>
 					<!-- Run scala compiler in the process-resources phase, so that dependencies on
                         scala classes can be resolved later in the (Java) compile phase -->

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-libraries/flink-ml/pom.xml
----------------------------------------------------------------------
diff --git a/flink-libraries/flink-ml/pom.xml b/flink-libraries/flink-ml/pom.xml
index 19187ac..bea956e 100644
--- a/flink-libraries/flink-ml/pom.xml
+++ b/flink-libraries/flink-ml/pom.xml
@@ -129,7 +129,6 @@
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.2.2</version>
 				<executions>
 					<execution>
 						<goals>

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-mesos/pom.xml
----------------------------------------------------------------------
diff --git a/flink-mesos/pom.xml b/flink-mesos/pom.xml
index 463f149..f3a9533 100644
--- a/flink-mesos/pom.xml
+++ b/flink-mesos/pom.xml
@@ -152,7 +152,6 @@ under the License.
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.1.4</version>
 				<executions>
 					<!-- Run scala compiler in the process-resources phase, so that dependencies on
 						scala classes can be resolved later in the (Java) compile phase -->

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
index 927ab84..699a739 100644
--- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
+++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
@@ -313,7 +313,7 @@ under the License.
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.1.4</version>
+				<version>3.2.2</version>
 				<executions>
 					<execution>
 						<goals>

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-runtime/pom.xml
----------------------------------------------------------------------
diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index 30d83b0..6dff6fb 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -202,7 +202,6 @@ under the License.
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.1.4</version>
 				<executions>
 					<!-- Run scala compiler in the process-resources phase, so that dependencies on
 						scala classes can be resolved later in the (Java) compile phase -->

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-tests/pom.xml
----------------------------------------------------------------------
diff --git a/flink-tests/pom.xml b/flink-tests/pom.xml
index 643182f..e9f0c66 100644
--- a/flink-tests/pom.xml
+++ b/flink-tests/pom.xml
@@ -213,7 +213,6 @@ under the License.
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.1.4</version>
 				<executions>
 					<!-- Run scala compiler in the process-resources phase, so that dependencies on
 						scala classes can be resolved later in the (Java) compile phase -->

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-yarn-tests/pom.xml
----------------------------------------------------------------------
diff --git a/flink-yarn-tests/pom.xml b/flink-yarn-tests/pom.xml
index 5c91551..4b97596 100644
--- a/flink-yarn-tests/pom.xml
+++ b/flink-yarn-tests/pom.xml
@@ -184,7 +184,6 @@ under the License.
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.1.4</version>
 				<executions>
 					<!-- Run scala compiler in the process-resources phase, so that dependencies on
 						scala classes can be resolved later in the (Java) compile phase -->

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/flink-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/flink-yarn/pom.xml b/flink-yarn/pom.xml
index f69e0e4..11d238a 100644
--- a/flink-yarn/pom.xml
+++ b/flink-yarn/pom.xml
@@ -127,7 +127,6 @@ under the License.
 			<plugin>
 				<groupId>net.alchim31.maven</groupId>
 				<artifactId>scala-maven-plugin</artifactId>
-				<version>3.1.4</version>
 				<executions>
 					<!-- Run scala compiler in the process-resources phase, so that dependencies on
 						scala classes can be resolved later in the (Java) compile phase -->

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5d20db6..389af84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ under the License.
 	<parent>
 		<groupId>org.apache</groupId>
 		<artifactId>apache</artifactId>
-		<version>14</version>
+		<version>18</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/flink/blob/a18657dc/tools/force-shading/pom.xml
----------------------------------------------------------------------
diff --git a/tools/force-shading/pom.xml b/tools/force-shading/pom.xml
index 353674d..3de6a5a 100644
--- a/tools/force-shading/pom.xml
+++ b/tools/force-shading/pom.xml
@@ -25,7 +25,7 @@ under the License.
 	<parent>
 		<groupId>org.apache</groupId>
 		<artifactId>apache</artifactId>
-		<version>14</version>
+		<version>18</version>
 	</parent>
 
 	<!--