You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by de...@apache.org on 2008/03/14 12:40:01 UTC

svn commit: r637068 - in /webservices/axis2/trunk/java: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/corba/ modules/distribution/ modules/documentation/ modules/fastinfoset/ modules/integration/ ...

Author: deepal
Date: Fri Mar 14 04:39:58 2008
New Revision: 637068

URL: http://svn.apache.org/viewvc?rev=637068&view=rev
Log:
changing Axis2 name from Axis 2.0 to Axis2

Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/pom.xml
    webservices/axis2/trunk/java/modules/adb/pom.xml
    webservices/axis2/trunk/java/modules/addressing/pom.xml
    webservices/axis2/trunk/java/modules/clustering/pom.xml
    webservices/axis2/trunk/java/modules/codegen/pom.xml
    webservices/axis2/trunk/java/modules/corba/pom.xml
    webservices/axis2/trunk/java/modules/distribution/pom.xml
    webservices/axis2/trunk/java/modules/documentation/pom.xml
    webservices/axis2/trunk/java/modules/fastinfoset/pom.xml
    webservices/axis2/trunk/java/modules/integration/pom.xml
    webservices/axis2/trunk/java/modules/java2wsdl/pom.xml
    webservices/axis2/trunk/java/modules/jaxbri/pom.xml
    webservices/axis2/trunk/java/modules/jaxws-api/pom.xml
    webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
    webservices/axis2/trunk/java/modules/jaxws/pom.xml
    webservices/axis2/trunk/java/modules/jibx/pom.xml
    webservices/axis2/trunk/java/modules/json/pom.xml
    webservices/axis2/trunk/java/modules/jws-api/pom.xml
    webservices/axis2/trunk/java/modules/kernel/pom.xml
    webservices/axis2/trunk/java/modules/metadata/pom.xml
    webservices/axis2/trunk/java/modules/mex/pom.xml
    webservices/axis2/trunk/java/modules/mtompolicy/pom.xml
    webservices/axis2/trunk/java/modules/osgi/pom.xml
    webservices/axis2/trunk/java/modules/parent/pom.xml
    webservices/axis2/trunk/java/modules/ping/pom.xml
    webservices/axis2/trunk/java/modules/rmi/pom.xml
    webservices/axis2/trunk/java/modules/saaj-api/pom.xml
    webservices/axis2/trunk/java/modules/saaj/pom.xml
    webservices/axis2/trunk/java/modules/samples/pom.xml
    webservices/axis2/trunk/java/modules/scripting/pom.xml
    webservices/axis2/trunk/java/modules/soapmonitor/pom.xml
    webservices/axis2/trunk/java/modules/spring/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/webapp/pom.xml
    webservices/axis2/trunk/java/modules/xmlbeans/pom.xml
    webservices/axis2/trunk/java/pom.xml

Modified: webservices/axis2/trunk/java/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-adb-codegen</artifactId>
-    <name>Apache Axis 2.0 - ADB Codegen</name>
+    <name>Apache Axis2 - ADB Codegen</name>
     <description>ADB code generation support for Axis2</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/adb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/adb/pom.xml Fri Mar 14 04:39:58 2008
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>axis2-adb</artifactId>
-    <name>Apache Axis 2.0 - Data Binding</name>
+    <name>Apache Axis2 - Data Binding</name>
     <description>Axis2 Data Binding module</description>
     <scm>
         <connection>

Modified: webservices/axis2/trunk/java/modules/addressing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/addressing/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/addressing/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/addressing/pom.xml Fri Mar 14 04:39:58 2008
@@ -28,7 +28,7 @@
     </parent>
     <artifactId>addressing</artifactId>
     <packaging>mar</packaging>
-    <name>Apache Axis 2.0 - Addressing</name>
+    <name>Apache Axis2 - Addressing</name>
     <description>WS-Addressing implementation</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/clustering/pom.xml Fri Mar 14 04:39:58 2008
@@ -28,7 +28,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-clustering</artifactId>
-    <name>Apache Axis 2.0 - Clustering</name>
+    <name>Apache Axis2 - Clustering</name>
     <description>Axis2 Clustering module</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/codegen/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-codegen</artifactId>
