You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2015/05/31 20:17:13 UTC

svn commit: r1682764 - in /oodt/trunk: ./ app/fmbrowser/ app/weditor/ catalog/ cli/ commons/ core/ crawler/ filemgr/ grid/ metadata/ mvn/archetypes/ mvn/archetypes/opsui/ mvn/archetypes/radix/ mvn/plugins/cas-install/ opendapps/ pcs/core/ pcs/input/ pc...

Author: mattmann
Date: Sun May 31 18:17:13 2015
New Revision: 1682764

URL: http://svn.apache.org/r1682764
Log:
[maven-release-plugin] prepare release 0.9-rc1

Modified:
    oodt/trunk/app/fmbrowser/pom.xml
    oodt/trunk/app/weditor/pom.xml
    oodt/trunk/catalog/pom.xml
    oodt/trunk/cli/pom.xml
    oodt/trunk/commons/pom.xml
    oodt/trunk/core/pom.xml
    oodt/trunk/crawler/pom.xml
    oodt/trunk/filemgr/pom.xml
    oodt/trunk/grid/pom.xml
    oodt/trunk/metadata/pom.xml
    oodt/trunk/mvn/archetypes/opsui/pom.xml
    oodt/trunk/mvn/archetypes/pom.xml
    oodt/trunk/mvn/archetypes/radix/pom.xml
    oodt/trunk/mvn/plugins/cas-install/pom.xml
    oodt/trunk/opendapps/pom.xml
    oodt/trunk/pcs/core/pom.xml
    oodt/trunk/pcs/input/pom.xml
    oodt/trunk/pcs/opsui/pom.xml
    oodt/trunk/pcs/services/pom.xml
    oodt/trunk/pge/pom.xml
    oodt/trunk/pom.xml
    oodt/trunk/product/pom.xml
    oodt/trunk/profile/pom.xml
    oodt/trunk/protocol/api/pom.xml
    oodt/trunk/protocol/ftp/pom.xml
    oodt/trunk/protocol/http/pom.xml
    oodt/trunk/protocol/imaps/pom.xml
    oodt/trunk/protocol/sftp/pom.xml
    oodt/trunk/pushpull/pom.xml
    oodt/trunk/resource/pom.xml
    oodt/trunk/sso/pom.xml
    oodt/trunk/webapp/components/pom.xml
    oodt/trunk/webapp/fmbrowser/pom.xml
    oodt/trunk/webapp/fmprod/pom.xml
    oodt/trunk/webapp/wmonitor/pom.xml
    oodt/trunk/workflow/pom.xml
    oodt/trunk/xmlps/pom.xml
    oodt/trunk/xmlquery/pom.xml

Modified: oodt/trunk/app/fmbrowser/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/app/fmbrowser/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/app/fmbrowser/pom.xml (original)
+++ oodt/trunk/app/fmbrowser/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-fm-browser</artifactId>
@@ -30,9 +30,9 @@ the License.
      can view archived products' metadata, query for products with particular metadata, 
      and export results of queries to the MS Excel(c) file format.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.8.1/app/fmbrowser</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.8.1/app/fmbrowser</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.8.1/app/fmbrowser</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/app/fmbrowser</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/app/fmbrowser</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/app/fmbrowser</url>
   </scm>
   <build>
     <plugins />

Modified: oodt/trunk/app/weditor/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/app/weditor/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/app/weditor/pom.xml (original)
+++ oodt/trunk/app/weditor/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@ the License.
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>0.9</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>weditor</artifactId>
@@ -61,7 +61,7 @@ the License.
 		<dependency>
 			<groupId>org.apache.oodt</groupId>
 			<artifactId>cas-workflow</artifactId>
-			<version>0.9-SNAPSHOT</version>
+			<version>0.9</version>
 		</dependency>
 		<dependency>
 			<groupId>net.sf.jung</groupId>

Modified: oodt/trunk/catalog/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/catalog/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/catalog/pom.xml (original)
+++ oodt/trunk/catalog/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-catalog</artifactId>
@@ -31,9 +31,9 @@
   they may be queried across and ingested into.
   </description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/catalog</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/catalog</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/catalog</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/catalog</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/catalog</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/catalog</url>
   </scm>
   <profiles>
     <profile>

