Use released versions of jelly tags.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@157029 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2005-03-11 02:22:25 +00:00
parent 08ddbc881f
commit cb1fe0e4aa
2 changed files with 3 additions and 3 deletions

View File

@@ -99,13 +99,13 @@
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
<version>1.0</version>
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-jsl</artifactId>
<version>20030211.143151</version>
<version>1.0</version>
<url>http://jakarta.apache.org/commons/jelly/libs/jsl/</url>
</dependency>
</dependencies>

View File

@@ -56,7 +56,7 @@
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
<version>1.0</version>
</dependency>
</dependencies>