-    <name>Apache Axis 2.0 - Code Generation</name>
+    <name>Apache Axis2 - Code Generation</name>
     <description>Axis2 Code Generation module</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/corba/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/corba/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/corba/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/corba/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-corba</artifactId>
-    <name>Apache Axis 2.0 - CORBA</name>
+    <name>Apache Axis2 - CORBA</name>
     <description>Axis2 CORBA module</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/distribution/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/distribution/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/distribution/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.axis2</groupId>
     <artifactId>distribution</artifactId>
-    <name>Apache Axis 2.0 - Distribution</name>
+    <name>Apache Axis2 - Distribution</name>
     <description>Apache Axis2 Distribution</description>
     <packaging>pom</packaging>
 

Modified: webservices/axis2/trunk/java/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.axis2</groupId>
     <artifactId>documentation</artifactId>
-    <name>Apache Axis 2.0 - Documentation</name>
+    <name>Apache Axis2 - Documentation</name>
     <description>Apache Axis2 Documentation</description>
     <packaging>pom</packaging>
 

Modified: webservices/axis2/trunk/java/modules/fastinfoset/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/fastinfoset/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/fastinfoset/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/fastinfoset/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-fastinfoset</artifactId>
-    <name>Apache Axis 2.0 - Fast Infoset</name>
+    <name>Apache Axis2 - Fast Infoset</name>
     <description>Axis2 Fast Infoset module</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-integration</artifactId>
-    <name>Apache Axis 2.0 - Integration</name>
+    <name>Apache Axis2 - Integration</name>
     <description>Axis2 Integration</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/java2wsdl/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/java2wsdl/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/java2wsdl/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-java2wsdl</artifactId>
-    <name>Apache Axis 2.0 - Java2WSDL</name>
+    <name>Apache Axis2 - Java2WSDL</name>
     <description>To generate WSDL file for a given Java class</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/jaxbri/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxbri/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxbri/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxbri/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxbri</artifactId>
-    <name>Apache Axis 2.0 - JAXB-RI Data Binding</name>
+    <name>Apache Axis2 - JAXB-RI Data Binding</name>
     <description>JAXB-RI data binding support for Axis 2.0</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/jaxws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-api/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-api/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws-api/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxws-api</artifactId>
-    <name>Apache Axis 2.0 - JAXWS API</name>
+    <name>Apache Axis2 - JAXWS API</name>
     <description>Axis2 JAXWS API</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxws-integration</artifactId>
-    <name>Apache Axis 2.0 - JAXWS Integration Tests</name>
+    <name>Apache Axis2 - JAXWS Integration Tests</name>
     <description>Axis2 JAXWS Integration Tests</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxws</artifactId>
-    <name>Apache Axis 2.0 - JAXWS</name>
+    <name>Apache Axis2 - JAXWS</name>
     <description>Axis2 JAXWS Implementation</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/jibx/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jibx/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jibx/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jibx/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jibx</artifactId>
-    <name>Apache Axis 2.0 - JiBX Data Binding</name>
+    <name>Apache Axis2 - JiBX Data Binding</name>
     <description>JiBX data binding support for Axis 2.0</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/json/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/json/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/json/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-json</artifactId>
-    <name>Apache Axis 2.0 - JSON</name>
+    <name>Apache Axis2 - JSON</name>
     <description>Axis2 JSON module</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/jws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jws-api/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jws-api/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jws-api/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jws-api</artifactId>
-    <name>Apache Axis 2.0 - JWS API</name>
+    <name>Apache Axis2 - JWS API</name>
     <description>Axis2 JWS API</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/kernel/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-kernel</artifactId>
-    <name>Apache Axis 2.0 - Kernel</name>
+    <name>Apache Axis2 - Kernel</name>
     <description>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,
     </description>
     <dependencies>

Modified: webservices/axis2/trunk/java/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-metadata</artifactId>
-    <name>Apache Axis 2.0 - Metadata</name>
+    <name>Apache Axis2 - Metadata</name>
     <description>JSR-181 and JSR-224 Annotations Processing</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/mex/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/mex/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/mex/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/mex/pom.xml Fri Mar 14 04:39:58 2008
@@ -28,7 +28,7 @@
     </parent>
     <artifactId>mex</artifactId>
     <packaging>jar</packaging>
