Author: ltheussl Date: Thu Jul 20 10:01:56 2006 New Revision: 423986 URL: http://svn.apache.org/viewvc?rev=423986&view=rev Log: PR: MAVEN-1691 Use our own jelly to solve the tag caching bug in 1.0.
Modified: maven/maven-1/core/trunk/project.xml Modified: maven/maven-1/core/trunk/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/project.xml?rev=423986&r1=423985&r2=423986&view=diff ============================================================================== --- maven/maven-1/core/trunk/project.xml (original) +++ maven/maven-1/core/trunk/project.xml Thu Jul 20 10:01:56 2006 @@ -554,9 +554,9 @@ <url>http://ant.apache.org/</url> </dependency> <dependency> - <groupId>commons-jelly</groupId> + <groupId>maven</groupId> <artifactId>commons-jelly</artifactId> - <version>1.0</version> + <version>1.0.1-20060717</version> <url>http://jakarta.apache.org/commons/jelly/</url> </dependency> <dependency>