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 2015/02/20 12:56:27 UTC

svn commit: r1661100 - in /sling/trunk/tooling/ide: p2update/pom.xml pom.xml

Author: rombert
Date: Fri Feb 20 11:56:27 2015
New Revision: 1661100

URL: http://svn.apache.org/r1661100
Log:
Update to tycho 0.22.0

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

Modified: sling/trunk/tooling/ide/p2update/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/p2update/pom.xml?rev=1661100&r1=1661099&r2=1661100&view=diff
==============================================================================
--- sling/trunk/tooling/ide/p2update/pom.xml (original)
+++ sling/trunk/tooling/ide/p2update/pom.xml Fri Feb 20 11:56:27 2015
@@ -48,7 +48,7 @@
       <plugin>
         <groupId>org.jboss.tools.tycho-plugins</groupId>
         <artifactId>repository-utils</artifactId>
-        <version>0.16.0</version>
+        <version>0.22.0</version>
         <executions>
           <execution>
             <id>generate-facade</id>

Modified: sling/trunk/tooling/ide/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/pom.xml?rev=1661100&r1=1661099&r2=1661100&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Fri Feb 20 11:56:27 2015
@@ -194,7 +194,7 @@
     </pluginRepositories>    
 
 	<properties>
-		<tycho.version>0.21.0</tycho.version>
+		<tycho.version>0.22.0</tycho.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>