Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
always use project.version for xtext deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jan 31, 2023
1 parent e329fc2 commit 31358b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
6 changes: 1 addition & 5 deletions org.eclipse.xtext.util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
<dependency>
<groupId>org.eclipse.xtend</groupId>
<artifactId>org.eclipse.xtend.lib</artifactId>
<!--
TODO: update it
The dev BOM should be in the same Git repository of this one
-->
<version>${xtext-current-release-version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.reload4j</groupId>
Expand Down
6 changes: 1 addition & 5 deletions org.eclipse.xtext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
<dependency>
<groupId>org.eclipse.xtend</groupId>
<artifactId>org.eclipse.xtend.lib</artifactId>
<!--
TODO: update it
The dev BOM should be in the same Git repository of this one
-->
<version>${xtext-current-release-version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>
Expand Down
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,6 @@
-->
<xtext-dev-bom-version>${project.version}</xtext-dev-bom-version>

<!--
This is the version of the currently released latest version that we
use during the Maven builds for artifacts that are not in this Git repository
(and thus, not in this Maven reactor).
It is redefined in the profile "useJenkinsSnapshots" to take the same version
of this project.
-->
<xtext-current-release-version>2.30.0.M1</xtext-current-release-version>

<!--
This is the version of the currently released latest version of the xtend-maven-plugin that we
use during the Maven builds for processing Xtend files.
Expand Down Expand Up @@ -188,11 +179,6 @@
<profiles>
<profile>
<id>useJenkinsSnapshots</id>
<properties>
<!-- redefines the property for versions of artifacts not in this Git repository,
so that it takes the same snapshot version of this project. -->
<xtext-current-release-version>${project.version}</xtext-current-release-version>
</properties>
<repositories>
<repository>
<id>lsp4j-from-jenkins</id>
Expand Down

0 comments on commit 31358b5

Please sign in to comment.