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/05/22 15:30:19 UTC

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

Author: solomax
Date: Sun May 22 15:30:19 2016
New Revision: 1745071

URL: http://svn.apache.org/viewvc?rev=1745071&view=rev
Log:
[OPENMEETINGS-1373] maven-resources-plugin and maven-filtering 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=1745071&r1=1745070&r2=1745071&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/pom.xml Sun May 22 15:30:19 2016
@@ -843,12 +843,12 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-resources-plugin</artifactId>
-					<version>2.7</version>
+					<version>3.0.0</version>
 					<dependencies>
 						<dependency>
 							<groupId>org.apache.maven.shared</groupId>
 							<artifactId>maven-filtering</artifactId>
-							<version>1.3</version>
+							<version>3.1.0</version>
 						</dependency>
 					</dependencies>
 				</plugin>