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 2016/11/02 15:25:18 UTC

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

Author: rombert
Date: Wed Nov  2 15:25:18 2016
New Revision: 1767706

URL: http://svn.apache.org/viewvc?rev=1767706&view=rev
Log:
Revert "Update to Tycho 0.26.0"

We are still targeting Java 7, so Tycho 0.26.0 is no-go.

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=1767706&r1=1767705&r2=1767706&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Wed Nov  2 15:25:18 2016
@@ -198,7 +198,7 @@
     </pluginRepositories>    
 
 	<properties>
-		<tycho.version>0.26.0</tycho.version>
+		<tycho.version>0.22.0</tycho.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>