Modified: oodt/trunk/cli/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/cli/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/cli/pom.xml (original)
+++ oodt/trunk/cli/pom.xml Sun May 31 18:17:13 2015
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>0.9</version>
 		<relativePath>../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-cli</artifactId>

Modified: oodt/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/commons/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/commons/pom.xml (original)
+++ oodt/trunk/commons/pom.xml Sun May 31 18:17:13 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-commons</artifactId>
@@ -29,9 +29,9 @@
   <packaging>jar</packaging>
   <description>Apache OODT Common Utilities Project</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/commons</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/commons</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/commons</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/commons</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/commons</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/commons</url>
   </scm>
   <build>
     <resources>

Modified: oodt/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/core/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/core/pom.xml (original)
+++ oodt/trunk/core/pom.xml Sun May 31 18:17:13 2015
@@ -25,7 +25,7 @@ the License.
 	</parent>    
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <name>OODT Core</name>
     <packaging>pom</packaging>
     <properties>
@@ -267,9 +267,9 @@ the License.
         <url>http://oodt.apache.org/</url>
     </organization>
     <scm>
-    	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/core</connection>
-    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/core</developerConnection>
-    	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/core</url>
+    	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/core</connection>
+    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/core</developerConnection>
+    	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/core</url>
     </scm>
     <build>
         <sourceDirectory>${basedir}/src/main/java</sourceDirectory>

Modified: oodt/trunk/crawler/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/crawler/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/crawler/pom.xml (original)
+++ oodt/trunk/crawler/pom.xml Sun May 31 18:17:13 2015
@@ -21,16 +21,16 @@ the License.
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>0.9</version>
 		<relativePath>../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-crawler</artifactId>
 	<name>Catalog and Archive Crawling Framework</name>
 	<description>The Catalog and Archive Service Crawling Framework.</description>
 	<scm>
-		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/crawler</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/crawler</developerConnection>
-		<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/crawler</url>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/crawler</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/crawler</developerConnection>
+		<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/crawler</url>
 	</scm>
 	<build>
 		<plugins>

Modified: oodt/trunk/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/filemgr/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/filemgr/pom.xml (original)
+++ oodt/trunk/filemgr/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-filemgr</artifactId>
@@ -31,9 +31,9 @@
      on the javax.sql.DataSource interface). This component provides everything that you need
      to catalog, archive and manage files, and directories, and their associated metadata.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/filemgr</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/filemgr</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/filemgr</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/filemgr</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/filemgr</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/filemgr</url>
   </scm>
   <build>
     <directory>target</directory>

Modified: oodt/trunk/grid/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/grid/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/grid/pom.xml (original)
+++ oodt/trunk/grid/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>web-grid</artifactId>
@@ -58,9 +58,9 @@ the License.
     add new sets of product and profile query handlers, enabling
     seamless activation of additional capabilities.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/grid</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/grid</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/grid</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/grid</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/grid</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/grid</url>
   </scm>
   <build>
     <plugins>

Modified: oodt/trunk/metadata/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/metadata/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/metadata/pom.xml (original)
+++ oodt/trunk/metadata/pom.xml Sun May 31 18:17:13 2015
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-metadata</artifactId>
@@ -37,9 +37,9 @@ the License.
 	between a scalar value and a non-scalar is handled by determining whether the list of
 	values for a particular key is greater than 1.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/metadata</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/metadata</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/metadata</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/metadata</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/metadata</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/metadata</url>
   </scm>
   <build>
     <resources>

Modified: oodt/trunk/mvn/archetypes/opsui/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/opsui/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/opsui/pom.xml (original)
+++ oodt/trunk/mvn/archetypes/opsui/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../../../core</relativePath>
   </parent>
   <artifactId>opsui-archetype</artifactId>

Modified: oodt/trunk/mvn/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/pom.xml (original)
+++ oodt/trunk/mvn/archetypes/pom.xml Sun May 31 18:17:13 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../../core</relativePath>
   </parent>
 

