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/02 14:10:30 UTC

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

dion        2005/01/02 05:10:30

  Modified:    jelly/jelly-tags/ant project.xml
  Log:
  Upgrade dependencies to fix failing tests
  
  Revision  Changes    Path
  1.25      +3 -3      jakarta-commons/jelly/jelly-tags/ant/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ant/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml	31 Dec 2004 05:30:53 -0000	1.24
  +++ project.xml	2 Jan 2005 13:10:30 -0000	1.25
  @@ -22,7 +22,7 @@
     <extend>${basedir}/../tag-project.xml</extend>
     <id>commons-jelly-tags-ant</id>
     <name>commons-jelly-tags-ant</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
     <package>org.apache.commons.jelly.tags.ant</package>
   
     <description>
  @@ -52,7 +52,7 @@
     
       <dependency>
         <id>commons-jelly</id>
  -      <version>1.0-beta-4</version>
  +      <version>1.0-RC1</version>
       </dependency>
     
       <dependency>
  @@ -87,7 +87,7 @@
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-util</artifactId>
  -      <version>1.1</version>
  +      <version>1.1.1</version>
       </dependency>
   
       <!-- END for testing -->
  
  
  

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


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

Posted by Dion Gillard <di...@gmail.com>.
There was a bug in the util taglib that affected only the tests of the
ant taglib.


On Mon, 03 Jan 2005 06:23:48 +1100, Brett Porter <br...@apache.org> wrote:
> Was this a backwards compatibility issue?
> 
> dion@apache.org wrote:
> 
> >dion        2005/01/02 05:10:30
> >
> >  Modified:    jelly/jelly-tags/ant project.xml
> >  Log:
> >  Upgrade dependencies to fix failing tests
> >
> >  Revision  Changes    Path
> >  1.25      +3 -3      jakarta-commons/jelly/jelly-tags/ant/project.xml
> >
> >  Index: project.xml
> >  ===================================================================
> >  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ant/project.xml,v
> >  retrieving revision 1.24
> >  retrieving revision 1.25
> >  diff -u -r1.24 -r1.25
> >  --- project.xml      31 Dec 2004 05:30:53 -0000      1.24
> >  +++ project.xml      2 Jan 2005 13:10:30 -0000       1.25
> >  @@ -22,7 +22,7 @@
> >     <extend>${basedir}/../tag-project.xml</extend>
> >     <id>commons-jelly-tags-ant</id>
> >     <name>commons-jelly-tags-ant</name>
> >  -  <currentVersion>1.0</currentVersion>
> >  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
> >     <package>org.apache.commons.jelly.tags.ant</package>
> >
> >     <description>
> >  @@ -52,7 +52,7 @@
> >
> >       <dependency>
> >         <id>commons-jelly</id>
> >  -      <version>1.0-beta-4</version>
> >  +      <version>1.0-RC1</version>
> >       </dependency>
> >
> >       <dependency>
> >  @@ -87,7 +87,7 @@
> >       <dependency>
> >         <groupId>commons-jelly</groupId>
> >         <artifactId>commons-jelly-tags-util</artifactId>
> >  -      <version>1.1</version>
> >  +      <version>1.1.1</version>
> >       </dependency>
> >
> >       <!-- END for testing -->
> >
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

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


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

Posted by Brett Porter <br...@apache.org>.
Was this a backwards compatibility issue?

dion@apache.org wrote:

>dion        2005/01/02 05:10:30
>
>  Modified:    jelly/jelly-tags/ant project.xml
>  Log:
>  Upgrade dependencies to fix failing tests
>  
>  Revision  Changes    Path
>  1.25      +3 -3      jakarta-commons/jelly/jelly-tags/ant/project.xml
>  
>  Index: project.xml
>  ===================================================================
>  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ant/project.xml,v
>  retrieving revision 1.24
>  retrieving revision 1.25
>  diff -u -r1.24 -r1.25
>  --- project.xml	31 Dec 2004 05:30:53 -0000	1.24
>  +++ project.xml	2 Jan 2005 13:10:30 -0000	1.25
>  @@ -22,7 +22,7 @@
>     <extend>${basedir}/../tag-project.xml</extend>
>     <id>commons-jelly-tags-ant</id>
>     <name>commons-jelly-tags-ant</name>
>  -  <currentVersion>1.0</currentVersion>
>  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
>     <package>org.apache.commons.jelly.tags.ant</package>
>   
>     <description>
>  @@ -52,7 +52,7 @@
>     
>       <dependency>
>         <id>commons-jelly</id>
>  -      <version>1.0-beta-4</version>
>  +      <version>1.0-RC1</version>
>       </dependency>
>     
>       <dependency>
>  @@ -87,7 +87,7 @@
>       <dependency>
>         <groupId>commons-jelly</groupId>
>         <artifactId>commons-jelly-tags-util</artifactId>
>  -      <version>1.1</version>
>  +      <version>1.1.1</version>
>       </dependency>
>   
>       <!-- END for testing -->
>  
>  
>  
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>
>  
>


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