You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/09/13 10:23:59 UTC

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

Author: evenisse
Date: Tue Sep 13 01:23:54 2005
New Revision: 280516

URL: http://svn.apache.org/viewcvs?rev=280516&view=rev
Log:
use a non -SNAPSHOT of jdo but the "snapshot4" provided by jpox team

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=280516&r1=280515&r2=280516&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Tue Sep 13 01:23:54 2005
@@ -143,7 +143,7 @@
       <dependency>
         <groupId>jdo</groupId>
         <artifactId>jdo</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-snapshot4</version>
       </dependency>
       <dependency>
         <groupId>jpox</groupId>