You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by sa...@apache.org on 2007/04/17 19:54:55 UTC

svn commit: r529688 - in /webservices/commons/tags/neethi/2_0_1: ./ RELEASE-NOTE.txt project.properties src/main/java/org/apache/neethi/PolicyComponent.java

Author: sanka
Date: Tue Apr 17 10:54:52 2007
New Revision: 529688

URL: http://svn.apache.org/viewvc?view=rev&rev=529688
Log:
Tagged the current codebase for the Neethi-2.0.1 Release.


Added:
    webservices/commons/tags/neethi/2_0_1/
      - copied from r529482, webservices/commons/trunk/modules/neethi/
Modified:
    webservices/commons/tags/neethi/2_0_1/RELEASE-NOTE.txt
    webservices/commons/tags/neethi/2_0_1/project.properties
    webservices/commons/tags/neethi/2_0_1/src/main/java/org/apache/neethi/PolicyComponent.java

Modified: webservices/commons/tags/neethi/2_0_1/RELEASE-NOTE.txt
URL: http://svn.apache.org/viewvc/webservices/commons/tags/neethi/2_0_1/RELEASE-NOTE.txt?view=diff&rev=529688&r1=529482&r2=529688
==============================================================================
--- webservices/commons/tags/neethi/2_0_1/RELEASE-NOTE.txt (original)
+++ webservices/commons/tags/neethi/2_0_1/RELEASE-NOTE.txt Tue Apr 17 10:54:52 2007
@@ -1,5 +1,7 @@
 
-Apache Commons Neethi-2.0 Release Note:
+Apache Commons Neethi-2.0.1 Release Note:
+
+Contains the fix for WSCOMMONS-178.
 
 Feature List:
 
@@ -16,11 +18,4 @@
 the generic framework
 
 Provides more control to the assertion authors to control behavior of the 
-assertions they implement
-
-
-
-
-
-
-
+assertions they implement.

Modified: webservices/commons/tags/neethi/2_0_1/project.properties
URL: http://svn.apache.org/viewvc/webservices/commons/tags/neethi/2_0_1/project.properties?view=diff&rev=529688&r1=529482&r2=529688
==============================================================================
--- webservices/commons/tags/neethi/2_0_1/project.properties (original)
+++ webservices/commons/tags/neethi/2_0_1/project.properties Tue Apr 17 10:54:52 2007
@@ -17,13 +17,13 @@
 maven.xdoc.date=left
 ## maven.xdoc.version=${pom.currentVersion}
 
-neethi.version=SNAPSHOT
-axiom.version=SNAPSHOT
+neethi.version=2.0.1
+axiom.version=1.2.3
 stax.api.version=1.0.1
-stax.impl.groupid=woodstox
+stax.impl.groupid=org.codehaus.woodstox
 stax.impl.artifactid=wstx
-stax.impl.version=asl-3.0.1
-wsdl4j.version=1.6.1
+stax.impl.version=asl-3.2.1
+wsdl4j.version=1.6.2
 commons.logging.version=1.1
 
 # -------------------------------------------------------------------

Modified: webservices/commons/tags/neethi/2_0_1/src/main/java/org/apache/neethi/PolicyComponent.java
URL: http://svn.apache.org/viewvc/webservices/commons/tags/neethi/2_0_1/src/main/java/org/apache/neethi/PolicyComponent.java?view=diff&rev=529688&r1=529482&r2=529688
==============================================================================
--- webservices/commons/tags/neethi/2_0_1/src/main/java/org/apache/neethi/PolicyComponent.java (original)
+++ webservices/commons/tags/neethi/2_0_1/src/main/java/org/apache/neethi/PolicyComponent.java Tue Apr 17 10:54:52 2007
@@ -38,7 +38,7 @@
      *
      * @return Constants.POLICY for Policy type PolicyComponent
      *         Constants.EXACTLYONE for ExactlyOne type PolicyComponent
-     *         Constants.All for All type PolicyComponent
+     *         Constants.ALL for All type PolicyComponent
      *         Constants.ASSERTION for Assertion type PolicyComponent
      */
     public short getType();



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