Modified: oodt/trunk/mvn/archetypes/radix/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/radix/pom.xml (original)
+++ oodt/trunk/mvn/archetypes/radix/pom.xml Sun May 31 18:17:13 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../../../core</relativePath>
   </parent>
   <artifactId>radix-archetype</artifactId>

Modified: oodt/trunk/mvn/plugins/cas-install/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/plugins/cas-install/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/mvn/plugins/cas-install/pom.xml (original)
+++ oodt/trunk/mvn/plugins/cas-install/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
   <artifactId>maven-cas-install-plugin</artifactId>

Modified: oodt/trunk/opendapps/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/opendapps/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/opendapps/pom.xml (original)
+++ oodt/trunk/opendapps/pom.xml Sun May 31 18:17:13 2015
@@ -25,14 +25,14 @@
   to extract and translate datasets from OPeNDAP and THREDDS into OODT profiles.
   </description> 
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/opendapps</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/opendapps</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/opendapps</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/opendapps</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/opendapps</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/opendapps</url>
   </scm>
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <build>

Modified: oodt/trunk/pcs/core/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pcs/core/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/pcs/core/pom.xml (original)
+++ oodt/trunk/pcs/core/pom.xml Sun May 31 18:17:13 2015
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <name>Process Control System Core Package</name>

Modified: oodt/trunk/pcs/input/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pcs/input/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/pcs/input/pom.xml (original)
+++ oodt/trunk/pcs/input/pom.xml Sun May 31 18:17:13 2015
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <name>Process Control System Input Data Package</name>

Modified: oodt/trunk/pcs/opsui/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pcs/opsui/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/pcs/opsui/pom.xml (original)
+++ oodt/trunk/pcs/opsui/pom.xml Sun May 31 18:17:13 2015
@@ -23,7 +23,7 @@ the License.
 	<parent>
        <groupId>org.apache.oodt</groupId>
        <artifactId>oodt-core</artifactId>
-       <version>0.9-SNAPSHOT</version>
+       <version>0.9</version>
        <relativePath>../../core/pom.xml</relativePath>
     </parent>
 	<name>Process Control System Operator Interface Webapp</name>

Modified: oodt/trunk/pcs/services/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pcs/services/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/pcs/services/pom.xml (original)
+++ oodt/trunk/pcs/services/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.oodt</groupId>

Modified: oodt/trunk/pge/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pge/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/pge/pom.xml (original)
+++ oodt/trunk/pge/pom.xml Sun May 31 18:17:13 2015
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-pge</artifactId>

Modified: oodt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/pom.xml (original)
+++ oodt/trunk/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@ the License.
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>0.9-SNAPSHOT</version>
+        <version>0.9</version>
         <relativePath>core/pom.xml</relativePath>
     </parent>
 
@@ -33,9 +33,9 @@ the License.
     </description>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT</developerConnection>
-        <url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1</developerConnection>
+        <url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1</url>
     </scm>
 
     <modules>

Modified: oodt/trunk/product/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/product/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/product/pom.xml (original)
+++ oodt/trunk/product/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>0.9-SNAPSHOT</version>
+        <version>0.9</version>
         <relativePath>../core/pom.xml</relativePath>
     </parent>
     <artifactId>oodt-product</artifactId>
@@ -35,9 +35,9 @@
         without impacting local stores or operations.
     </description>
     <scm>
-   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/product</connection>
-   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/product</developerConnection>
-   		<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/product</url>
+   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/product</connection>
+   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/product</developerConnection>
+   		<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/product</url>
     </scm>
     <build>
         <resources>

Modified: oodt/trunk/profile/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/profile/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/profile/pom.xml (original)
+++ oodt/trunk/profile/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-profile</artifactId>
@@ -32,9 +32,9 @@
     The Profile Service catalogs metadata descriptions and provides
     creating, updating, and querying capabilities.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/profile</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/profile</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/profile</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/profile</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/profile</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/profile</url>
   </scm>
   <build>
     <resources>

Modified: oodt/trunk/protocol/api/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/protocol/api/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/protocol/api/pom.xml (original)
+++ oodt/trunk/protocol/api/pom.xml Sun May 31 18:17:13 2015
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>0.9</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-api</artifactId>

