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/04 08:41:17 UTC

svn commit: r618186 - in /webservices/woden/branches/woden47: pom.xml woden-om/pom.xml

Author: jkaputin
Date: Sun Feb  3 23:41:16 2008
New Revision: 618186

URL: http://svn.apache.org/viewvc?rev=618186&view=rev
Log:
Merged latest changes from trunk into woden47 branch.

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

Modified: webservices/woden/branches/woden47/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden47/pom.xml?rev=618186&r1=618185&r2=618186&view=diff
==============================================================================
--- webservices/woden/branches/woden47/pom.xml (original)
+++ webservices/woden/branches/woden47/pom.xml Sun Feb  3 23:41:16 2008
@@ -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>
+  <url>http://ws.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>

Modified: webservices/woden/branches/woden47/woden-om/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden47/woden-om/pom.xml?rev=618186&r1=618185&r2=618186&view=diff
==============================================================================
--- webservices/woden/branches/woden47/woden-om/pom.xml (original)
+++ webservices/woden/branches/woden47/woden-om/pom.xml Sun Feb  3 23:41:16 2008
@@ -90,6 +90,7 @@
                        <exclude>**/AllWodenTests.java</exclude>
                        <exclude>**/AllWodenTestsDOM.java</exclude>
                        <exclude>**/SchemaTest.java</exclude>
+                       <exclude>**/SchemaLocationTest.java</exclude>
                        <exclude>**/WSDLDocumentValidatorTest.java</exclude>
                    </testExcludes>
                </configuration>



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