BUG-6236: bump to official xtend 2.11.0 release 57/51357/1
authorRobert Varga <rovarga@cisco.com>
Thu, 2 Feb 2017 18:00:45 +0000 (19:00 +0100)
committerRobert Varga <rovarga@cisco.com>
Thu, 2 Feb 2017 18:00:45 +0000 (19:00 +0100)
This changes xtend-related things so they use 2.11.0 instead of
RC2 versions.

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

index 6c85fba4457c7a21fc895c250e0b2a59c4b31689..0902820b38afbbbe529a2724b4755c47e3b0fa96 100644 (file)
       <dependency>
           <groupId>org.eclipse.xtend</groupId>
           <artifactId>org.eclipse.xtend.lib</artifactId>
-          <version>2.11.0.RC2</version>
+          <version>2.11.0</version>
       </dependency>
       <dependency>
           <groupId>org.eclipse.xtend</groupId>
           <artifactId>org.eclipse.xtend.lib.macro</artifactId>
-          <version>2.11.0.RC2</version>
+          <version>2.11.0</version>
       </dependency>
       <dependency>
           <groupId>org.eclipse.xtext</groupId>
           <artifactId>org.eclipse.xtext.xbase.lib</artifactId>
-          <version>2.11.0.RC2</version>
+          <version>2.11.0</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.11.0.RC2</version>
+          <version>2.11.0</version>
           <executions>
             <execution>
               <goals>