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:52:29 UTC

svn commit: r1680507 - in /webservices/wss4j/branches/2_0_x-fixes: parent/pom.xml pom.xml

Author: coheigea
Date: Wed May 20 09:52:29 2015
New Revision: 1680507

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


Conflicts:
	parent/pom.xml
	pom.xml

Modified:
    webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml
    webservices/wss4j/branches/2_0_x-fixes/pom.xml

Modified: webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml?rev=1680507&r1=1680506&r2=1680507&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml Wed May 20 09:52:29 2015
@@ -45,6 +45,7 @@
         <neethi.version>3.0.3</neethi.version>
         <opensaml.version>2.6.1</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>
@@ -221,7 +222,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/branches/2_0_x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/pom.xml?rev=1680507&r1=1680506&r2=1680507&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/pom.xml Wed May 20 09:52:29 2015
@@ -156,7 +156,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.4</version>
                 <executions>
                     <execution>
                         <goals>
@@ -171,7 +171,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.5</version>
+                <version>2.5.2</version>
                 <configuration>
                     <useReleaseProfile>false</useReleaseProfile>
                     <preparationGoals>clean install</preparationGoals>
@@ -183,15 +183,25 @@
         </plugins>
         <pluginManagement>
             <plugins>
+	        <plugin>
+    	            <groupId>org.apache.maven.plugins</groupId>
+        	    <artifactId>maven-release-plugin</artifactId>
+            	    <version>2.5.2</version>
+            	</plugin>
+                <plugin>
+        	    <groupId>org.apache.maven.plugins</groupId>
+            	    <artifactId>maven-source-plugin</artifactId>
+                    <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>
@@ -248,7 +258,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>
@@ -282,7 +292,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>
@@ -297,7 +307,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>
@@ -331,7 +341,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>
@@ -346,12 +356,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>