You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2017/01/19 11:15:03 UTC

svn commit: r1779457 - in /webservices/wss4j/trunk: parent/pom.xml pom.xml

Author: coheigea
Date: Thu Jan 19 11:15:03 2017
New Revision: 1779457

URL: http://svn.apache.org/viewvc?rev=1779457&view=rev
Log:
Dependency + plugin updates

Modified:
    webservices/wss4j/trunk/parent/pom.xml
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/parent/pom.xml?rev=1779457&r1=1779456&r2=1779457&view=diff
==============================================================================
--- webservices/wss4j/trunk/parent/pom.xml (original)
+++ webservices/wss4j/trunk/parent/pom.xml Thu Jan 19 11:15:03 2017
@@ -42,11 +42,11 @@
         <log4j.version>1.2.17</log4j.version>
         <neethi.version>3.0.3</neethi.version>
         <opensaml.version>3.2.0</opensaml.version>
-        <slf4j.version>1.7.21</slf4j.version>
+        <slf4j.version>1.7.22</slf4j.version>
         <woodstox.core.asl.version>4.4.1</woodstox.core.asl.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>
         <xalan.version>2.7.2</xalan.version>
-        <xz.version>1.5</xz.version>
+        <xz.version>1.6</xz.version>
         <xmlsec.version>2.0.8</xmlsec.version>
         <xmlunit.version>1.6</xmlunit.version>
         
@@ -213,7 +213,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>2.6</version>
+                    <version>3.0.2</version>
                     <configuration>
                         <archive>
                             <manifestFile>${wss4j.manifest.location}</manifestFile>

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1779457&r1=1779456&r2=1779457&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Thu Jan 19 11:15:03 2017
@@ -205,13 +205,13 @@
             <plugins>
 	            <plugin>
     	            <groupId>org.apache.maven.plugins</groupId>
-        	    <artifactId>maven-release-plugin</artifactId>
-            	    <version>2.5.2</version>
+                    <artifactId>maven-release-plugin</artifactId>
+            	    <version>2.5.4</version>
             	</plugin>
                 <plugin>
         	    <groupId>org.apache.maven.plugins</groupId>
             	    <artifactId>maven-source-plugin</artifactId>
-                    <version>2.4</version>
+                    <version>3.0.1</version>
             	</plugin>            	
                 <plugin>
                     <groupId>org.apache.felix</groupId>
@@ -233,7 +233,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.3</version>
+                    <version>3.6.0</version>
                     <configuration>
                         <source>${targetJdk}</source>
                         <target>${targetJdk}</target>
@@ -244,7 +244,7 @@
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.11</version>
+                    <version>0.12</version>
                     <executions>
                         <execution>
                             <phase>verify</phase>
@@ -295,7 +295,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.18.1</version>
+                    <version>2.19.1</version>
                     <inherited>true</inherited>
                     <configuration>
                         <reportFormat>brief</reportFormat>
@@ -312,7 +312,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.10.3</version>
+                    <version>2.10.4</version>
                     <executions>
                         <execution>
                             <goals>
@@ -332,7 +332,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.4</version>
+                    <version>3.6</version>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -391,7 +391,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-surefire-plugin</artifactId>
-                            <version>2.18.1</version>
+                            <version>2.19.1</version>
                             <inherited>true</inherited>
                             <configuration>
                                <reportFormat>brief</reportFormat>
@@ -440,7 +440,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.9</version>
                 <reportSets>
                     <reportSet>
                         <reports>
@@ -455,7 +455,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.10.3</version>
+                <version>2.10.4</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>