Author: dims
Date: Sun Apr 20 19:42:39 2008
New Revision: 650007

URL: http://svn.apache.org/viewvc?rev=650007&view=rev
Log:
cut tag for Axiom 1.2.7 release 


Added:
    webservices/commons/tags/axiom/1.2.7/
      - copied from r649060, webservices/commons/trunk/modules/axiom/
    webservices/commons/tags/axiom/1.2.7/README.txt
      - copied unchanged from r649081, 
webservices/commons/trunk/modules/axiom/README.txt
    webservices/commons/tags/axiom/1.2.7/RELEASE-NOTE.txt
      - copied unchanged from r649081, 
webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt
    
webservices/commons/tags/axiom/1.2.7/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF
      - copied unchanged from r649081, 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF
    
webservices/commons/tags/axiom/1.2.7/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF
      - copied unchanged from r649081, 
webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF
    
webservices/commons/tags/axiom/1.2.7/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF
      - copied unchanged from r649081, 
webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF
Modified:
    webservices/commons/tags/axiom/1.2.7/modules/axiom-api/pom.xml
    webservices/commons/tags/axiom/1.2.7/modules/axiom-dom/pom.xml
    webservices/commons/tags/axiom/1.2.7/modules/axiom-impl/pom.xml
    webservices/commons/tags/axiom/1.2.7/modules/axiom-tests/pom.xml
    webservices/commons/tags/axiom/1.2.7/pom.xml

Modified: webservices/commons/tags/axiom/1.2.7/modules/axiom-api/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.7/modules/axiom-api/pom.xml?rev=650007&r1=649060&r2=650007&view=diff
==============================================================================
--- webservices/commons/tags/axiom/1.2.7/modules/axiom-api/pom.xml (original)
+++ webservices/commons/tags/axiom/1.2.7/modules/axiom-api/pom.xml Sun Apr 20 
19:42:39 2008
@@ -22,12 +22,12 @@
        <parent>
                <groupId>org.apache.ws.commons.axiom</groupId>
                <artifactId>axiom</artifactId>
-               <version>SNAPSHOT</version>
+               <version>1.2.7</version>
                <!-- Should better be ${axiom.version} -->
        </parent>
        <artifactId>axiom-api</artifactId>
        <name>Axiom API</name>
-       <version>SNAPSHOT</version>
+       <version>1.2.7</version>
        <description>The Axiom API</description>
        <dependencies>
                <dependency>

Modified: webservices/commons/tags/axiom/1.2.7/modules/axiom-dom/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.7/modules/axiom-dom/pom.xml?rev=650007&r1=649060&r2=650007&view=diff
==============================================================================
--- webservices/commons/tags/axiom/1.2.7/modules/axiom-dom/pom.xml (original)
+++ webservices/commons/tags/axiom/1.2.7/modules/axiom-dom/pom.xml Sun Apr 20 
19:42:39 2008
@@ -22,12 +22,12 @@
        <parent>
                <groupId>org.apache.ws.commons.axiom</groupId>
                <artifactId>axiom</artifactId>
-               <version>SNAPSHOT</version>
+               <version>1.2.7</version>
                <!-- Should better be ${axiom.version} -->
        </parent>
        <artifactId>axiom-dom</artifactId>
        <name>Axiom DOM</name>
-       <version>SNAPSHOT</version>
+       <version>1.2.7</version>
        <description>The Axiom DOM implementation.</description>
        <dependencies>
                <dependency>

Modified: webservices/commons/tags/axiom/1.2.7/modules/axiom-impl/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.7/modules/axiom-impl/pom.xml?rev=650007&r1=649060&r2=650007&view=diff
==============================================================================
--- webservices/commons/tags/axiom/1.2.7/modules/axiom-impl/pom.xml (original)
+++ webservices/commons/tags/axiom/1.2.7/modules/axiom-impl/pom.xml Sun Apr 20 
19:42:39 2008
@@ -22,12 +22,12 @@
        <parent>
                <groupId>org.apache.ws.commons.axiom</groupId>
                <artifactId>axiom</artifactId>
-               <version>SNAPSHOT</version>
+               <version>1.2.7</version>
                <!-- Should better be ${axiom.version} -->
        </parent>
        <artifactId>axiom-impl</artifactId>
        <name>Axiom Impl</name>
-       <version>SNAPSHOT</version>
+       <version>1.2.7</version>
        <description>The Axiom default implementation.</description>
        <dependencies>
                <dependency>

Modified: webservices/commons/tags/axiom/1.2.7/modules/axiom-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.7/modules/axiom-tests/pom.xml?rev=650007&r1=649060&r2=650007&view=diff
==============================================================================
--- webservices/commons/tags/axiom/1.2.7/modules/axiom-tests/pom.xml (original)
+++ webservices/commons/tags/axiom/1.2.7/modules/axiom-tests/pom.xml Sun Apr 20 
19:42:39 2008
@@ -22,12 +22,12 @@
        <parent>
                <groupId>org.apache.ws.commons.axiom</groupId>
                <artifactId>axiom</artifactId>
-               <version>SNAPSHOT</version>
+               <version>1.2.7</version>
                <!-- Should better be ${axiom.version} -->
        </parent>
        <artifactId>axiom-tests</artifactId>
        <name>Axiom Test Suite</name>
-       <version>SNAPSHOT</version>
+       <version>1.2.7</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/tags/axiom/1.2.7/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.7/pom.xml?rev=650007&r1=649060&r2=650007&view=diff
==============================================================================
--- webservices/commons/tags/axiom/1.2.7/pom.xml (original)
+++ webservices/commons/tags/axiom/1.2.7/pom.xml Sun Apr 20 19:42:39 2008
@@ -22,7 +22,7 @@
        <groupId>org.apache.ws.commons.axiom</groupId>
        <artifactId>axiom</artifactId>
        <name>Axiom</name>
-       <version>SNAPSHOT</version>
+       <version>1.2.7</version>
        <!-- Should better be ${axiom.version} -->
        <packaging>pom</packaging>
        <description>AXIOM API</description>
@@ -510,7 +510,7 @@
        </modules>
        <properties>
                <axiom.version>${pom.version}</axiom.version>
-               <axiom.osgi.version>1.2.6</axiom.osgi.version>
+               <axiom.osgi.version>1.2.7</axiom.osgi.version>
                <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
                <stax.impl.artifact>wstx-asl</stax.impl.artifact>
                <stax.impl.version>3.2.4</stax.impl.version>



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

Reply via email to