Modified: oodt/trunk/protocol/ftp/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/protocol/ftp/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/protocol/ftp/pom.xml (original)
+++ oodt/trunk/protocol/ftp/pom.xml Sun May 31 18:17:13 2015
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>0.9</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-ftp</artifactId>

Modified: oodt/trunk/protocol/http/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/protocol/http/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/protocol/http/pom.xml (original)
+++ oodt/trunk/protocol/http/pom.xml Sun May 31 18:17:13 2015
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>0.9</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-http</artifactId>

Modified: oodt/trunk/protocol/imaps/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/protocol/imaps/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/protocol/imaps/pom.xml (original)
+++ oodt/trunk/protocol/imaps/pom.xml Sun May 31 18:17:13 2015
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>0.9</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-imaps</artifactId>

Modified: oodt/trunk/protocol/sftp/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/protocol/sftp/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/protocol/sftp/pom.xml (original)
+++ oodt/trunk/protocol/sftp/pom.xml Sun May 31 18:17:13 2015
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>0.9</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-sftp</artifactId>

Modified: oodt/trunk/pushpull/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pushpull/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/pushpull/pom.xml (original)
+++ oodt/trunk/pushpull/pom.xml Sun May 31 18:17:13 2015
@@ -21,15 +21,15 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent> 
   <artifactId>cas-pushpull</artifactId>
   <name>CAS Push-Pull-Framework</name>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/pushpull</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/pushpull</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/pushpull</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/pushpull</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/pushpull</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/pushpull</url>
   </scm>
 
  <build>

Modified: oodt/trunk/resource/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/resource/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/resource/pom.xml (original)
+++ oodt/trunk/resource/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-resource</artifactId>
@@ -29,9 +29,9 @@ the License.
      provides job management, and management of the underlying software system hardware
      and resources, such as disk space, computational resources, and shared identity.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/resource</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/resource</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/resource</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/resource</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/resource</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/resource</url>
   </scm>
   <build>
     <plugins>

Modified: oodt/trunk/sso/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/sso/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/sso/pom.xml (original)
+++ oodt/trunk/sso/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-sso</artifactId>

Modified: oodt/trunk/webapp/components/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/components/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/webapp/components/pom.xml (original)
+++ oodt/trunk/webapp/components/pom.xml Sun May 31 18:17:13 2015
@@ -21,13 +21,13 @@ the License.
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>0.9-SNAPSHOT</version>
+        <version>0.9</version>
         <relativePath>../../core/pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.oodt</groupId>
 	<artifactId>oodt-webapp-components</artifactId>
 	<packaging>jar</packaging>
-	<version>0.9-SNAPSHOT</version>
+	<version>0.9</version>
 	<name>OODT Wicket Web Components</name>
 	<dependencies>
 		<dependency>
@@ -38,12 +38,12 @@ the License.
 		<dependency>
 		  <groupId>org.apache.oodt</groupId>
 		  <artifactId>cas-filemgr</artifactId>
-		  <version>0.9-SNAPSHOT</version>
+		  <version>0.9</version>
 		</dependency>
 		<dependency>
 		  <groupId>org.apache.oodt</groupId>
 		  <artifactId>cas-workflow</artifactId>
-		  <version>0.9-SNAPSHOT</version>
+		  <version>0.9</version>
 		</dependency>
 		<dependency>	
 		  <groupId>org.apache.oodt</groupId>

Modified: oodt/trunk/webapp/fmbrowser/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/fmbrowser/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/webapp/fmbrowser/pom.xml (original)
+++ oodt/trunk/webapp/fmbrowser/pom.xml Sun May 31 18:17:13 2015
@@ -21,13 +21,13 @@ the License.
 	<parent>
                 <groupId>org.apache.oodt</groupId>
                 <artifactId>oodt-core</artifactId>
-                <version>0.9-SNAPSHOT</version>
+                <version>0.9</version>
                 <relativePath>../../core/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.oodt</groupId>
 	<artifactId>fmbrowser</artifactId>
 	<packaging>war</packaging>
-	<version>0.9-SNAPSHOT</version>
+	<version>0.9</version>
 	<name>CAS File Manager Browser Web App</name>
 	<properties>
 		<wicket.version>1.4.17</wicket.version>
