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 2013/03/26 17:55:58 UTC

svn commit: r1461227 - in /webservices/wss4j/trunk: ws-security-common/src/site/xdoc/config.xml ws-security-dom/pom.xml

Author: coheigea
Date: Tue Mar 26 16:55:58 2013
New Revision: 1461227

URL: http://svn.apache.org/r1461227
Log:
Updating various plugins + website fix


Conflicts:
	pom.xml

Modified:
    webservices/wss4j/trunk/ws-security-common/src/site/xdoc/config.xml
    webservices/wss4j/trunk/ws-security-dom/pom.xml

Modified: webservices/wss4j/trunk/ws-security-common/src/site/xdoc/config.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-common/src/site/xdoc/config.xml?rev=1461227&r1=1461226&r2=1461227&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-common/src/site/xdoc/config.xml (original)
+++ webservices/wss4j/trunk/ws-security-common/src/site/xdoc/config.xml Tue Mar 26 16:55:58 2013
@@ -542,7 +542,7 @@ with the certificate. </td>
 The configuration values for setting the KeyIdentifiers for signature or encryption 
 are shown below. See the <a href="http://ws.apache.org/wss4j/apidocs/org/apache/ws/security/handler/WSHandlerConstants.html">Javadoc</a> 
 for SIG_KEY_ID and ENC_KEY_ID for more details. For an in depth explanation 
-with examples, see this blog <a href="coheigea.blogspot.com/2013/03/signature-and-encryption-key.html">entry</a>.
+with examples, see this blog <a href="http://coheigea.blogspot.com/2013/03/signature-and-encryption-key.html">entry</a>.
 </p>
 <table name="WSHandler KeyIdentifier values">
 <tr>

Modified: webservices/wss4j/trunk/ws-security-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-dom/pom.xml?rev=1461227&r1=1461226&r2=1461227&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-dom/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-dom/pom.xml Tue Mar 26 16:55:58 2013
@@ -241,7 +241,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.6</version>
                 <reportSets>
                     <reportSet>
                         <reports>
@@ -257,12 +257,12 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.5</version>
+                <version>2.7</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0</version>
+                <version>2.7</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>