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:07:55 UTC

svn commit: r964679 - /incubator/oodt/trunk/xmlquery/pom.xml

Author: mattmann
Date: Fri Jul 16 05:07:55 2010
New Revision: 964679

URL: http://svn.apache.org/viewvc?rev=964679&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/xmlquery/pom.xml

Modified: incubator/oodt/trunk/xmlquery/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/xmlquery/pom.xml?rev=964679&r1=964678&r2=964679&view=diff
==============================================================================
--- incubator/oodt/trunk/xmlquery/pom.xml (original)
+++ incubator/oodt/trunk/xmlquery/pom.xml Fri Jul 16 05:07:55 2010
@@ -3,11 +3,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>xmlquery</artifactId>
+  <artifactId>oodt-xmlquery</artifactId>
   <name>Query Expression</name>
-  <version>2.0.8-dev</version>
   <packaging>jar</packaging>
   <description>This component provides a way to express queries in a generic
     manner.  Its centerpiece is a class called XMLQuery that uses
@@ -44,8 +44,8 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>commons</artifactId>
-      <version>1.2.0-dev</version>
+      <artifactId>oodt-commons</artifactId>
+      <version>${oodt.version}</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>