You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by di...@apache.org on 2008/04/23 21:55:12 UTC

svn commit: r651030 - in /webservices/woden/tags/1.0M8_20080423: pom.xml woden-api/pom.xml woden-dom/pom.xml woden-om/pom.xml

Author: dims
Date: Wed Apr 23 12:55:09 2008
New Revision: 651030

URL: http://svn.apache.org/viewvc?rev=651030&view=rev
Log:
fix version #'s in pom's.

Modified:
    webservices/woden/tags/1.0M8_20080423/pom.xml
    webservices/woden/tags/1.0M8_20080423/woden-api/pom.xml
    webservices/woden/tags/1.0M8_20080423/woden-dom/pom.xml
    webservices/woden/tags/1.0M8_20080423/woden-om/pom.xml

Modified: webservices/woden/tags/1.0M8_20080423/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/tags/1.0M8_20080423/pom.xml?rev=651030&r1=651029&r2=651030&view=diff
==============================================================================
--- webservices/woden/tags/1.0M8_20080423/pom.xml (original)
+++ webservices/woden/tags/1.0M8_20080423/pom.xml Wed Apr 23 12:55:09 2008
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.woden</groupId>
   <artifactId>woden</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0M8</version>
   <packaging>pom</packaging>
   <inceptionYear>2005</inceptionYear>
   <name>Woden</name>
@@ -101,7 +101,7 @@
     <dependency>
       <groupId>org.apache.ws.commons.schema</groupId>
       <artifactId>XmlSchema</artifactId>
-      <version>SNAPSHOT</version>
+      <version>1.4.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
@@ -126,13 +126,13 @@
     <dependency>
       <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-api</artifactId>
-      <version>SNAPSHOT</version>
+      <version>1.2.7</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-impl</artifactId>
-      <version>SNAPSHOT</version>
+      <version>1.2.7</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Modified: webservices/woden/tags/1.0M8_20080423/woden-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/tags/1.0M8_20080423/woden-api/pom.xml?rev=651030&r1=651029&r2=651030&view=diff
==============================================================================
--- webservices/woden/tags/1.0M8_20080423/woden-api/pom.xml (original)
+++ webservices/woden/tags/1.0M8_20080423/woden-api/pom.xml Wed Apr 23 12:55:09 2008
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.woden</groupId>
        <artifactId>woden</artifactId>
-       <version>1.0-SNAPSHOT</version>
+       <version>1.0M8</version>
    </parent>
 
    <artifactId>woden-api</artifactId>

Modified: webservices/woden/tags/1.0M8_20080423/woden-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/tags/1.0M8_20080423/woden-dom/pom.xml?rev=651030&r1=651029&r2=651030&view=diff
==============================================================================
--- webservices/woden/tags/1.0M8_20080423/woden-dom/pom.xml (original)
+++ webservices/woden/tags/1.0M8_20080423/woden-dom/pom.xml Wed Apr 23 12:55:09 2008
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.woden</groupId>
        <artifactId>woden</artifactId>
-       <version>1.0-SNAPSHOT</version>
+       <version>1.0M8</version>
    </parent>
 
    <artifactId>woden-impl-dom</artifactId>
@@ -126,7 +126,7 @@
        <dependency>
            <groupId>org.apache.woden</groupId>
            <artifactId>woden-api</artifactId>
-           <version>1.0-SNAPSHOT</version>
+           <version>1.0M8</version>
        </dependency>
    </dependencies>
 </project>

Modified: webservices/woden/tags/1.0M8_20080423/woden-om/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/tags/1.0M8_20080423/woden-om/pom.xml?rev=651030&r1=651029&r2=651030&view=diff
==============================================================================
--- webservices/woden/tags/1.0M8_20080423/woden-om/pom.xml (original)
+++ webservices/woden/tags/1.0M8_20080423/woden-om/pom.xml Wed Apr 23 12:55:09 2008
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.woden</groupId>
        <artifactId>woden</artifactId>
-       <version>1.0-SNAPSHOT</version>
+       <version>1.0M8</version>
    </parent>
 
    <artifactId>woden-impl-om</artifactId>
@@ -126,7 +126,7 @@
        <dependency>
            <groupId>org.apache.woden</groupId>
            <artifactId>woden-api</artifactId>
-           <version>1.0-SNAPSHOT</version>
+           <version>1.0M8</version>
        </dependency>
    </dependencies>
 </project>



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