Author: pottlinger
Date: Sun Mar 13 20:33:12 2016
New Revision: 1734853
URL: http://svn.apache.org/viewvc?rev=1734853&view=rev
Log:
WHISKER-15: Upgrade to commons-collections 3.2.2 due to CVE.
Modified:
creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml
creadur/whisker/trunk/pom.xml
Modified: creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml?rev=1734853&r1=1734852&r2=1734853&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml Sun Mar 13
20:33:12 2016
@@ -90,6 +90,36 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>${mavenPluginPluginVersion}</version>
</plugin>
+ <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself.-->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>
+
org.apache.maven.plugins
+ </groupId>
+ <artifactId>
+
maven-plugin-plugin
+ </artifactId>
+
<versionRange>[3.3,)</versionRange>
+ <goals>
+
<goal>descriptor</goal>
+
<goal>helpmojo</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
Modified: creadur/whisker/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1734853&r1=1734852&r2=1734853&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Sun Mar 13 20:33:12 2016
@@ -64,7 +64,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
+ <version>3.2.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>