Author: wkeil
Date: Thu Jan 1 16:32:03 2015
New Revision: 1648874
URL: http://svn.apache.org/r1648874
Log:
Removed redundant versions in POM already declared by Apache parent
Modified:
devicemap/trunk/devicemap/java/classifier/pom.xml
Modified: devicemap/trunk/devicemap/java/classifier/pom.xml
URL:
http://svn.apache.org/viewvc/devicemap/trunk/devicemap/java/classifier/pom.xml?rev=1648874&r1=1648873&r2=1648874&view=diff
==============================================================================
--- devicemap/trunk/devicemap/java/classifier/pom.xml (original)
+++ devicemap/trunk/devicemap/java/classifier/pom.xml Thu Jan 1 16:32:03 2015
@@ -65,7 +65,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
@@ -75,7 +74,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.17</version>
</plugin>
</plugins>
</build>