You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/02/03 15:20:15 UTC

svn commit: r151157 - jakarta/commons/proper/jelly/trunk/jelly-tags/util/project.xml

Author: dion
Date: Thu Feb  3 06:20:13 2005
New Revision: 151157

URL: http://svn.apache.org/viewcvs?view=rev&rev=151157
Log:
Add dependency for beanutils-collections

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/util/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/util/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/util/project.xml?view=diff&r1=151156&r2=151157
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/util/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/util/project.xml Thu Feb  3 06:20:13 2005
@@ -20,7 +20,7 @@
   <extend>${basedir}/../tag-project.xml</extend>
   <id>commons-jelly-tags-util</id>
   <name>commons-jelly-tags-util</name>
-  <currentVersion>1.1.1</currentVersion>
+  <currentVersion>1.1.2-SNAPSHOT</currentVersion>
   <package>org.apache.commons.jelly.tags.util</package>
   <description>This is a set of Jelly utility tags.</description>
   <shortDescription>Commons Jelly Util Tag Library</shortDescription>
@@ -46,6 +46,12 @@
     <dependency>
       <id>commons-lang</id>
       <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils-bean-collections</groupId>
+      <version>1.7.0</version>
+      <url>http://jakarta.apache.org/commons/beanutils/</url>
     </dependency>
     <!-- END for compilation -->
     <!-- START for test -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org