You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ke...@apache.org on 2006/09/12 16:03:59 UTC

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

Author: kenney
Date: Tue Sep 12 07:03:58 2006
New Revision: 442587

URL: http://svn.apache.org/viewvc?view=rev&rev=442587
Log:
Upgrade dep on plexus-quartz: contains NPE fix

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?view=diff&rev=442587&r1=442586&r2=442587
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Tue Sep 12 07:03:58 2006
@@ -368,7 +368,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-quartz</artifactId>
-        <version>1.0-alpha-2</version>
+        <version>1.0-alpha-3-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>