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 di...@apache.org on 2008/04/09 15:55:37 UTC

svn commit: r646353 - in /webservices/axis2/branches/java/1_4/modules: distribution/pom.xml documentation/pom.xml kernel/pom.xml parent/pom.xml samples/pom.xml tool/axis2-eclipse-codegen-plugin/pom.xml

Author: dims
Date: Wed Apr  9 06:55:35 2008
New Revision: 646353

URL: http://svn.apache.org/viewvc?rev=646353&view=rev
Log:
use the same property name that is used in axiom (trunk revision - 646351)

Modified:
    webservices/axis2/branches/java/1_4/modules/distribution/pom.xml
    webservices/axis2/branches/java/1_4/modules/documentation/pom.xml
    webservices/axis2/branches/java/1_4/modules/kernel/pom.xml
    webservices/axis2/branches/java/1_4/modules/parent/pom.xml
    webservices/axis2/branches/java/1_4/modules/samples/pom.xml
    webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml

Modified: webservices/axis2/branches/java/1_4/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/distribution/pom.xml?rev=646353&r1=646352&r2=646353&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/distribution/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/distribution/pom.xml Wed Apr  9 06:55:35 2008
@@ -130,7 +130,7 @@
         </dependency>
         <dependency>
             <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifactid}</artifactId>
+            <artifactId>${stax.impl.artifact}</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

Modified: webservices/axis2/branches/java/1_4/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/documentation/pom.xml?rev=646353&r1=646352&r2=646353&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/documentation/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/documentation/pom.xml Wed Apr  9 06:55:35 2008
@@ -128,7 +128,7 @@
         </dependency>
         <dependency>
             <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifactid}</artifactId>
+            <artifactId>${stax.impl.artifact}</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

Modified: webservices/axis2/branches/java/1_4/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/kernel/pom.xml?rev=646353&r1=646352&r2=646353&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/kernel/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/kernel/pom.xml Wed Apr  9 06:55:35 2008
@@ -64,7 +64,7 @@
 
         <dependency>
             <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifactid}</artifactId>
+            <artifactId>${stax.impl.artifact}</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.schema</groupId>

Modified: webservices/axis2/branches/java/1_4/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/parent/pom.xml?rev=646353&r1=646352&r2=646353&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/parent/pom.xml Wed Apr  9 06:55:35 2008
@@ -137,7 +137,7 @@
         <servlet.api.version>2.3</servlet.api.version>
         <spring.version>2.5.1</spring.version>
         <stax.api.version>1.0.1</stax.api.version>
-        <stax.impl.artifactid>wstx-asl</stax.impl.artifactid>
+        <stax.impl.artifact>wstx-asl</stax.impl.artifact>
         <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
         <stax.impl.version>3.2.4</stax.impl.version>
         <tomcat.version>6.0.14</tomcat.version>
@@ -690,7 +690,7 @@
             </dependency>
             <dependency>
                 <groupId>${stax.impl.groupid}</groupId>
-                <artifactId>${stax.impl.artifactid}</artifactId>
+                <artifactId>${stax.impl.artifact}</artifactId>
                 <version>${stax.impl.version}</version>
                 <exclusions>
                     <exclusion>
@@ -1016,7 +1016,7 @@
         <!-- Stax implementation class -->
         <dependency>
             <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifactid}</artifactId>
+            <artifactId>${stax.impl.artifact}</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

Modified: webservices/axis2/branches/java/1_4/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/samples/pom.xml?rev=646353&r1=646352&r2=646353&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/samples/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/samples/pom.xml Wed Apr  9 06:55:35 2008
@@ -64,7 +64,7 @@
 
         <dependency>
             <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifactid}</artifactId>
+            <artifactId>${stax.impl.artifact}</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.schema</groupId>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=646353&r1=646352&r2=646353&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Wed Apr  9 06:55:35 2008
@@ -188,7 +188,7 @@
         </dependency>
         <dependency>
             <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifactid}</artifactId>
+            <artifactId>${stax.impl.artifact}</artifactId>
             <version>${stax.impl.version}</version>
         </dependency>
         <dependency>



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