You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by pr...@apache.org on 2011/02/02 07:31:59 UTC

svn commit: r1066344 - in /oodt/trunk: ./ agility/ app/fmbrowser/ catalog/ commons/ core/ crawler/ curator/ filemgr/ grid/ metadata/ mvn/plugins/cas-install/ opendapps/ pcs/input/ pge/ product/ profile/ pushpull/ resource/ sso/ webapp/filemgr/ webapp/f...

Author: pramirez
Date: Wed Feb  2 06:31:58 2011
New Revision: 1066344

URL: http://svn.apache.org/viewvc?rev=1066344&view=rev
Log:
Bumping version numbers due to 0.2 release

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/agility/setup.py
    oodt/trunk/app/fmbrowser/pom.xml
    oodt/trunk/catalog/pom.xml
    oodt/trunk/commons/pom.xml
    oodt/trunk/core/pom.xml
    oodt/trunk/crawler/pom.xml
    oodt/trunk/curator/pom.xml
    oodt/trunk/filemgr/pom.xml
    oodt/trunk/grid/pom.xml
    oodt/trunk/metadata/pom.xml
    oodt/trunk/mvn/plugins/cas-install/pom.xml
    oodt/trunk/opendapps/pom.xml
    oodt/trunk/pcs/input/pom.xml
    oodt/trunk/pge/pom.xml
    oodt/trunk/pom.xml
    oodt/trunk/product/pom.xml
    oodt/trunk/profile/pom.xml
    oodt/trunk/pushpull/pom.xml
    oodt/trunk/resource/pom.xml
    oodt/trunk/sso/pom.xml
    oodt/trunk/webapp/filemgr/pom.xml
    oodt/trunk/webapp/fmprod/pom.xml
    oodt/trunk/webapp/workflow/pom.xml
    oodt/trunk/workflow/pom.xml
    oodt/trunk/xmlps/pom.xml
    oodt/trunk/xmlquery/pom.xml

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Wed Feb  2 06:31:58 2011
@@ -1,6 +1,10 @@
 Apache OODT Change Log
 ======================
 
+Release 0.3-SNAPSHOT (in progress)
+--------------------------------------------
+
+
 Release 0.2 
 --------------------------------------------
 Release Date: January 17th, 2011

Modified: oodt/trunk/agility/setup.py
URL: http://svn.apache.org/viewvc/oodt/trunk/agility/setup.py?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/agility/setup.py (original)
+++ oodt/trunk/agility/setup.py Wed Feb  2 06:31:58 2011
@@ -25,7 +25,7 @@ from setuptools import find_packages, se
 # ------------
 
 _name         = 'oodt'
-_version      = '0.2'
+_version      = '0.3'
 _description  = 'Agile OODT'
 _url          = 'http://oodt.apache.org/'
 _downloadURL  = 'http://pypi.python.org/pypi/oodt/'

Modified: oodt/trunk/app/fmbrowser/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/app/fmbrowser/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/app/fmbrowser/pom.xml (original)
+++ oodt/trunk/app/fmbrowser/pom.xml Wed Feb  2 06:31:58 2011
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-fm-browser</artifactId>

Modified: oodt/trunk/catalog/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/catalog/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/catalog/pom.xml (original)
+++ oodt/trunk/catalog/pom.xml Wed Feb  2 06:31:58 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-catalog</artifactId>

Modified: oodt/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/commons/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/commons/pom.xml (original)
+++ oodt/trunk/commons/pom.xml Wed Feb  2 06:31:58 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-commons</artifactId>

Modified: oodt/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/core/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/core/pom.xml (original)
+++ oodt/trunk/core/pom.xml Wed Feb  2 06:31:58 2011
@@ -19,7 +19,7 @@ the License.
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <name>OODT Core</name>
     <packaging>pom</packaging>
     <properties>
@@ -241,9 +241,9 @@ the License.
         </license>
     </licenses>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/oodt/trunk/${project.artifactId}</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/oodt/trunk/${project.artifactId}</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/oodt/trunk/${project.artifactId}/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/oodt/trunk/${project.artifactId}</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/${project.artifactId}</developerConnection>
+        <url>http://svn.apache.org/viewvc/oodt/trunk/${project.artifactId}/</url>
         <tag>HEAD</tag>
     </scm>
     <organization>
@@ -421,7 +421,7 @@ the License.
             <uniqueVersion>false</uniqueVersion>
             <id>incubator-oodt-repo-loc</id>
             <name>Apache OODT Incubating Repository</name>
-            <url>scp://minotaur.apache.org/www/www.apache.org/dist/incubator/oodt</url>
+            <url>scp://minotaur.apache.org/www/www.apache.org/dist/oodt</url>
             <layout>default</layout>
         </repository>
         <site>

