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 2015/05/20 11:47:23 UTC

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

Author: coheigea
Date: Wed May 20 09:47:23 2015
New Revision: 1680505

URL: http://svn.apache.org/r1680505
Log:
Updating some dependencies

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=1680505&r1=1680504&r2=1680505&view=diff
==============================================================================
--- webservices/wss4j/trunk/parent/pom.xml (original)
+++ webservices/wss4j/trunk/parent/pom.xml Wed May 20 09:47:23 2015
@@ -42,7 +42,7 @@
         <log4j.version>1.2.17</log4j.version>
         <neethi.version>3.0.3</neethi.version>
         <opensaml.version>3.1.0</opensaml.version>
-        <slf4j.version>1.7.9</slf4j.version>
+        <slf4j.version>1.7.12</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>
@@ -202,7 +202,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>2.5</version>
+                    <version>2.6</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=1680505&r1=1680504&r2=1680505&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Wed May 20 09:47:23 2015
@@ -192,23 +192,23 @@
             <plugins>
 	            <plugin>
     	            <groupId>org.apache.maven.plugins</groupId>
-        	        <artifactId>maven-release-plugin</artifactId>
-            	    <version>2.5</version>
+        	    <artifactId>maven-release-plugin</artifactId>
+            	    <version>2.5.2</version>
             	</plugin>
                 <plugin>
-        	        <groupId>org.apache.maven.plugins</groupId>
+        	    <groupId>org.apache.maven.plugins</groupId>
             	    <artifactId>maven-source-plugin</artifactId>
-                	<version>2.3</version>
+                    <version>2.4</version>
             	</plugin>            	
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.4.0</version>
+                    <version>2.5.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-antrun-plugin</artifactId>
-                    <version>1.7</version>
+                    <version>1.8</version>
                     <dependencies>
                         <dependency>
                             <groupId>ant</groupId>
@@ -265,7 +265,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>cobertura-maven-plugin</artifactId>
-                    <version>2.6</version>
+                    <version>2.7</version>
                     <inherited>true</inherited>
                     <configuration>
                         <check>
@@ -299,7 +299,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.10.1</version>
+                    <version>2.10.3</version>
                     <executions>
                         <execution>
                             <goals>
@@ -314,7 +314,7 @@
                 <plugin>
                     <groupId>org.jvnet.jaxb2.maven2</groupId>
                     <artifactId>maven-jaxb2-plugin</artifactId>
-                    <version>0.9.0</version>
+                    <version>0.12.3</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -348,7 +348,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.7</version>
+                <version>2.8</version>
                 <reportSets>
                     <reportSet>
                         <reports>
@@ -363,12 +363,12 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.10.1</version>
+                <version>2.10.3</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jxr-plugin</artifactId>
-                <version>2.4</version>
+                <version>2.5</version>
             </plugin>
         </plugins>
     </reporting>