-    <name>Apache Axis 2.0 - MEX</name>
+    <name>Apache Axis2 - MEX</name>
     <description>WS-Metadata Exchange implementation</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/mtompolicy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/mtompolicy/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/mtompolicy/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/mtompolicy/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-mtompolicy</artifactId>
-    <name>Apache Axis 2.0 - MTOM Policy</name>
+    <name>Apache Axis2 - MTOM Policy</name>
     <description>Axis2 : MTOM Policy</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/osgi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/osgi/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/osgi/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/osgi/pom.xml Fri Mar 14 04:39:58 2008
@@ -28,7 +28,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-osgi</artifactId>
-    <name>Apache Axis 2.0 - OSGi</name>
+    <name>Apache Axis2 - OSGi</name>
     <description>OSGi for Axis 2.0</description>
     <build>
         <sourceDirectory>src</sourceDirectory>

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Fri Mar 14 04:39:58 2008
@@ -32,7 +32,7 @@
     <artifactId>axis2-parent</artifactId>
     <version>SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>Apache Axis 2.0 - Parent</name>
+    <name>Apache Axis2 - Parent</name>
     <inceptionYear>2004</inceptionYear>
     <description>Axis2 is an effort to re-design and totally re-implement both Axis/Java and
         (eventually) Axis/C++ on a new architecture. Evolving from the now standard "handler chain"

Modified: webservices/axis2/trunk/java/modules/ping/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/ping/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/ping/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/ping/pom.xml Fri Mar 14 04:39:58 2008
@@ -28,7 +28,7 @@
     </parent>
     <artifactId>ping</artifactId>
     <packaging>mar</packaging>
-    <name>Apache Axis 2.0 - Ping</name>
+    <name>Apache Axis2 - Ping</name>
     <description>Pinging capability to services deployed in Axis2</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/rmi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/rmi/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/rmi/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/rmi/pom.xml Fri Mar 14 04:39:58 2008
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>axis2-rmi</artifactId>
-    <name>Apache Axis 2.0 - Remote Method Invocation</name>
+    <name>Apache Axis2 - Remote Method Invocation</name>
     <description>Axis2 Remote Method Invocation</description>
     <scm>
         <connection>

Modified: webservices/axis2/trunk/java/modules/saaj-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/saaj-api/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/saaj-api/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/saaj-api/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-saaj-api</artifactId>
-    <name>Apache Axis 2.0 - SAAJ API</name>
+    <name>Apache Axis2 - SAAJ API</name>
     <description>Axis2 SAAJ API</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/saaj/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/saaj/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/saaj/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-saaj</artifactId>
-    <name>Apache Axis 2.0 - SAAJ</name>
+    <name>Apache Axis2 - SAAJ</name>
     <description>Axis2 SAAJ implementation</description>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/saaj</connection>

Modified: webservices/axis2/trunk/java/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/samples/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-samples</artifactId>
-    <name>Apache Axis 2.0 - Samples</name>
+    <name>Apache Axis2 - Samples</name>
     <description>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,
     </description>
     <dependencies>

Modified: webservices/axis2/trunk/java/modules/scripting/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/scripting/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/scripting/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/scripting/pom.xml Fri Mar 14 04:39:58 2008
@@ -28,7 +28,7 @@
     </parent>
     <artifactId>axis2-scripting</artifactId>
     <packaging>mar</packaging>
-    <name>Apache Axis 2.0 - Scripting</name>
+    <name>Apache Axis2 - Scripting</name>
     <description>Axis2 scripting support for services implemented with scripting languages</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/soapmonitor/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/soapmonitor/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/soapmonitor/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/soapmonitor/pom.xml Fri Mar 14 04:39:58 2008
@@ -28,7 +28,7 @@
     </parent>
     <artifactId>soapmonitor</artifactId>
     <packaging>mar</packaging>
-    <name>Apache Axis 2.0 - SOAP Monitor</name>
+    <name>Apache Axis2 - SOAP Monitor</name>
     <description>soapmonitor for Axis 2.0</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/spring/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/spring/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/spring/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/spring/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-spring</artifactId>
-    <name>Apache Axis 2.0 - spring</name>
+    <name>Apache Axis2 - spring</name>
     <description>spring for Axis 2.0</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml Fri Mar 14 04:39:58 2008
