Skip to content

Commit

Permalink
Bump eclipse 2021 12 (#255)
Browse files Browse the repository at this point in the history
* bump tycho 2.5.0 and eclipse 2021-12
* xtext 2.25.0 

Signed-off-by: Didier Vojtisek <didier.vojtisek@inria.fr>
  • Loading branch information
dvojtise committed Jan 25, 2022
1 parent 263798b commit 6c18e74
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>2.2.0</version>
<version>2.5.0</version>
</extension>
</extensions>
4 changes: 2 additions & 2 deletions gemoc_studio/plugins/gemoc_studio-eclipse-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>true</maven.deploy.skip>

<tycho-version>2.2.0</tycho-version>
<tycho-version>2.5.0</tycho-version>
<xtend.version>2.25.0</xtend.version>

<eclipse.release.p2.url>http://download.eclipse.org/releases/2021-06</eclipse.release.p2.url>
<eclipse.release.p2.url>http://download.eclipse.org/releases/2021-12</eclipse.release.p2.url>
<!--used only for amalgam which seems REALLY deprecated-->
<eclipse.photon.release.p2.url>http://download.eclipse.org/releases/photon</eclipse.photon.release.p2.url>
<k3.p2.url>http://www.kermeta.org/k3/update</k3.p2.url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</parent>

<properties>
<eclipse.version.name>2021-06</eclipse.version.name>
<eclipse.version.name>2021-12</eclipse.version.name>
<!-- override these values using -D option on the maven command line on the CI (see jenkinsfile for CI configuration)-->
<studio.variant>Local build</studio.variant>
<branch.variant>Unknown</branch.variant>
Expand Down
4 changes: 2 additions & 2 deletions gemoc_studio/pomfirst/gemoc-studio-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<emf.compare-version>[3.4.0,3.6.0)</emf.compare-version>
<emf.transaction-version>[1.9.0,2.0.0)</emf.transaction-version>

<xtext-version>2.24.0</xtext-version>
<xtend-version>2.24.0</xtend-version>
<xtext-version>2.25.0</xtext-version>
<xtend-version>2.25.0</xtend-version>

</properties>
<dependencyManagement>
Expand Down

0 comments on commit 6c18e74

Please sign in to comment.