@@ -36,9 +36,9 @@ the License.
 		<log4j.version>1.2.14</log4j.version>
 	</properties>
 	<scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/webapp/fmbrowser</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/webapp/fmbrowser</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/webapp/fmbrowser</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/webapp/fmbrowser</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/webapp/fmbrowser</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/webapp/fmbrowser</url>
   </scm>
 	<dependencies>
 		<dependency>
@@ -49,7 +49,7 @@ the License.
 		<dependency>
 		  <groupId>org.apache.oodt</groupId>
 		  <artifactId>oodt-webapp-components</artifactId>
-		  <version>0.9-SNAPSHOT</version>
+		  <version>0.9</version>
 		</dependency>
 
 		<!-- LOGGING DEPENDENCIES - LOG4J -->

Modified: oodt/trunk/webapp/fmprod/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/fmprod/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/webapp/fmprod/pom.xml (original)
+++ oodt/trunk/webapp/fmprod/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-product</artifactId>

Modified: oodt/trunk/webapp/wmonitor/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/wmonitor/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/webapp/wmonitor/pom.xml (original)
+++ oodt/trunk/webapp/wmonitor/pom.xml Sun May 31 18:17:13 2015
@@ -21,13 +21,13 @@ the License.
 	<parent>
                 <groupId>org.apache.oodt</groupId>
                 <artifactId>oodt-core</artifactId>
-                <version>0.9-SNAPSHOT</version>
+                <version>0.9</version>
                 <relativePath>../../core/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.oodt</groupId>
 	<artifactId>wmonitor</artifactId>
 	<packaging>war</packaging>
-	<version>0.9-SNAPSHOT</version>
+	<version>0.9</version>
 	<name>CAS Workflow Manager Monitor Web App</name>
 	<properties>
 		<wicket.version>1.4.17</wicket.version>
@@ -36,9 +36,9 @@ the License.
 		<log4j.version>1.2.14</log4j.version>
 	</properties>
 	<scm>
-   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/webapp/wmonitor</connection>
-   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/webapp/wmonitor</developerConnection>
-   		<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/webapp/wmonitor</url>
+   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/webapp/wmonitor</connection>
+   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/webapp/wmonitor</developerConnection>
+   		<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/webapp/wmonitor</url>
   	</scm>
 	<dependencies>
 		<dependency>
@@ -49,7 +49,7 @@ the License.
 		<dependency>
 		  <groupId>org.apache.oodt</groupId>
 		  <artifactId>oodt-webapp-components</artifactId>
-		  <version>0.9-SNAPSHOT</version>
+		  <version>0.9</version>
 		  <exclusions>
 		    <exclusion>
 		      <artifactId>cas-filemgr</artifactId>

Modified: oodt/trunk/workflow/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/workflow/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/workflow/pom.xml (original)
+++ oodt/trunk/workflow/pom.xml Sun May 31 18:17:13 2015
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-workflow</artifactId>

Modified: oodt/trunk/xmlps/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/xmlps/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/xmlps/pom.xml (original)
+++ oodt/trunk/xmlps/pom.xml Sun May 31 18:17:13 2015
@@ -21,12 +21,12 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>0.9</version>
 		<relativePath>../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>oodt-xmlps</artifactId>
 	<name>XML-configured, DBMS-based Product and Profile Server</name>
-	<version>0.9-SNAPSHOT</version>
+	<version>0.9</version>
 	<description>
 	  An XML-configured DBMS-based Product and Profile meant to easily 
 	  sit on top of Web-Grid and other Product and Profile server contexts

Modified: oodt/trunk/xmlquery/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/xmlquery/pom.xml?rev=1682764&r1=1682763&r2=1682764&view=diff
==============================================================================
--- oodt/trunk/xmlquery/pom.xml (original)
+++ oodt/trunk/xmlquery/pom.xml Sun May 31 18:17:13 2015
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-xmlquery</artifactId>
@@ -35,9 +35,9 @@
     pass a query and its results between servers, clients, nodes, and
     other components.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/xmlquery</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/xmlquery</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/xmlquery</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/xmlquery</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-rc1/xmlquery</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.9-rc1/xmlquery</url>
   </scm>
   <build>
     <resources>