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/02/03 12:22:28 UTC

svn commit: r1656686 - in /webservices/wss4j/branches/1_6_x-fixes: lib/junit-4.11.jar lib/junit-4.12.jar lib/slf4j-api-1.7.7.jar lib/slf4j-api-1.7.9.jar lib/slf4j-log4j12-1.7.7.jar lib/slf4j-log4j12-1.7.9.jar pom.xml

Author: coheigea
Date: Tue Feb  3 11:22:28 2015
New Revision: 1656686

URL: http://svn.apache.org/r1656686
Log:
Updating some plugins

Added:
    webservices/wss4j/branches/1_6_x-fixes/lib/junit-4.12.jar
    webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-api-1.7.9.jar
    webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-log4j12-1.7.9.jar
Removed:
    webservices/wss4j/branches/1_6_x-fixes/lib/junit-4.11.jar
    webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-api-1.7.7.jar
    webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-log4j12-1.7.7.jar
Modified:
    webservices/wss4j/branches/1_6_x-fixes/pom.xml

Added: webservices/wss4j/branches/1_6_x-fixes/lib/junit-4.12.jar
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_6_x-fixes/lib/junit-4.12.jar?rev=1656686&view=auto
==============================================================================
Binary files webservices/wss4j/branches/1_6_x-fixes/lib/junit-4.12.jar (added) and webservices/wss4j/branches/1_6_x-fixes/lib/junit-4.12.jar Tue Feb  3 11:22:28 2015 differ

Added: webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-api-1.7.9.jar
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-api-1.7.9.jar?rev=1656686&view=auto
==============================================================================
Binary files webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-api-1.7.9.jar (added) and webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-api-1.7.9.jar Tue Feb  3 11:22:28 2015 differ

Added: webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-log4j12-1.7.9.jar
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-log4j12-1.7.9.jar?rev=1656686&view=auto
==============================================================================
Binary files webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-log4j12-1.7.9.jar (added) and webservices/wss4j/branches/1_6_x-fixes/lib/slf4j-log4j12-1.7.9.jar Tue Feb  3 11:22:28 2015 differ

Modified: webservices/wss4j/branches/1_6_x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_6_x-fixes/pom.xml?rev=1656686&r1=1656685&r2=1656686&view=diff
==============================================================================
--- webservices/wss4j/branches/1_6_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_6_x-fixes/pom.xml Tue Feb  3 11:22:28 2015
@@ -246,7 +246,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.1</version>
+                    <version>3.2</version>
                     <configuration>
                         <source>1.5</source>
                         <target>1.5</target>
@@ -270,7 +270,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.9.1</version>
+                    <version>2.10.1</version>
                     <executions>
                         <execution>
                             <goals>
@@ -550,7 +550,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9.1</version>
+                <version>2.10.1</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>