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

Commit

Permalink
Merge pull request #321 from eclipse/cd_xtext_issue2061_mwe2130
Browse files Browse the repository at this point in the history
[eclipse/xtext#2061] Bootstrap against MWE 2.13.0 release
  • Loading branch information
cdietrich authored May 19, 2022
2 parents eef35ef + 558af4c commit a95413c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion releng/org.eclipse.emf.mwe2.language.sdk.dummy/feature.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.emf.mwe2.language.sdk"
version="2.13.0.v20220408-0848"
version="2.13.0.v20220519-1115"
label="Dummy Feature"
provider-name="Eclipse Xtext">

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.emf.mwe2.language.sdk.dummy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<packaging>eclipse-feature</packaging>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.language.sdk</artifactId>
<version>2.13.0.v20220408-0848</version>
<version>2.13.0.v20220519-1115</version>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
</location>

<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202204291234/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/"/>
<unit id="org.eclipse.emf.mwe2.lib" version="0.0.0"/>
</location>

Expand Down

0 comments on commit a95413c

Please sign in to comment.