Modified: oodt/trunk/crawler/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/crawler/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/crawler/pom.xml (original)
+++ oodt/trunk/crawler/pom.xml Wed Feb  2 06:31:58 2011
@@ -23,7 +23,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-crawler</artifactId>

Modified: oodt/trunk/curator/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/curator/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/curator/pom.xml (original)
+++ oodt/trunk/curator/pom.xml Wed Feb  2 06:31:58 2011
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.oodt</groupId>

Modified: oodt/trunk/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/filemgr/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/filemgr/pom.xml (original)
+++ oodt/trunk/filemgr/pom.xml Wed Feb  2 06:31:58 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-filemgr</artifactId>

Modified: oodt/trunk/grid/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/grid/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/grid/pom.xml (original)
+++ oodt/trunk/grid/pom.xml Wed Feb  2 06:31:58 2011
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>web-grid</artifactId>

Modified: oodt/trunk/metadata/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/metadata/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/metadata/pom.xml (original)
+++ oodt/trunk/metadata/pom.xml Wed Feb  2 06:31:58 2011
@@ -23,7 +23,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-metadata</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=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/mvn/plugins/cas-install/pom.xml (original)
+++ oodt/trunk/mvn/plugins/cas-install/pom.xml Wed Feb  2 06:31:58 2011
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-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=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/opendapps/pom.xml (original)
+++ oodt/trunk/opendapps/pom.xml Wed Feb  2 06:31:58 2011
@@ -19,7 +19,7 @@ $Id$
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
   <build>
     <plugins>

Modified: oodt/trunk/pcs/input/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pcs/input/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/pcs/input/pom.xml (original)
+++ oodt/trunk/pcs/input/pom.xml Wed Feb  2 06:31:58 2011
@@ -24,7 +24,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <name>Process Control System Input Data Package</name>

Modified: oodt/trunk/pge/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pge/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/pge/pom.xml (original)
+++ oodt/trunk/pge/pom.xml Wed Feb  2 06:31:58 2011
@@ -23,7 +23,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-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=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/pom.xml (original)
+++ oodt/trunk/pom.xml Wed Feb  2 06:31:58 2011
@@ -23,7 +23,7 @@ the License.
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>core/pom.xml</relativePath>
     </parent>
 

Modified: oodt/trunk/product/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/product/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/product/pom.xml (original)
+++ oodt/trunk/product/pom.xml Wed Feb  2 06:31:58 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>../core/pom.xml</relativePath>
     </parent>
     <artifactId>oodt-product</artifactId>

Modified: oodt/trunk/profile/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/profile/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/profile/pom.xml (original)
+++ oodt/trunk/profile/pom.xml Wed Feb  2 06:31:58 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-profile</artifactId>

Modified: oodt/trunk/pushpull/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pushpull/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/pushpull/pom.xml (original)
+++ oodt/trunk/pushpull/pom.xml Wed Feb  2 06:31:58 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent> 
   <artifactId>cas-pushpull</artifactId>

Modified: oodt/trunk/resource/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/resource/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/resource/pom.xml (original)
+++ oodt/trunk/resource/pom.xml Wed Feb  2 06:31:58 2011
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-resource</artifactId>

Modified: oodt/trunk/sso/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/sso/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/sso/pom.xml (original)
+++ oodt/trunk/sso/pom.xml Wed Feb  2 06:31:58 2011
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-sso</artifactId>

Modified: oodt/trunk/webapp/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/filemgr/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/webapp/filemgr/pom.xml (original)
+++ oodt/trunk/webapp/filemgr/pom.xml Wed Feb  2 06:31:58 2011
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <packaging>war</packaging>

Modified: oodt/trunk/webapp/fmprod/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/fmprod/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/webapp/fmprod/pom.xml (original)
+++ oodt/trunk/webapp/fmprod/pom.xml Wed Feb  2 06:31:58 2011
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-product</artifactId>

Modified: oodt/trunk/webapp/workflow/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/workflow/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/webapp/workflow/pom.xml (original)
+++ oodt/trunk/webapp/workflow/pom.xml Wed Feb  2 06:31:58 2011
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <packaging>war</packaging>

Modified: oodt/trunk/workflow/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/workflow/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/workflow/pom.xml (original)
+++ oodt/trunk/workflow/pom.xml Wed Feb  2 06:31:58 2011
@@ -23,7 +23,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-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=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/xmlps/pom.xml (original)
+++ oodt/trunk/xmlps/pom.xml Wed Feb  2 06:31:58 2011
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.2</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>oodt-xmlps</artifactId>

Modified: oodt/trunk/xmlquery/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/xmlquery/pom.xml?rev=1066344&r1=1066343&r2=1066344&view=diff
==============================================================================
--- oodt/trunk/xmlquery/pom.xml (original)
+++ oodt/trunk/xmlquery/pom.xml Wed Feb  2 06:31:58 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-xmlquery</artifactId>