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 fa...@apache.org on 2008/10/28 20:37:10 UTC

svn commit: r708645 - in /webservices/wss4j/tags/1_5_5: build.xml pom.xml

Author: fadushin
Date: Tue Oct 28 12:37:09 2008
New Revision: 708645

URL: http://svn.apache.org/viewvc?rev=708645&view=rev
Log:
Fixed up versions for release

Modified:
    webservices/wss4j/tags/1_5_5/build.xml
    webservices/wss4j/tags/1_5_5/pom.xml

Modified: webservices/wss4j/tags/1_5_5/build.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_5/build.xml?rev=708645&r1=708644&r2=708645&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_5/build.xml (original)
+++ webservices/wss4j/tags/1_5_5/build.xml Tue Oct 28 12:37:09 2008
@@ -28,7 +28,7 @@
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='5'/>
         <property name='product.version.level' value='5'/>
-        <property name='product.version' value='1.5.5-RC1'/>
+        <property name='product.version' value='1.5.5'/>
         <!-- <property name='product.version' value='${product.version.major}.${product.version.minor}.${product.version.level}'/> -->
         <property name="year" value="2008"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache WSS4J Project. All Rights Reserved."/>

Modified: webservices/wss4j/tags/1_5_5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_5/pom.xml?rev=708645&r1=708644&r2=708645&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_5/pom.xml (original)
+++ webservices/wss4j/tags/1_5_5/pom.xml Tue Oct 28 12:37:09 2008
@@ -6,7 +6,7 @@
     <groupId>org.apache.ws.security</groupId>
     <artifactId>wss4j</artifactId>
     <name>WSS4J</name>
-    <version>1.5.5-RC1</version>
+    <version>1.5.5</version>
     <description>
         Apache WSS4J is an implementation of the Web Services Security
         (WS-Security) being developed at OASIS Web Services Security TC.
@@ -392,12 +392,12 @@
                 <artifactId>maven-changes-plugin</artifactId>
                 <version>2.0</version>
                 <configuration>
-                    <!--
                     <onlyCurrentVersion>true</onlyCurrentVersion>
-                    -->
+                    <!--
                     <fixVersionIds>12313215</fixVersionIds>
+                    -->
                     <resolutionIds>Any</resolutionIds>
-                    <statusIds>Resolved, Closed</statusIds>
+                    <statusIds>Closed</statusIds>
                     <sortColumnNames>Key</sortColumnNames>
                 </configuration>
                 <reportSets>



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