BUG-6236: bump xtend version to 2.11.0 85/51185/1
authorRobert Varga <rovarga@cisco.com>
Mon, 30 Jan 2017 14:02:55 +0000 (15:02 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 30 Jan 2017 14:02:55 +0000 (15:02 +0100)
This bumps xtend dependency to 2.11.0.RC2. This is a preparation
patch, will be updated to official 2.11.0 release once that is out.

Change-Id: I5cb8365d6541f5878bbc9fcfb02d29be0524122f
Signed-off-by: Robert Varga <rovarga@cisco.com>
odlparent/pom.xml

index 706d9afdface9ccdd29a47af3712e28a46527d81..a5b01321b3665db5d56a99ec8b8762f17dae0950 100644 (file)
       <dependency>
           <groupId>org.eclipse.xtend</groupId>
           <artifactId>org.eclipse.xtend.lib</artifactId>
-          <version>2.10.0</version>
+          <version>2.11.0.RC2</version>
       </dependency>
       <dependency>
           <groupId>org.eclipse.xtend</groupId>
           <artifactId>org.eclipse.xtend.lib.macro</artifactId>
-          <version>2.10.0</version>
+          <version>2.11.0.RC2</version>
       </dependency>
       <dependency>
           <groupId>org.eclipse.xtext</groupId>
           <artifactId>org.eclipse.xtext.xbase.lib</artifactId>
-          <version>2.10.0</version>
+          <version>2.11.0.RC2</version>
       </dependency>
 
       <!-- Annotations -->
           <groupId>org.eclipse.xtend</groupId>
           <artifactId>xtend-maven-plugin</artifactId>
           <!-- NOTE: This version MUST be kept in sync with the Xtend version in <dependencyManagement> -->
-          <version>2.10.0</version>
+          <version>2.11.0.RC2</version>
           <executions>
             <execution>
               <goals>