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 2013/07/08 18:06:48 UTC

svn commit: r1500813 - in /oodt/trunk: ./ app/fmbrowser/ app/weditor/ catalog/ crawler/ curator/ filemgr/ grid/ mvn/archetypes/ mvn/archetypes/opsui/ mvn/archetypes/radix/ mvn/plugins/cas-install/ opendapps/ pcs/core/ pcs/opsui/ pcs/services/ pge/ prod...

Author: mattmann
Date: Mon Jul  8 16:06:48 2013
New Revision: 1500813

URL: http://svn.apache.org/r1500813
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    oodt/trunk/app/fmbrowser/pom.xml
    oodt/trunk/app/weditor/pom.xml
    oodt/trunk/catalog/pom.xml
    oodt/trunk/crawler/pom.xml
    oodt/trunk/curator/pom.xml
    oodt/trunk/filemgr/pom.xml
    oodt/trunk/grid/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/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/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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/app/fmbrowser/pom.xml (original)
+++ oodt/trunk/app/fmbrowser/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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.6/app/fmbrowser</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/app/fmbrowser</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.6/app/fmbrowser</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/app/fmbrowser</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/app/fmbrowser</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/app/weditor/pom.xml (original)
+++ oodt/trunk/app/weditor/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@ the License.
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.6</version>
+		<version>0.7-SNAPSHOT</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.6</version>
+			<version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/catalog/pom.xml (original)
+++ oodt/trunk/catalog/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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.6/catalog</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/catalog</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.6/catalog</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/catalog</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/catalog</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/catalog</url>
   </scm>
   <profiles>
     <profile>

Modified: oodt/trunk/crawler/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/crawler/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/crawler/pom.xml (original)
+++ oodt/trunk/crawler/pom.xml Mon Jul  8 16:06:48 2013
@@ -21,16 +21,16 @@ the License.
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.6</version>
+		<version>0.7-SNAPSHOT</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.6/crawler</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/crawler</developerConnection>
-		<url>http://svn.apache.org/viewvc/oodt/tags/0.6/crawler</url>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/crawler</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/crawler</developerConnection>
+		<url>http://svn.apache.org/viewvc/oodt/trunk/crawler</url>
 	</scm>
 	<build>
 		<plugins>

Modified: oodt/trunk/curator/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/curator/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/curator/pom.xml (original)
+++ oodt/trunk/curator/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.oodt</groupId>
@@ -29,9 +29,9 @@ the License.
   <name>CAS Curation Interface</name>
   <description>A web application for managing policy for products and files and metadata that have been ingested via the CAS component.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/curator</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/curator</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.6/curator</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/curator</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/curator</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/curator</url>
   </scm>
   <build>
     <plugins /> 

Modified: oodt/trunk/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/filemgr/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/filemgr/pom.xml (original)
+++ oodt/trunk/filemgr/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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.6/filemgr</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/filemgr</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.6/filemgr</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/filemgr</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/filemgr</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/filemgr</url>
   </scm>
   <build>
     <plugins>

Modified: oodt/trunk/grid/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/grid/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/grid/pom.xml (original)
+++ oodt/trunk/grid/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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.6/grid</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/grid</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.6/grid</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/grid</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/grid</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/grid</url>
   </scm>
   <build>
     <plugins>

Modified: oodt/trunk/mvn/archetypes/opsui/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/opsui/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/opsui/pom.xml (original)
+++ oodt/trunk/mvn/archetypes/opsui/pom.xml Mon Jul  8 16:06:48 2013
@@ -4,7 +4,7 @@
 
   <groupId>org.apache.oodt</groupId>
   <artifactId>opsui-archetype</artifactId>
-  <version>0.6</version>
+  <version>0.7-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <name>OODT :: Archetypes :: OpsUI</name>

Modified: oodt/trunk/mvn/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/pom.xml (original)
+++ oodt/trunk/mvn/archetypes/pom.xml Mon Jul  8 16:06:48 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/radix/pom.xml (original)
+++ oodt/trunk/mvn/archetypes/radix/pom.xml Mon Jul  8 16:06:48 2013
@@ -4,7 +4,7 @@
 
   <groupId>org.apache.oodt</groupId>
   <artifactId>radix-archetype</artifactId>
-  <version>0.6</version>
+  <version>0.7-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <name>OODT :: Archetypes :: RADiX</name>

Modified: oodt/trunk/mvn/plugins/cas-install/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/plugins/cas-install/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/mvn/plugins/cas-install/pom.xml (original)
+++ oodt/trunk/mvn/plugins/cas-install/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/opendapps/pom.xml (original)
+++ oodt/trunk/opendapps/pom.xml Mon Jul  8 16:06:48 2013
@@ -15,14 +15,14 @@ $Id$
   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.6/opendapps</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/opendapps</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.6/opendapps</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/opendapps</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/opendapps</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/opendapps</url>
   </scm>
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/pcs/core/pom.xml (original)
+++ oodt/trunk/pcs/core/pom.xml Mon Jul  8 16:06:48 2013
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <name>Process Control System Core Package</name>

Modified: oodt/trunk/pcs/opsui/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pcs/opsui/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/pcs/opsui/pom.xml (original)
+++ oodt/trunk/pcs/opsui/pom.xml Mon Jul  8 16:06:48 2013
@@ -23,7 +23,7 @@ the License.
 	<parent>
        <groupId>org.apache.oodt</groupId>
        <artifactId>oodt-core</artifactId>
