You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by ru...@apache.org on 2007/08/16 11:13:57 UTC

svn commit: r566593 - in /webservices/wss4j/branches/1_5_3: build.xml pom.xml wss4j-readme.html xdocs/index.xml

Author: ruchithf
Date: Thu Aug 16 02:13:56 2007
New Revision: 566593

URL: http://svn.apache.org/viewvc?view=rev&rev=566593
Log:
Fixed versions

Modified:
    webservices/wss4j/branches/1_5_3/build.xml
    webservices/wss4j/branches/1_5_3/pom.xml
    webservices/wss4j/branches/1_5_3/wss4j-readme.html
    webservices/wss4j/branches/1_5_3/xdocs/index.xml

Modified: webservices/wss4j/branches/1_5_3/build.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_3/build.xml?view=diff&rev=566593&r1=566592&r2=566593
==============================================================================
--- webservices/wss4j/branches/1_5_3/build.xml (original)
+++ webservices/wss4j/branches/1_5_3/build.xml Thu Aug 16 02:13:56 2007
@@ -27,9 +27,9 @@
 
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='5'/>
-        <property name='product.version.level' value='2'/>
-        <!--<property name='product.version' value='${product.version.major}.${product.version.minor}.${product.version.level}'/>-->
-    	<property name='product.version' value='SNAPSHOT'/>
+        <property name='product.version.level' value='3-SNAPSHOT'/>
+        <property name='product.version' value='${product.version.major}.${product.version.minor}.${product.version.level}'/>
+    	<!--<property name='product.version' value='SNAPSHOT'/>-->
         <property name="year" value="2005"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache WSS4J Project. All Rights Reserved."/>
 

Modified: webservices/wss4j/branches/1_5_3/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_3/pom.xml?view=diff&rev=566593&r1=566592&r2=566593
==============================================================================
--- webservices/wss4j/branches/1_5_3/pom.xml (original)
+++ webservices/wss4j/branches/1_5_3/pom.xml Thu Aug 16 02:13:56 2007
@@ -7,7 +7,7 @@
     <groupId>org.apache.ws.security</groupId>
     <artifactId>wss4j</artifactId>
     <name>WSS4J</name>
-    <version>SNAPSHOT</version>
+    <version>1.5.3-SNAPSHOT</version>
     <description>
     Apache WSS4J is an implementation of the Web Services Security (WS-Security) being developed at 
     OASIS Web Services Security TC. WSS4J is a primarily a Java library that can be used to sign and 

Modified: webservices/wss4j/branches/1_5_3/wss4j-readme.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_3/wss4j-readme.html?view=diff&rev=566593&r1=566592&r2=566593
==============================================================================
--- webservices/wss4j/branches/1_5_3/wss4j-readme.html (original)
+++ webservices/wss4j/branches/1_5_3/wss4j-readme.html Thu Aug 16 02:13:56 2007
@@ -2,7 +2,7 @@
 <HTML>
 <HEAD>
 	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
-	<TITLE>Apache WSS4J-1.5.2</TITLE>
+	<TITLE>Apache WSS4J-1.5.3</TITLE>
 	<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.9.79  (Linux)">
 	<META NAME="AUTHOR" CONTENT="Werner Dittmann">
 	<META NAME="CREATED" CONTENT="20050904;11070500">
@@ -106,7 +106,7 @@
 the relative path of the application 
 </P>
 <P STYLE="margin-bottom: 0cm">Thus no specific installation is
-required. The wss4j-1.5.2.jar file should be included into ear or war files
+required. The wss4j-1.5.3.jar file should be included into ear or war files
 of enterprise or web application servers.</P>
 <P STYLE="margin-bottom: 0cm">Please refer to the JAVADOC files of
 the distribution for further information how to use WSS4J, the

Modified: webservices/wss4j/branches/1_5_3/xdocs/index.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_3/xdocs/index.xml?view=diff&rev=566593&r1=566592&r2=566593
==============================================================================
--- webservices/wss4j/branches/1_5_3/xdocs/index.xml (original)
+++ webservices/wss4j/branches/1_5_3/xdocs/index.xml Thu Aug 16 02:13:56 2007
@@ -58,7 +58,7 @@
                 </ul>
             </subsection>
             <subsection name="Where can I download WSS4J">
-                <p style="margin-left: 40px;">Latest version of WSS4J is 1.5.2:<br/>
+                <p style="margin-left: 40px;">Latest version of WSS4J is 1.5.3:<br/>
                     <a href="http://www.apache.org/dyn/closer.cgi/ws/wss4j/">http://www.apache.org/dyn/closer.cgi/ws/wss4j/</a>
                 </p>
             </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org