You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by po...@apache.org on 2006/04/16 01:25:08 UTC

svn commit: r394397 - in /jakarta/commons/proper/jelly/trunk: jelly-tags/tag-project.xml parent-project.xml

Author: polx
Date: Sat Apr 15 16:25:06 2006
New Revision: 394397

URL: http://svn.apache.org/viewcvs?rev=394397&view=rev
Log:
Upgrade to jaxen beta-8 which seems to work better with
the XML taglib (at least tried here and by Felipe).
Results of these should be shown in gump in the following
days.

paul

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

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/tag-project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/tag-project.xml?rev=394397&r1=394396&r2=394397&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/tag-project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/tag-project.xml Sat Apr 15 16:25:06 2006
@@ -292,7 +292,7 @@
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
-      <version>1.1-beta-2</version>
+      <version>1.1-beta-8</version>
     </dependency>
 
     <dependency>
@@ -351,7 +351,7 @@
   </build>
 
   <reports>
-    <report>maven-changelog-plugin</report>
+    <!-- <report>maven-changelog-plugin</report>-->
     <report>maven-changes-plugin</report>
     <report>maven-checkstyle-plugin</report>
     <report>maven-developer-activity-plugin</report>

Modified: jakarta/commons/proper/jelly/trunk/parent-project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/parent-project.xml?rev=394397&r1=394396&r2=394397&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/parent-project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/parent-project.xml Sat Apr 15 16:25:06 2006
@@ -30,7 +30,7 @@
     <dependency>
       <groupId>commons-jexl</groupId>
       <artifactId>commons-jexl</artifactId>
-      <version>1.0</version>
+      <version>SNAPSHOT</version>
     </dependency>
     
     <dependency>
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
-      <version>1.1-beta-4</version>
+      <version>1.1-beta-8</version>
     </dependency>
 
     <dependency>



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


Re: svn commit: r394397 - in /jakarta/commons/proper/jelly/trunk: jelly-tags/tag-project.xml parent-project.xml

Posted by Bill Barker <wb...@wilshire.com>.
<po...@apache.org> wrote in message 
news:20060415232509.24401.qmail@minotaur.apache.org...
> Author: polx
> Date: Sat Apr 15 16:25:06 2006
> New Revision: 394397
>
> URL: http://svn.apache.org/viewcvs?rev=394397&view=rev
> Log:
> Upgrade to jaxen beta-8 which seems to work better with
> the XML taglib (at least tried here and by Felipe).
> Results of these should be shown in gump in the following
> days.
>

Urm, no.  Gump couldn't really care less what you change in the POM.  It 
will override all of the dependant jars itself anyway (cause, that's what it 
does :).

You'll need to change the Gump descriptor to have any effect at all with 
Gump.  Pretty much, your option would be to go with Jaxen-HEAD, so you would 
need to do
  s@<depend project="packaged-jaxen-1.1-beta-4"/>@<depend project="jaxen />@





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