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:56:59 UTC

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

Author: solomax
Date: Sun Dec 11 14:56:59 2016
New Revision: 1773576

URL: http://svn.apache.org/viewvc?rev=1773576&view=rev
Log:
[OPENMEETINGS-1467] maven plugin versions are 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=1773576&r1=1773575&r2=1773576&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/pom.xml Sun Dec 11 14:56:59 2016
@@ -866,12 +866,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>