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 2010/11/13 06:10:51 UTC

svn commit: r1034656 - in /incubator/oodt/trunk: mvn/plugins/cas-install/pom.xml webapp/fmprod/pom.xml webapp/workflow/pom.xml

Author: mattmann
Date: Sat Nov 13 05:10:51 2010
New Revision: 1034656

URL: http://svn.apache.org/viewvc?rev=1034656&view=rev
Log:
- bring poms in sync with ${oodt.version} 

Modified:
    incubator/oodt/trunk/mvn/plugins/cas-install/pom.xml
    incubator/oodt/trunk/webapp/fmprod/pom.xml
    incubator/oodt/trunk/webapp/workflow/pom.xml

Modified: incubator/oodt/trunk/mvn/plugins/cas-install/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/mvn/plugins/cas-install/pom.xml?rev=1034656&r1=1034655&r2=1034656&view=diff
==============================================================================
--- incubator/oodt/trunk/mvn/plugins/cas-install/pom.xml (original)
+++ incubator/oodt/trunk/mvn/plugins/cas-install/pom.xml Sat Nov 13 05:10:51 2010
@@ -27,7 +27,7 @@ the License.
   </parent>
   <artifactId>maven-cas-install-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>2.1.0-dev</version>
+  <version>${oodt.version}</version>
   <name>CAS Installer Maven Mojo</name>
   <dependencies>
     <dependency>

Modified: incubator/oodt/trunk/webapp/fmprod/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/fmprod/pom.xml?rev=1034656&r1=1034655&r2=1034656&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/fmprod/pom.xml (original)
+++ incubator/oodt/trunk/webapp/fmprod/pom.xml Sat Nov 13 05:10:51 2010
@@ -27,7 +27,7 @@ the License.
   </parent>
   <artifactId>cas-product</artifactId>
   <packaging>war</packaging>
-  <version>1.2.0-dev</version>
+  <version>${oodt.version}</version>
   <name>CAS Product Server</name>
   <description>This project builds on top of the CAS file management component and exposes its
      underlying data delivery capabilities using the OODT ProductServer component. All-in-all,

Modified: incubator/oodt/trunk/webapp/workflow/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/workflow/pom.xml?rev=1034656&r1=1034655&r2=1034656&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/workflow/pom.xml (original)
+++ incubator/oodt/trunk/webapp/workflow/pom.xml Sat Nov 13 05:10:51 2010
@@ -28,7 +28,7 @@ the License.
   <packaging>war</packaging>
   <artifactId>cas-wm-webapp</artifactId>
   <name>CAS Workflow Monitor Web Application</name>
-  <version>1.1.0-dev</version>
+  <version>${oodt.version}</version>
   <description>A webapp for monitoring workflows being executed and managed from the
     Workflow Manager.</description>
   <build>