You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2017/02/16 19:54:27 UTC

svn commit: r1783277 - /felix/trunk/main.distribution/pom.xml

Author: pauls
Date: Thu Feb 16 19:54:26 2017
New Revision: 1783277

URL: http://svn.apache.org/viewvc?rev=1783277&view=rev
Log:
Update the framework distribution to the latest main with jline shell.

Modified:
    felix/trunk/main.distribution/pom.xml

Modified: felix/trunk/main.distribution/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/pom.xml?rev=1783277&r1=1783276&r2=1783277&view=diff
==============================================================================
--- felix/trunk/main.distribution/pom.xml (original)
+++ felix/trunk/main.distribution/pom.xml Thu Feb 16 19:54:26 2017
@@ -31,9 +31,10 @@
   <properties>
     <dollar>$</dollar>
     <framework.version>5.7.0-SNAPSHOT</framework.version>
-    <gogo.runtime.version>0.16.2</gogo.runtime.version>
-    <gogo.shell.version>0.10.0</gogo.shell.version>
-    <gogo.command.version>0.16.0</gogo.command.version>
+    <gogo.runtime.version>1.0.2</gogo.runtime.version>
+    <gogo.jline.shell.version>1.0.2</gogo.jline.shell.version>
+    <gogo.command.version>1.0.2</gogo.command.version>
+    <jline.version>3.0.1</jline.version>
     <obr.version>2.0.8</obr.version>
   </properties>
     <scm>
@@ -65,8 +66,8 @@
                 </artifactItem>
                 <artifactItem>
                   <groupId>${pom.groupId}</groupId>
-                  <artifactId>org.apache.felix.gogo.shell</artifactId>
-                  <version>${gogo.shell.version}</version>
+                  <artifactId>org.apache.felix.gogo.jline</artifactId>
+                  <version>${gogo.jline.shell.version}</version>
                   <type>jar</type>
                   <overWrite>true</overWrite>
                   <outputDirectory>${project.basedir}/bundle</outputDirectory>
@@ -96,6 +97,14 @@
                   <outputDirectory>${project.basedir}/bin</outputDirectory>
 		  <destFileName>felix.jar</destFileName>
                 </artifactItem>
+                <artifactItem>
+                   <groupId>org.jline</groupId>
+                   <artifactId>jline</artifactId>
+                   <version>${jline.version}</version>
+                   <type>jar</type>
+                   <overWrite>true</overWrite>
+                   <outputDirectory>${project.basedir}/bundle</outputDirectory>
+                 </artifactItem>
               </artifactItems>
             </configuration>
           </execution>