Author: bfoster
Date: Fri Feb 4 18:50:33 2011
New Revision: 1067258
URL: http://svn.apache.org/viewvc?rev=1067258&view=rev
Log:
update wengine-branch version
Modified:
oodt/branches/wengine-branch/filemgr/pom.xml
oodt/branches/wengine-branch/pge/pom.xml
oodt/branches/wengine-branch/wengine/pom.xml
Modified: oodt/branches/wengine-branch/filemgr/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/branches/wengine-branch/filemgr/pom.xml?rev=1067258&r1=1067257&r2=1067258&view=diff
==============================================================================
--- oodt/branches/wengine-branch/filemgr/pom.xml (original)
+++ oodt/branches/wengine-branch/filemgr/pom.xml Fri Feb 4 18:50:33 2011
@@ -10,7 +10,7 @@
</parent>
<artifactId>cas-filemgr</artifactId>
<name>Catalog and Archive File Management Component</name>
- <version>0.2-branch</version>
+ <version>wengine-branch</version>
<description>The file management component of a Catalog and Archive Service.
This component
purposefully separates data stores and metadata stores as standard
interfaces, and
provides some out of the box backend implementations of them (including
one based
@@ -75,17 +75,17 @@
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-commons</artifactId>
- <version>0.2-incubating</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-metadata</artifactId>
- <version>0.2-incubating</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-catalog</artifactId>
- <version>0.2-incubating</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: oodt/branches/wengine-branch/pge/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/branches/wengine-branch/pge/pom.xml?rev=1067258&r1=1067257&r2=1067258&view=diff
==============================================================================
--- oodt/branches/wengine-branch/pge/pom.xml (original)
+++ oodt/branches/wengine-branch/pge/pom.xml Fri Feb 4 18:50:33 2011
@@ -11,7 +11,7 @@
</parent>
<artifactId>cas-pge</artifactId>
<name>CAS PGE Adaptor Framework</name>
- <version>0.2-branch</version>
+ <version>wengine-branch</version>
<description>Allows data processing jobs not written in comformance with the
PCS PGE interface to be run within the PCS.</description>
<ciManagement>
@@ -54,27 +54,27 @@
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-metadata</artifactId>
- <version>0.2-incubating</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-commons</artifactId>
- <version>0.2-incubating</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-filemgr</artifactId>
- <version>0.2-branch</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-wengine</artifactId>
- <version>0.2-branch</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-crawler</artifactId>
- <version>0.2-incubating</version>
+ <version>${project.parent.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.oodt</groupId>
Modified: oodt/branches/wengine-branch/wengine/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/branches/wengine-branch/wengine/pom.xml?rev=1067258&r1=1067257&r2=1067258&view=diff
==============================================================================
--- oodt/branches/wengine-branch/wengine/pom.xml (original)
+++ oodt/branches/wengine-branch/wengine/pom.xml Fri Feb 4 18:50:33 2011
@@ -11,7 +11,7 @@
<groupId>org.apache.oodt</groupId>
<artifactId>cas-wengine</artifactId>
<name>Catalog and Archive Workflow Management Engine</name>
- <version>0.2-branch</version>
+ <version>wengine-branch</version>
<description>The workflow management engine of a Catalog and Archive
Service. This component
purposefully separates workflow repositories and workflow
engines standard interfaces, and
provides some out of the box backend implementations of them
(including one based on the
@@ -76,22 +76,22 @@
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-commons</artifactId>
- <version>0.2-incubating</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-catalog</artifactId>
- <version>0.2-incubating</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-metadata</artifactId>
- <version>0.2-incubating</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-resource</artifactId>
- <version>0.2-incubating</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>concurrent</groupId>