You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2012/02/15 02:36:28 UTC

svn commit: r1244301 - in /karaf/trunk: pom.xml shell/console/pom.xml

Author: jgoodyear
Date: Wed Feb 15 01:36:28 2012
New Revision: 1244301

URL: http://svn.apache.org/viewvc?rev=1244301&view=rev
Log:
[KARAF-1201] Update jline groupid in main pom and shell/console/pom.

Changed group id to jline from net.sf.jline.


Modified:
    karaf/trunk/pom.xml
    karaf/trunk/shell/console/pom.xml

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1244301&r1=1244300&r2=1244301&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Wed Feb 15 01:36:28 2012
@@ -994,7 +994,7 @@
                 <version>${log4j.version}</version>
             </dependency>
             <dependency>
-                <groupId>net.sf.jline</groupId>
+                <groupId>jline</groupId>
                 <artifactId>jline</artifactId>
                 <version>${jline.version}</version>
             </dependency>

Modified: karaf/trunk/shell/console/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/console/pom.xml?rev=1244301&r1=1244300&r2=1244301&view=diff
==============================================================================
--- karaf/trunk/shell/console/pom.xml (original)
+++ karaf/trunk/shell/console/pom.xml Wed Feb 15 01:36:28 2012
@@ -49,7 +49,7 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>net.sf.jline</groupId>
+            <groupId>jline</groupId>
             <artifactId>jline</artifactId>
             <exclusions>
                 <exclusion>