Revision: 17625
          http://sourceforge.net/p/gate/code/17625
Author:   markagreenwood
Date:     2014-03-11 12:36:49 +0000 (Tue, 11 Mar 2014)
Log Message:
-----------
upgraded java-getopt to v1.0.13 which is now under the gnu.getopt groupId

Modified Paths:
--------------
    gate/trunk/build/deploy/maven/gate-core.pom.template
    gate/trunk/ivy.xml

Modified: gate/trunk/build/deploy/maven/gate-core.pom.template
===================================================================
--- gate/trunk/build/deploy/maven/gate-core.pom.template        2014-03-11 
12:27:32 UTC (rev 17624)
+++ gate/trunk/build/deploy/maven/gate-core.pom.template        2014-03-11 
12:36:49 UTC (rev 17625)
@@ -228,9 +228,9 @@
 
         <!-- used to parse command line options passed to the GATE GUI -->
         <dependency>
-            <groupId>urbanophile</groupId>
+            <groupId>gnu.getopt</groupId>
             <artifactId>java-getopt</artifactId>
-            <version>1.0.9</version>
+            <version>1.0.13</version>
             <scope>compile</scope>
         </dependency>
 

Modified: gate/trunk/ivy.xml
===================================================================
--- gate/trunk/ivy.xml  2014-03-11 12:27:32 UTC (rev 17624)
+++ gate/trunk/ivy.xml  2014-03-11 12:36:49 UTC (rev 17625)
@@ -86,7 +86,7 @@
     <dependency org="jaxen" name="jaxen" rev="1.1.6" conf="runtime->master" />
 
     <!-- used to parse command line options passed to the GATE GUI -->
-    <dependency org="urbanophile" name="java-getopt" rev="1.0.9" />
+    <dependency org="gnu.getopt" name="java-getopt" rev="1.0.13" />
 
     <!-- required for Spring Framework support in GATE -->
     <dependency org="org.springframework" name="spring-aop" rev="2.0.8" />

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to