-       <version>0.6</version>
+       <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/pcs/services/pom.xml (original)
+++ oodt/trunk/pcs/services/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/pge/pom.xml (original)
+++ oodt/trunk/pge/pom.xml Mon Jul  8 16:06:48 2013
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/pom.xml (original)
+++ oodt/trunk/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@ the License.
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>0.6</version>
+        <version>0.7-SNAPSHOT</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.6</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6</developerConnection>
-        <url>http://svn.apache.org/viewvc/oodt/tags/0.6</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/oodt/trunk</url>
     </scm>
 
     <modules>

Modified: oodt/trunk/product/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/product/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/product/pom.xml (original)
+++ oodt/trunk/product/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>0.6</version>
+        <version>0.7-SNAPSHOT</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.6/product</connection>
-   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/product</developerConnection>
-   		<url>http://svn.apache.org/viewvc/oodt/tags/0.6/product</url>
+   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/product</connection>
+   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/product</developerConnection>
+   		<url>http://svn.apache.org/viewvc/oodt/trunk/product</url>
     </scm>
     <build>
         <resources>

Modified: oodt/trunk/profile/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/profile/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/profile/pom.xml (original)
+++ oodt/trunk/profile/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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.6/profile</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/profile</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.6/profile</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/profile</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/profile</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/profile</url>
   </scm>
   <build>
     <resources>

Modified: oodt/trunk/protocol/sftp/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/protocol/sftp/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/protocol/sftp/pom.xml (original)
+++ oodt/trunk/protocol/sftp/pom.xml Mon Jul  8 16:06:48 2013
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.6</version>
+		<version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/pushpull/pom.xml (original)
+++ oodt/trunk/pushpull/pom.xml Mon Jul  8 16:06:48 2013
@@ -21,15 +21,15 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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.6/pushpull</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/pushpull</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.6/pushpull</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/pushpull</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/pushpull</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/pushpull</url>
   </scm>
   <repositories>
 	   <repository>

Modified: oodt/trunk/resource/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/resource/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/resource/pom.xml (original)
+++ oodt/trunk/resource/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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.6/resource</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/resource</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.6/resource</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/resource</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/resource</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/resource</url>
   </scm>
   <build>
     <plugins>

Modified: oodt/trunk/sso/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/sso/pom.xml?rev=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/sso/pom.xml (original)
+++ oodt/trunk/sso/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/webapp/components/pom.xml (original)
+++ oodt/trunk/webapp/components/pom.xml Mon Jul  8 16:06:48 2013
@@ -21,13 +21,13 @@ the License.
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>0.6</version>
+        <version>0.7-SNAPSHOT</version>
         <relativePath>../../core/pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.oodt</groupId>
 	<artifactId>oodt-webapp-components</artifactId>
 	<packaging>jar</packaging>
-	<version>0.6</version>
+	<version>0.7-SNAPSHOT</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.6</version>
+		  <version>0.7-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 		  <groupId>org.apache.oodt</groupId>
 		  <artifactId>cas-workflow</artifactId>
-		  <version>0.6</version>
+		  <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/webapp/fmbrowser/pom.xml (original)
+++ oodt/trunk/webapp/fmbrowser/pom.xml Mon Jul  8 16:06:48 2013
@@ -21,13 +21,13 @@ the License.
 	<parent>
                 <groupId>org.apache.oodt</groupId>
                 <artifactId>oodt-core</artifactId>
-                <version>0.6</version>
+                <version>0.7-SNAPSHOT</version>
                 <relativePath>../../core/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.oodt</groupId>
 	<artifactId>fmbrowser</artifactId>
 	<packaging>war</packaging>
-	<version>0.6</version>
+	<version>0.7-SNAPSHOT</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.6/webapp/fmbrowser</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/webapp/fmbrowser</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.6/webapp/fmbrowser</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/fmbrowser</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/fmbrowser</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/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.6</version>
+		  <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/webapp/fmprod/pom.xml (original)
+++ oodt/trunk/webapp/fmprod/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/webapp/wmonitor/pom.xml (original)
+++ oodt/trunk/webapp/wmonitor/pom.xml Mon Jul  8 16:06:48 2013
@@ -21,13 +21,13 @@ the License.
 	<parent>
                 <groupId>org.apache.oodt</groupId>
                 <artifactId>oodt-core</artifactId>
-                <version>0.6</version>
+                <version>0.7-SNAPSHOT</version>
                 <relativePath>../../core/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.oodt</groupId>
 	<artifactId>wmonitor</artifactId>
 	<packaging>war</packaging>
-	<version>0.6</version>
+	<version>0.7-SNAPSHOT</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.6/webapp/wmonitor</connection>
-   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/webapp/wmonitor</developerConnection>
-   		<url>http://svn.apache.org/viewvc/oodt/tags/0.6/webapp/wmonitor</url>
+   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</connection>
+   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</developerConnection>
+   		<url>http://svn.apache.org/viewvc/oodt/trunk/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.6</version>
+		  <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/workflow/pom.xml (original)
+++ oodt/trunk/workflow/pom.xml Mon Jul  8 16:06:48 2013
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/xmlps/pom.xml (original)
+++ oodt/trunk/xmlps/pom.xml Mon Jul  8 16:06:48 2013
@@ -21,12 +21,12 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.6</version>
+		<version>0.7-SNAPSHOT</version>
 		<relativePath>../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>oodt-xmlps</artifactId>
 	<name>XML-configured, DBMS-based Product and Profile Server</name>
-	<version>0.6</version>
+	<version>0.7-SNAPSHOT</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=1500813&r1=1500812&r2=1500813&view=diff
==============================================================================
--- oodt/trunk/xmlquery/pom.xml (original)
+++ oodt/trunk/xmlquery/pom.xml Mon Jul  8 16:06:48 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6</version>
+    <version>0.7-SNAPSHOT</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.6/xmlquery</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.6/xmlquery</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/tags/0.6/xmlquery</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/xmlquery</url>
   </scm>
   <build>
     <resources>