Skip to content

Commit

Permalink
update to mwe 2.18.0.M1
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich.opensource@gmail.com>
  • Loading branch information
cdietrich committed Apr 5, 2024
1 parent 4f1669f commit a163c4e
Show file tree
Hide file tree
Showing 30 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion 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.17.0.v20231117-0522"
version="2.18.0.v20231117-0522"
label="Dummy Feature"
provider-name="Eclipse Xtext">

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.emf.mwe2.language.sdk.dummy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>eclipse-feature</packaging>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.language.sdk</artifactId>
<version>2.17.0.v20231117-0522</version>
<version>2.18.0.v20231117-0522</version>

<properties>
<xtext-dev-bom-version>${project.parent.version}</xtext-dev-bom-version>
Expand Down
12 changes: 6 additions & 6 deletions org.eclipse.xtext.dev-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,32 +237,32 @@
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe.core</artifactId>
<version>1.11.0</version>
<version>1.12.0.M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe.utils</artifactId>
<version>1.11.0</version>
<version>1.12.0.M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.language</artifactId>
<version>2.17.0</version>
<version>2.18.0.M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.launch</artifactId>
<version>2.17.0</version>
<version>2.18.0.M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.lib</artifactId>
<version>2.17.0</version>
<version>2.18.0.M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.runtime</artifactId>
<version>2.17.0</version>
<version>2.18.0.M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.17.0</mwe2Version>
<mwe2Version>2.18.0.M1</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.17.0</mwe2Version>
<mwe2Version>2.18.0.M1</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.17.0</mwe2Version>
<mwe2Version>2.18.0.M1</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.17.0</mwe2Version>
<mwe2Version>2.18.0.M1</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.17.0</mwe2Version>
<mwe2Version>2.18.0.M1</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.17.0</mwe2Version>
<mwe2Version>2.18.0.M1</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<xtextVersion>unspecified</xtextVersion>
<mwe2Version>2.17.0</mwe2Version>
<mwe2Version>2.18.0.M1</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ public String getXtextGradlePluginVersion() {
* @noreference
*/
public String getMweVersion() {
return "2.17.0";
return "2.18.0.M1";
}

/**
* @noreference
*/
public String getMweBuildNumber() {
return "";
return "S202404050451";
}

public String getAntlrGeneratorVersion() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>eclipse-plugin</packaging>

<properties>
<mwe2Version>2.17.0</mwe2Version>
<mwe2Version>2.18.0.M1</mwe2Version>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions xtext-latest.target
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="xtext-latest" sequenceNumber="23">
<target name="xtext-latest" sequenceNumber="24">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/nightly/latest" />
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
<unit id="org.eclipse.emf.mwe2.launch" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.launch.ui" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.language.ui" version="0.0.0"/>
Expand Down
4 changes: 2 additions & 2 deletions xtext-r202203.target
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="xtext-r202203" sequenceNumber="23">
<target name="xtext-r202203" sequenceNumber="24">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.29"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
<unit id="org.eclipse.emf.mwe2.launch" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.launch.ui" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.language" version="0.0.0"/>
Expand Down
4 changes: 2 additions & 2 deletions xtext-r202206.target
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="xtext-r202206" sequenceNumber="23">
<target name="xtext-r202206" sequenceNumber="24">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.30"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
<unit id="org.eclipse.emf.mwe2.launch" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.launch.ui" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.language.ui" version="0.0.0"/>
Expand Down
4 changes: 2 additions & 2 deletions xtext-r202209.target
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="xtext-r202209" sequenceNumber="23">
<target name="xtext-r202209" sequenceNumber="24">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.31"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
<unit id="org.eclipse.emf.mwe2.launch" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.launch.ui" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.language.ui" version="0.0.0"/>
Expand Down
4 changes: 2 additions & 2 deletions xtext-r202212.target
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="xtext-r202212" sequenceNumber="23">
<target name="xtext-r202212" sequenceNumber="24">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.32"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
<unit id="org.eclipse.emf.mwe2.launch" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.launch.ui" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.language.ui" version="0.0.0"/>
Expand Down
4 changes: 2 additions & 2 deletions xtext-r202303.target
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="xtext-r202303" sequenceNumber="23">
<target name="xtext-r202303" sequenceNumber="24">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
<unit id="org.eclipse.emf.mwe2.launch" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.launch.ui" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.language.ui" version="0.0.0"/>
Expand Down
4 changes: 2 additions & 2 deletions xtext-r202306.target
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="xtext-r202306" sequenceNumber="23">
<target name="xtext-r202306" sequenceNumber="24">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.34.0"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
<unit id="org.eclipse.emf.mwe2.launch" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.launch.ui" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.language.ui" version="0.0.0"/>
Expand Down
4 changes: 2 additions & 2 deletions xtext-r202309.target
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="xtext-r202309" sequenceNumber="23">
<target name="xtext-r202309" sequenceNumber="24">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.35.0"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
<unit id="org.eclipse.emf.mwe2.launch" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.launch.ui" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.language.ui" version="0.0.0"/>
Expand Down
4 changes: 2 additions & 2 deletions xtext-r202312.target
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="xtext-r202312" sequenceNumber="23">
<target name="xtext-r202312" sequenceNumber="24">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.36.0"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404050451/"/>
<unit id="org.eclipse.emf.mwe2.launch" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.launch.ui" version="0.0.0"/>
<unit id="org.eclipse.emf.mwe2.language.ui" version="0.0.0"/>
Expand Down

0 comments on commit a163c4e

Please sign in to comment.