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/01/10 04:19:22 UTC

cvs commit: jakarta-commons/jelly/jelly-tags tag-project.xml

dion        2005/01/09 19:19:22

  Modified:    jelly/jelly-tags tag-project.xml
  Log:
  Use SNAPSHOT of core for all tags.
  
  When building a tag library, PLEASE jar:install-snapshot on the core before doing so.
  
  Revision  Changes    Path
  1.20      +10 -5     jakarta-commons/jelly/jelly-tags/tag-project.xml
  
  Index: tag-project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/tag-project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- tag-project.xml	31 Dec 2004 08:33:37 -0000	1.19
  +++ tag-project.xml	10 Jan 2005 03:19:22 -0000	1.20
  @@ -239,11 +239,6 @@
    
       
       <dependency>
  -      <id>commons-jexl</id>
  -      <version>1.0</version>
  -    </dependency>
  -    
  -    <dependency>
         <id>xml-apis</id>
         <version>1.0.b2</version>
       </dependency>
  @@ -256,6 +251,16 @@
       <dependency>
         <id>commons-collections</id>
         <version>2.1</version>
  +    </dependency>
  +    
  +    <dependency>
  +      <id>commons-jexl</id>
  +      <version>1.0</version>
  +    </dependency>
  +    
  +    <dependency>
  +      <id>commons-jelly</id>
  +      <version>SNAPSHOT</version>
       </dependency>
       
       <dependency>
  
  
  

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