Author: ruchithf
Date: Wed Jan 10 03:42:01 2007
New Revision: 494790
URL: http://svn.apache.org/viewvc?view=rev&rev=494790
Log:
updating the maven2 axiom build to set the version to SNAPSHOT
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
webservices/commons/trunk/modules/axiom/pom.xml
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml?view=diff&rev=494790&r1=494789&r2=494790
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml Wed Jan
10 03:42:01 2007
@@ -7,12 +7,12 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>SNAPSHOT</version>
<!-- Should better be ${axiom.version} -->
</parent>
<artifactId>axiom-api</artifactId>
<name>Axiom API</name>
- <version>1.2.2-SNAPSHOT</version>
+ <version>SNAPSHOT</version>
<description>The Axiom API</description>
<dependencies>
<dependency>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml?view=diff&rev=494790&r1=494789&r2=494790
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml Wed Jan
10 03:42:01 2007
@@ -7,12 +7,12 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>SNAPSHOT</version>
<!-- Should better be ${axiom.version} -->
</parent>
<artifactId>axiom-dom</artifactId>
<name>Axiom DOM</name>
- <version>1.2.2-SNAPSHOT</version>
+ <version>SNAPSHOT</version>
<description>The Axiom DOM implementation.</description>
<dependencies>
<dependency>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml?view=diff&rev=494790&r1=494789&r2=494790
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml Wed Jan
10 03:42:01 2007
@@ -7,12 +7,12 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>SNAPSHOT</version>
<!-- Should better be ${axiom.version} -->
</parent>
<artifactId>axiom-impl</artifactId>
<name>Axiom Impl</name>
- <version>1.2.2-SNAPSHOT</version>
+ <version>SNAPSHOT</version>
<description>The Axiom default implementation.</description>
<dependencies>
<dependency>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml?view=diff&rev=494790&r1=494789&r2=494790
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml Wed Jan
10 03:42:01 2007
@@ -7,12 +7,12 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>SNAPSHOT</version>
<!-- Should better be ${axiom.version} -->
</parent>
<artifactId>axiom-tests</artifactId>
<name>Axiom Test Suite</name>
- <version>1.2.2-SNAPSHOT</version>
+ <version>SNAPSHOT</version>
<description>
The Axiom test suite. This ought to be split into several parts and be
made
a part of axiom-api, axiom-impl and axiom-dom. However, that's not as
easy
Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?view=diff&rev=494790&r1=494789&r2=494790
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Wed Jan 10 03:42:01 2007
@@ -7,7 +7,7 @@
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
<name>Axiom</name>
- <version>1.2.2-SNAPSHOT</version>
+ <version>SNAPSHOT</version>
<!-- Should better be ${axiom.version} -->
<packaging>pom</packaging>
<description>AXIOM API</description>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]