Author: sanka
Date: Tue Jul 31 21:42:47 2007
New Revision: 561651

URL: http://svn.apache.org/viewvc?view=rev&rev=561651
Log:
Tagged the codebase which was used to created the official 2.0.2 release 
artifacts.

Added:
    webservices/commons/tags/neethi/2_0_2/
      - copied from r556647, webservices/commons/trunk/modules/neethi/
    webservices/commons/tags/neethi/2_0_2/pom.xml
      - copied, changed from r556667, 
webservices/commons/trunk/modules/neethi/pom.xml
Modified:
    webservices/commons/tags/neethi/2_0_2/RELEASE-NOTE.txt
    webservices/commons/tags/neethi/2_0_2/project.properties

Modified: webservices/commons/tags/neethi/2_0_2/RELEASE-NOTE.txt
URL: 
http://svn.apache.org/viewvc/webservices/commons/tags/neethi/2_0_2/RELEASE-NOTE.txt?view=diff&rev=561651&r1=556647&r2=561651
==============================================================================
--- webservices/commons/tags/neethi/2_0_2/RELEASE-NOTE.txt (original)
+++ webservices/commons/tags/neethi/2_0_2/RELEASE-NOTE.txt Tue Jul 31 21:42:47 
2007
@@ -1,7 +1,10 @@
 
-Apache Commons Neethi-2.0.1 Release Note:
+Apache Commons Neethi-2.0.2 Release Note:
 
-Contains the fix for WSCOMMONS-178.
+Contains a fix that guarantee proper normalization of
+<PolicyReference> elements. 
+
+see: committed revision 548263
 
 Feature List:
 

Copied: webservices/commons/tags/neethi/2_0_2/pom.xml (from r556667, 
webservices/commons/trunk/modules/neethi/pom.xml)
URL: 
http://svn.apache.org/viewvc/webservices/commons/tags/neethi/2_0_2/pom.xml?view=diff&rev=561651&p1=webservices/commons/trunk/modules/neethi/pom.xml&r1=556667&p2=webservices/commons/tags/neethi/2_0_2/pom.xml&r2=561651
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/tags/neethi/2_0_2/pom.xml Tue Jul 31 21:42:47 2007
@@ -23,8 +23,8 @@
        <groupId>org.apache.neethi</groupId>
        <artifactId>neethi</artifactId>
        <name>Neethi</name>
-       <version>SNAPSHOT</version>
-       <description>Neethi API</description>
+       <version>2.0.2</version>
+       <description>Apache Neethi Project</description>
        <url>http://ws.apache.org/commons/neethi/</url>
        <issueManagement>
                <url>http://issues.apache.org/jira/browse/WSCOMMONS</url>
@@ -76,7 +76,6 @@
                        <email>[EMAIL PROTECTED]</email>
                </developer>
                <developer>
-            <!-- Documentation -->
                        <name>Chatra Nakkawita</name>
                        <id>chatra</id>
                        <organization>WSO2 Inc.</organization>
@@ -149,6 +148,7 @@
                                        </includes>
                                </configuration>
                        </plugin>
+                       <!--
                        <plugin>
                                <artifactId>maven-one-plugin</artifactId>
                                <executions>
@@ -164,6 +164,7 @@
                                        
<remoteRepositoryUrl>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository/</remoteRepositoryUrl>
                                </configuration>
                        </plugin>
+                       -->
                        <plugin>
                                <artifactId>maven-release-plugin</artifactId>
                                <configuration>
@@ -223,19 +224,12 @@
                        </build>
                </profile>
        </profiles>
-    <repositories>
-        <repository>
-            <id>maven-central</id>
-            <name>central maven repository</name>
-            <url>http://repo1.maven.org/maven/</url>
-            <layout>legacy</layout>
-        </repository>
-        <repository>
-            <id>ws-zones</id>
-            <name>ws.zones maven repository</name>
-            <url>http://people.apache.org/repo/m1-snapshot-repository/</url>
-            <layout>legacy</layout>
-        </repository>
+       <repositories>
+               <repository>
+                       <id>maven2</id>
+                       <name>Maven Central Development Repository</name>
+                       <url>http://repo1.maven.org/maven2</url>
+               </repository>
     </repositories>
        <pluginRepositories>
                <pluginRepository>
@@ -307,8 +301,8 @@
        <reporting>
                <plugins>
                        <plugin>
-                                <groupId>org.apache.maven.plugins</groupId>
-                                <artifactId>maven-javadoc-plugin</artifactId>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
                        </plugin>
                        <plugin>
                                
<artifactId>maven-project-info-reports-plugin</artifactId>
@@ -326,22 +320,22 @@
                </plugins>
        </reporting>
        <distributionManagement>
-        <repository>
-            <id>apache-repo</id>
-            <name>Maven Central Repository</name>
-            
<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
-        <snapshotRepository>
-            <id>apache-snapshots</id>
-            <name>Apache Development Repository</name>
-            
<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
+               <repository>
+                       <id>apache-repo</id>
+                       <name>Maven Central Repository</name>
+                       
<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+               </repository>
+               <snapshotRepository>
+                       <id>apache-snapshots</id>
+                       <name>Apache Development Repository</name>
+                       
<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+               </snapshotRepository>
                <site>
                        <id>website</id>
                        
<url>scpexe://people.apache.org/www/ws.apache.org/commons/neethi</url>
                </site>
        </distributionManagement>
        <properties>
-               <axiom.version>SNAPSHOT</axiom.version>
+               <axiom.version>1.2.5</axiom.version>
        </properties>
 </project>

Modified: webservices/commons/tags/neethi/2_0_2/project.properties
URL: 
http://svn.apache.org/viewvc/webservices/commons/tags/neethi/2_0_2/project.properties?view=diff&rev=561651&r1=556647&r2=561651
==============================================================================
--- webservices/commons/tags/neethi/2_0_2/project.properties (original)
+++ webservices/commons/tags/neethi/2_0_2/project.properties Tue Jul 31 
21:42:47 2007
@@ -20,8 +20,8 @@
 maven.xdoc.date=left
 ## maven.xdoc.version=${pom.currentVersion}
 
-neethi.version=SNAPSHOT
-axiom.version=SNAPSHOT
+neethi.version=2.0.2
+axiom.version=1.2.5
 stax.api.version=1.0.1
 stax.impl.groupid=woodstox
 stax.impl.artifactid=wstx



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to