Author: ltheussl Date: Thu Jul 20 10:03:04 2006 New Revision: 423988 URL: http://svn.apache.org/viewvc?rev=423988&view=rev Log: PR: MAVEN-1691 Use our own jelly to solve the tag caching bug in 1.0.
Modified: maven/maven-1/plugins/trunk/artifact/project.xml maven/maven-1/plugins/trunk/eclipse/project.xml maven/maven-1/plugins/trunk/jira/project.xml maven/maven-1/plugins/trunk/linkcheck/project.xml maven/maven-1/plugins/trunk/plugins-parent/project.properties maven/maven-1/plugins/trunk/scm/project.xml maven/maven-1/plugins/trunk/simian/project.xml maven/maven-1/plugins/trunk/source/project.xml maven/maven-1/plugins/trunk/tasklist/project.xml maven/maven-1/plugins/trunk/xdoc/project.xml Modified: maven/maven-1/plugins/trunk/artifact/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/artifact/project.xml?rev=423988&r1=423987&r2=423988&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/artifact/project.xml (original) +++ maven/maven-1/plugins/trunk/artifact/project.xml Thu Jul 20 10:03:04 2006 @@ -177,9 +177,9 @@ <version>0.1.27</version> </dependency> <dependency> - <groupId>commons-jelly</groupId> + <groupId>maven</groupId> <artifactId>commons-jelly</artifactId> - <version>1.0</version> + <version>1.0.1-20060717</version> <properties> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> </properties> Modified: maven/maven-1/plugins/trunk/eclipse/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/eclipse/project.xml?rev=423988&r1=423987&r2=423988&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/eclipse/project.xml (original) +++ maven/maven-1/plugins/trunk/eclipse/project.xml Thu Jul 20 10:03:04 2006 @@ -155,9 +155,9 @@ </properties> </dependency> <dependency> - <groupId>commons-jelly</groupId> + <groupId>maven</groupId> <artifactId>commons-jelly</artifactId> - <version>1.0</version> + <version>1.0.1-20060717</version> <properties> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> </properties> Modified: maven/maven-1/plugins/trunk/jira/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/jira/project.xml?rev=423988&r1=423987&r2=423988&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/jira/project.xml (original) +++ maven/maven-1/plugins/trunk/jira/project.xml Thu Jul 20 10:03:04 2006 @@ -52,9 +52,9 @@ </properties> </dependency> <dependency> - <groupId>commons-jelly</groupId> + <groupId>maven</groupId> <artifactId>commons-jelly</artifactId> - <version>1.0</version> + <version>1.0.1-20060717</version> <properties> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> </properties> Modified: maven/maven-1/plugins/trunk/linkcheck/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/linkcheck/project.xml?rev=423988&r1=423987&r2=423988&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/linkcheck/project.xml (original) +++ maven/maven-1/plugins/trunk/linkcheck/project.xml Thu Jul 20 10:03:04 2006 @@ -130,9 +130,9 @@ </properties> </dependency> <dependency> - <groupId>commons-jelly</groupId> + <groupId>maven</groupId> <artifactId>commons-jelly</artifactId> - <version>1.0</version> + <version>1.0.1-20060717</version> <properties> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> </properties> Modified: maven/maven-1/plugins/trunk/plugins-parent/project.properties URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugins-parent/project.properties?rev=423988&r1=423987&r2=423988&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/plugins-parent/project.properties (original) +++ maven/maven-1/plugins/trunk/plugins-parent/project.properties Thu Jul 20 10:03:04 2006 @@ -63,7 +63,7 @@ maven.jar.commons-collections=3.0 maven.jar.commons-httpclient=3.0 maven.jar.commons-io=1.2 -maven.jar.commons-jelly=1.0 +maven.jar.commons-jelly=1.0.1-20060717 maven.jar.commons-jelly-tags-ant=1.1 maven.jar.commons-jelly-tags-define=1.0 maven.jar.commons-jelly-tags-util=1.1.1 Modified: maven/maven-1/plugins/trunk/scm/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/scm/project.xml?rev=423988&r1=423987&r2=423988&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/scm/project.xml (original) +++ maven/maven-1/plugins/trunk/scm/project.xml Thu Jul 20 10:03:04 2006 @@ -133,9 +133,9 @@ </properties> </dependency> <dependency> - <groupId>commons-jelly</groupId> + <groupId>maven</groupId> <artifactId>commons-jelly</artifactId> - <version>1.0</version> + <version>1.0.1-20060717</version> <properties> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> </properties> Modified: maven/maven-1/plugins/trunk/simian/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/simian/project.xml?rev=423988&r1=423987&r2=423988&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/simian/project.xml (original) +++ maven/maven-1/plugins/trunk/simian/project.xml Thu Jul 20 10:03:04 2006 @@ -114,9 +114,9 @@ </properties> </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> <properties> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> Modified: maven/maven-1/plugins/trunk/source/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/source/project.xml?rev=423988&r1=423987&r2=423988&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/source/project.xml (original) +++ maven/maven-1/plugins/trunk/source/project.xml Thu Jul 20 10:03:04 2006 @@ -76,9 +76,9 @@ </properties> </dependency> <dependency> - <groupId>commons-jelly</groupId> + <groupId>maven</groupId> <artifactId>commons-jelly</artifactId> - <version>1.0</version> + <version>1.0.1-20060717</version> <properties> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> </properties> Modified: maven/maven-1/plugins/trunk/tasklist/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/tasklist/project.xml?rev=423988&r1=423987&r2=423988&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/tasklist/project.xml (original) +++ maven/maven-1/plugins/trunk/tasklist/project.xml Thu Jul 20 10:03:04 2006 @@ -104,9 +104,9 @@ <version>20020711</version> </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> <properties> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> Modified: maven/maven-1/plugins/trunk/xdoc/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/project.xml?rev=423988&r1=423987&r2=423988&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/xdoc/project.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/project.xml Thu Jul 20 10:03:04 2006 @@ -191,9 +191,9 @@ </properties> </dependency> <dependency> - <groupId>commons-jelly</groupId> + <groupId>maven</groupId> <artifactId>commons-jelly</artifactId> - <version>1.0</version> + <version>1.0.1-20060717</version> <properties> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> </properties>