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 2017/01/17 03:49:28 UTC

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

Author: solomax
Date: Tue Jan 17 03:49:28 2017
New Revision: 1779132

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

Modified:
    openmeetings/application/trunk/pom.xml

Modified: openmeetings/application/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/pom.xml?rev=1779132&r1=1779131&r2=1779132&view=diff
==============================================================================
--- openmeetings/application/trunk/pom.xml (original)
+++ openmeetings/application/trunk/pom.xml Tue Jan 17 03:49:28 2017
@@ -759,7 +759,7 @@
 					<inherited>true</inherited>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-compiler-plugin</artifactId>
-					<version>3.5.1</version>
+					<version>3.6.1</version>
 					<configuration>
 						<source>1.8</source>
 						<target>1.8</target>