You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2016/01/21 07:22:44 UTC

svn commit: r1725875 - /openmeetings/application/trunk/pom.xml

Author: solomax
Date: Thu Jan 21 06:22:43 2016
New Revision: 1725875

URL: http://svn.apache.org/viewvc?rev=1725875&view=rev
Log:
[OPENMEETINGS-980] compiler-plugin version is updated, code clean up

Modified:
    openmeetings/application/trunk/pom.xml

Modified: openmeetings/application/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/pom.xml?rev=1725875&r1=1725874&r2=1725875&view=diff
==============================================================================
--- openmeetings/application/trunk/pom.xml (original)
+++ openmeetings/application/trunk/pom.xml Thu Jan 21 06:22:43 2016
@@ -728,7 +728,7 @@
 					<inherited>true</inherited>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-compiler-plugin</artifactId>
-					<version>3.2</version>
+					<version>3.5</version>
 					<configuration>
 						<source>1.7</source>
 						<target>1.7</target>
@@ -737,14 +737,6 @@
 					</configuration>
 				</plugin>
 				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-eclipse-plugin</artifactId>
-					<version>2.9</version>
-					<configuration>
-						<downloadSources>true</downloadSources>
-					</configuration>
-				</plugin>
-				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-jar-plugin</artifactId>
 					<version>2.6</version>