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/07/16 07:01:23 UTC

svn commit: r964676 - in /incubator/oodt/trunk: commons/pom.xml core/pom.xml

Author: mattmann
Date: Fri Jul 16 05:01:22 2010
New Revision: 964676

URL: http://svn.apache.org/viewvc?rev=964676&view=rev
Log:
- progress towards OODT-15 One trunk for all OODT components with top level build: sync up version numbers to 0.1-incubating

Modified:
    incubator/oodt/trunk/commons/pom.xml
    incubator/oodt/trunk/core/pom.xml

Modified: incubator/oodt/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/commons/pom.xml?rev=964676&r1=964675&r2=964676&view=diff
==============================================================================
--- incubator/oodt/trunk/commons/pom.xml (original)
+++ incubator/oodt/trunk/commons/pom.xml Fri Jul 16 05:01:22 2010
@@ -7,11 +7,11 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>2.0</version>
+    <version>${oodt.version}</version>
+    <relativePath>../core/pom.xml</relativePath>
   </parent>
-  <artifactId>commons</artifactId>
+  <artifactId>oodt-commons</artifactId>
   <name>Common Utilities</name>
-  <version>1.2.0-dev</version>
   <packaging>jar</packaging>
   <description>Apache OODT Common Utilities Project</description>
   <ciManagement>

Modified: incubator/oodt/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/core/pom.xml?rev=964676&r1=964675&r2=964676&view=diff
==============================================================================
--- incubator/oodt/trunk/core/pom.xml (original)
+++ incubator/oodt/trunk/core/pom.xml Fri Jul 16 05:01:22 2010
@@ -19,10 +19,11 @@ the License.
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>2.0</version>
+    <version>${oodt.version}</version>
     <name>OODT Core</name>
     <packaging>pom</packaging>
     <properties>
+        <oodt.version>0.1-incubating</oodt.version>
         <organizationLogo>http://www.apache.org/images/feather.gif</organizationLogo>
         <logo>/images/${pom.artifactId}.jpg</logo>
         <xdocVersion>${pom.version}</xdocVersion>