From 60339b4ec0ef31a601f67cb011f9a64ff8b106eb Mon Sep 17 00:00:00 2001 From: Joe Littlejohn <joelittlejohn@gmail.com> Date: Fri, 4 Jul 2014 22:25:15 +0100 Subject: [PATCH] Use managed versions of release plugin and compiler plugin --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 44de9fb..4af7de7 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> <configuration> <source>1.6</source> <target>1.6</target> @@ -82,7 +81,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.3.1</version> <configuration> <!-- http://jira.codehaus.org/browse/MGPG-9 --> <mavenExecutorId>forked-path</mavenExecutorId> -- GitLab