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 lm...@apache.org on 2007/12/27 20:28:47 UTC

svn commit: r607109 - /webservices/woden/trunk/java/pom.xml

Author: lmandel
Date: Thu Dec 27 11:28:47 2007
New Revision: 607109

URL: http://svn.apache.org/viewvc?rev=607109&view=rev
Log:
Updated for Woden's graduation.
1. Updated location of Woden SVN repository
2. Removed "incubating" from name and comments

Modified:
    webservices/woden/trunk/java/pom.xml

Modified: webservices/woden/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=607109&r1=607108&r2=607109&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Thu Dec 27 11:28:47 2007
@@ -23,25 +23,25 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.woden</groupId>
   <artifactId>woden</artifactId>
-  <version>1.0-incubating-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <inceptionYear>2005</inceptionYear>
   <name>Woden</name>
-  <description>The Woden project is an incubation subproject of the Apache Web Services Project to
+  <description>The Woden project is a subproject of the Apache Web Services Project to
     develop a Java class library for reading, manipulating, creating and writing WSDL documents,
     initially to support WSDL 2.0 but with the longer term aim of supporting past, present and
     future versions of WSDL.
 
-    There are two main deliverables: an API and an implementation. The Woden API will consist of
-    a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API will conform to the
+    There are two main deliverables: an API and an implementation. The Woden API consists of
+    a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API conforms to the
     W3C WSDL 2.0 specification. The implementation will be a high performance implementation
     directly usable in other Apache projects such as Axis2.
   </description>
   <url>http://incubator.apache.org/woden/</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/woden/trunk/java/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/woden/trunk/java/</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/woden/trunk/java/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/woden/trunk/java/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/woden/trunk/java/</developerConnection>
+    <url>http://svn.apache.org/viewvc/webservices/woden/trunk/java/</url>
   </scm>
   <reporting>
     <plugins>



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