You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2005/08/17 20:07:23 UTC

svn commit: r233227 - /maven/continuum/trunk/pom.xml

Author: brett
Date: Wed Aug 17 11:07:21 2005
New Revision: 233227

URL: http://svn.apache.org/viewcvs?rev=233227&view=rev
Log:
missed one file - dep mgmt

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=233227&r1=233226&r2=233227&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Wed Aug 17 11:07:21 2005
@@ -143,17 +143,17 @@
       <dependency>
         <groupId>jdo</groupId>
         <artifactId>jdo</artifactId>
-        <version>2.0-beta</version>
+        <version>2.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>jpox</groupId>
         <artifactId>jpox</artifactId>
-        <version>1.1.0-beta-4-c1</version>
+        <version>1.1.0-beta-4-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>jpox</groupId>
         <artifactId>jpox-enhancer</artifactId>
-        <version>1.1.0-beta-4-c1</version>
+        <version>1.1.0-beta-4-SNAPSHOT</version>
       </dependency>
       <!--
        |