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:29 UTC

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

Author: solomax
Date: Sun Dec 11 14:57:29 2016
New Revision: 1773578

URL: http://svn.apache.org/viewvc?rev=1773578&view=rev
Log:
[OPENMEETINGS-980] maven plugin versions are 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=1773578&r1=1773577&r2=1773578&view=diff
==============================================================================
--- openmeetings/application/trunk/pom.xml (original)
+++ openmeetings/application/trunk/pom.xml Sun Dec 11 14:57:29 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>