You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/10/31 17:23:43 UTC

svn commit: r709461 - in /geronimo/server/trunk: assemblies/geronimo-boilerplate/src/main/underlay/contents/etc/gsh-classworlds.conf pom.xml

Author: dwoods
Date: Fri Oct 31 09:23:41 2008
New Revision: 709461

URL: http://svn.apache.org/viewvc?rev=709461&view=rev
Log:
GERONIMO-4391 Upgrade to ANT v1.7.1

Modified:
    geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/etc/gsh-classworlds.conf
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/etc/gsh-classworlds.conf
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/etc/gsh-classworlds.conf?rev=709461&r1=709460&r2=709461&view=diff
==============================================================================
--- geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/etc/gsh-classworlds.conf (original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/etc/gsh-classworlds.conf Fri Oct 31 09:23:41 2008
@@ -34,7 +34,7 @@
     load ${gshell.home}/lib/xstream-*.jar
     load ${gshell.home}/repository/commons-jexl/commons-jexl/1.1/commons-jexl-*.jar
     load ${gshell.home}/repository/jline/jline/0.9.94/jline-*.jar
-    load ${gshell.home}/repository/org/apache/ant/ant/1.7.0/ant-*.jar
+    load ${gshell.home}/repository/org/apache/ant/ant/1.7.1/ant-*.jar
     load ${gshell.home}/repository/org/apache/ant/ant-launcher/1.7.1/ant-launcher-*.jar
     load ${gshell.home}/repository/org/apache/geronimo/gshell/gshell-cli/1.0-alpha-1/gshell-cli-*.jar
     load ${gshell.home}/repository/org/apache/geronimo/gshell/gshell-command-api/1.0-alpha-1/gshell-command-api-*.jar

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=709461&r1=709460&r2=709461&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Oct 31 09:23:41 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.genesis.config</groupId>
         <artifactId>project-config</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
     </parent>
 
     <groupId>org.apache.geronimo</groupId>
@@ -2173,7 +2173,7 @@
             <dependency>
                 <groupId>org.apache.ant</groupId>
                 <artifactId>ant</artifactId>
-                <version>1.7.0</version>
+                <version>1.7.1</version>
             </dependency>
 
             <dependency>