You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2014/05/08 15:32:41 UTC

svn commit: r1593278 - /sling/trunk/tooling/ide/pom.xml

Author: rombert
Date: Thu May  8 13:32:41 2014
New Revision: 1593278

URL: http://svn.apache.org/r1593278
Log:
Update to tycho 0.20.0.

Modified:
    sling/trunk/tooling/ide/pom.xml

Modified: sling/trunk/tooling/ide/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/pom.xml?rev=1593278&r1=1593277&r2=1593278&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Thu May  8 13:32:41 2014
@@ -67,7 +67,7 @@
 	</build>
 
 	<properties>
-		<tycho.version>0.18.1</tycho.version>
+		<tycho.version>0.20.0</tycho.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>
 </project>