You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2017/11/09 14:40:13 UTC

[2/2] flink git commit: [hotfix][build] Deduplicate maven-enforcer version

[hotfix][build] Deduplicate maven-enforcer version


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

Branch: refs/heads/master
Commit: 856e8d2b9642b23c2e26d8450884defd9e5b8c0d
Parents: b221714
Author: Piotr Nowojski <pi...@gmail.com>
Authored: Thu Oct 5 15:17:13 2017 +0200
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Thu Nov 9 15:39:35 2017 +0100

----------------------------------------------------------------------
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/856e8d2b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a05833a..f6cfba4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -885,7 +885,6 @@ under the License.
 					<plugin>
 						<groupId>org.apache.maven.plugins</groupId>
 						<artifactId>maven-enforcer-plugin</artifactId>
-						<version>1.4.1</version>
 						<executions>
 							<execution>
 								<id>enforce-maven</id>
@@ -1194,7 +1193,6 @@ under the License.
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-enforcer-plugin</artifactId>
-				<version>1.4.1</version><!--$NO-MVN-MAN-VER$-->
 				<executions>
 					<execution>
 						<id>enforce-maven</id>
@@ -1324,6 +1322,11 @@ under the License.
 					</configuration>
 				</plugin>
 
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-enforcer-plugin</artifactId>
+					<version>1.4.1</version>
+				</plugin>
 
 				<!-- Pin the version of the maven shade plugin -->
 				<plugin>