You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2016/03/21 17:54:36 UTC

svn commit: r1736009 - /felix/trunk/gogo/jline/pom.xml

Author: gnodet
Date: Mon Mar 21 16:54:36 2016
New Revision: 1736009

URL: http://svn.apache.org/viewvc?rev=1736009&view=rev
Log:
Point to the correct runtime version

Modified:
    felix/trunk/gogo/jline/pom.xml

Modified: felix/trunk/gogo/jline/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/jline/pom.xml?rev=1736009&r1=1736008&r2=1736009&view=diff
==============================================================================
--- felix/trunk/gogo/jline/pom.xml (original)
+++ felix/trunk/gogo/jline/pom.xml Mon Mar 21 16:54:36 2016
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>0.16.3-SNAPSHOT</version>
+            <version>0.17.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>jline</groupId>