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/12/11 14:57:16 UTC

svn commit: r1773577 - /openmeetings/application/branches/3.2.x/pom.xml

Author: solomax
Date: Sun Dec 11 14:57:15 2016
New Revision: 1773577

URL: http://svn.apache.org/viewvc?rev=1773577&view=rev
Log:
[OPENMEETINGS-1373] maven plugin versions are updated

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

Modified: openmeetings/application/branches/3.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/pom.xml?rev=1773577&r1=1773576&r2=1773577&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/pom.xml Sun Dec 11 14:57:15 2016
@@ -854,12 +854,12 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-resources-plugin</artifactId>
-					<version>3.0.0</version>
+					<version>3.0.2</version>
 					<dependencies>
 						<dependency>
 							<groupId>org.apache.maven.shared</groupId>
 							<artifactId>maven-filtering</artifactId>
-							<version>3.1.0</version>
+							<version>3.1.1</version>
 						</dependency>
 					</dependencies>
 				</plugin>