@@ -28,7 +28,7 @@
     </parent>
     <artifactId>axis2-aar-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <name>Apache Axis 2.0 - tool - AAR Maven Plugin</name>
+    <name>Apache Axis2 - tool - AAR Maven Plugin</name>
     <description>
         A Maven 2 plugin for creating Axis 2 service archives (aar files)
     </description>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-ant-plugin</artifactId>
-    <name>Apache Axis 2.0 - tool - Ant Plugin</name>
+    <name>Apache Axis2 - tool - Ant Plugin</name>
     <packaging>maven-plugin</packaging>
     <description>The Axis 2 Plugin for Ant Tasks.</description>
     <dependencies>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2.eclipse.codegen.plugin</artifactId>
-    <name>Apache Axis 2.0 - tool - Eclipse Codegen Plugin</name>
+    <name>Apache Axis2 - tool - Eclipse Codegen Plugin</name>
     <packaging>maven-plugin</packaging>
     <description>The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl</description>
     <dependencies>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2.eclipse.service.plugin</artifactId>
-    <name>Apache Axis 2.0 - tool - Eclipse service Plugin</name>
+    <name>Apache Axis2 - tool - Eclipse service Plugin</name>
     <packaging>maven-plugin</packaging>
     <description>The Axis 2 Eclipse Service Plugin for Service archive creation</description>
     <dependencies>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml Fri Mar 14 04:39:58 2008
@@ -28,7 +28,7 @@
     </parent>
     <artifactId>axis2-idea-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <name>Apache Axis 2.0 - tool - Intellij IDEA Plugin</name>
+    <name>Apache Axis2 - tool - Intellij IDEA Plugin</name>
     <description>
         A Intellij IDEA plugin for Service Archive creation and Code Generation
     </description>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-java2wsdl-maven-plugin</artifactId>
-    <name>Apache Axis 2.0 - tool - Java2WSDL Maven Plugin</name>
+    <name>Apache Axis2 - tool - Java2WSDL Maven Plugin</name>
     <description>
         A Maven 2 plugin for creating WSDL files from Java source.
     </description>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml Fri Mar 14 04:39:58 2008
@@ -28,7 +28,7 @@
     </parent>
     <artifactId>axis2-mar-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <name>Apache Axis 2.0 - tool - MAR Maven Plugin</name>
+    <name>Apache Axis2 - tool - MAR Maven Plugin</name>
     <description>
         A Maven 2 plugin for creating Axis 2 module archives (mar files)
     </description>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
-    <name>Apache Axis 2.0 - tool - WSDL2Code Maven Plugin</name>
+    <name>Apache Axis2 - tool - WSDL2Code Maven Plugin</name>
     <packaging>maven-plugin</packaging>
     <description>The Axis 2 Plugin for Maven allows client side and server side sources from a WSDL.</description>
     <dependencies>

Modified: webservices/axis2/trunk/java/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/webapp/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/webapp/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/webapp/pom.xml Fri Mar 14 04:39:58 2008
@@ -28,7 +28,7 @@
     </parent>
     <artifactId>axis2-webapp</artifactId>
     <packaging>war</packaging>
-    <name>Apache Axis 2.0 - Web Application module</name>
+    <name>Apache Axis2 - Web Application module</name>
     <dependencies>
         <dependency>
             <groupId>commons-io</groupId>

Modified: webservices/axis2/trunk/java/modules/xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/xmlbeans/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/xmlbeans/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/xmlbeans/pom.xml Fri Mar 14 04:39:58 2008
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-xmlbeans</artifactId>
-    <name>Apache Axis 2.0 - XMLBeans Data Binding</name>
+    <name>Apache Axis2 - XMLBeans Data Binding</name>
     <description>XMLBeans data binding support for Axis2</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/pom.xml?rev=637068&r1=637067&r2=637068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/pom.xml (original)
+++ webservices/axis2/trunk/java/pom.xml Fri Mar 14 04:39:58 2008
@@ -30,7 +30,7 @@
     <artifactId>axis2</artifactId>
     <version>SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>Apache Axis 2.0 - Root</name>
+    <name>Apache Axis2- Root</name>
     <modules>
         <module>modules/adb</module>
         <module>modules/adb-codegen</module>



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