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/02/10 05:46:09 UTC

svn commit: r1729527 - /openmeetings/application/branches/3.1.x/pom.xml

Author: solomax
Date: Wed Feb 10 04:46:09 2016
New Revision: 1729527

URL: http://svn.apache.org/viewvc?rev=1729527&view=rev
Log:
[OPENMEETINGS-1259] maven-compiler-lugin version is updated

Modified:
    openmeetings/application/branches/3.1.x/pom.xml

Modified: openmeetings/application/branches/3.1.x/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/pom.xml?rev=1729527&r1=1729526&r2=1729527&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/pom.xml Wed Feb 10 04:46:09 2016
@@ -728,7 +728,7 @@
 					<inherited>true</inherited>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-compiler-plugin</artifactId>
-					<version>3.5</version>
+					<version>3.5.1</version>
 					<configuration>
 						<source>1.7</source>
 						<target>1.7</target>