Author: solomax
Date: Sun May 22 15:29:44 2016
New Revision: 1745070

URL: http://svn.apache.org/viewvc?rev=1745070&view=rev
Log:
[OPENMEETINGS-1360] maven-resources-plugin and maven-filtering 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=1745070&r1=1745069&r2=1745070&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/pom.xml Sun May 22 15:29:44 2016
@@ -124,7 +124,6 @@
                                                        </execution>
                                                </executions>
                                                <configuration>
-                                                       
<shasumSummary>true</shasumSummary>
                                                        <algorithms>
                                                                
<algorithm>SHA-256</algorithm>
                                                        </algorithms>
@@ -844,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>


Reply via email to