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 jk...@apache.org on 2008/02/08 10:28:23 UTC

svn commit: r619811 - in /webservices/woden/branches/woden47: woden-api/pom.xml woden-dom/pom.xml woden-om/pom.xml

Author: jkaputin
Date: Fri Feb  8 01:28:21 2008
New Revision: 619811

URL: http://svn.apache.org/viewvc?rev=619811&view=rev
Log:
Remove 'incubating' from pom.xml files in woden47 branch.

Modified:
    webservices/woden/branches/woden47/woden-api/pom.xml
    webservices/woden/branches/woden47/woden-dom/pom.xml
    webservices/woden/branches/woden47/woden-om/pom.xml

Modified: webservices/woden/branches/woden47/woden-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden47/woden-api/pom.xml?rev=619811&r1=619810&r2=619811&view=diff
==============================================================================
--- webservices/woden/branches/woden47/woden-api/pom.xml (original)
+++ webservices/woden/branches/woden47/woden-api/pom.xml Fri Feb  8 01:28:21 2008
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.woden</groupId>
        <artifactId>woden</artifactId>
-       <version>1.0-incubating-SNAPSHOT</version>
+       <version>1.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>woden-api</artifactId>

Modified: webservices/woden/branches/woden47/woden-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden47/woden-dom/pom.xml?rev=619811&r1=619810&r2=619811&view=diff
==============================================================================
--- webservices/woden/branches/woden47/woden-dom/pom.xml (original)
+++ webservices/woden/branches/woden47/woden-dom/pom.xml Fri Feb  8 01:28:21 2008
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.woden</groupId>
        <artifactId>woden</artifactId>
-       <version>1.0-incubating-SNAPSHOT</version>
+       <version>1.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>woden-impl-dom</artifactId>
@@ -126,7 +126,7 @@
        <dependency>
            <groupId>org.apache.woden</groupId>
            <artifactId>woden-api</artifactId>
-           <version>1.0-incubating-SNAPSHOT</version>
+           <version>1.0-SNAPSHOT</version>
        </dependency>
    </dependencies>
 </project>

Modified: webservices/woden/branches/woden47/woden-om/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden47/woden-om/pom.xml?rev=619811&r1=619810&r2=619811&view=diff
==============================================================================
--- webservices/woden/branches/woden47/woden-om/pom.xml (original)
+++ webservices/woden/branches/woden47/woden-om/pom.xml Fri Feb  8 01:28:21 2008
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.woden</groupId>
        <artifactId>woden</artifactId>
-       <version>1.0-incubating-SNAPSHOT</version>
+       <version>1.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>woden-impl-om</artifactId>
@@ -126,7 +126,7 @@
        <dependency>
            <groupId>org.apache.woden</groupId>
            <artifactId>woden-api</artifactId>
-           <version>1.0-incubating-SNAPSHOT</version>
+           <version>1.0-SNAPSHOT</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