Skip to content

Commit

Permalink
update to 2.36
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Aug 25, 2024
1 parent 54fbe34 commit 685e9f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example-project-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
dependencies {
xtextLanguages 'my.mavenized.herolanguage:my.mavenized.herolanguage:1.0.0-SNAPSHOT'

implementation 'org.eclipse.xtend:org.eclipse.xtend.lib:2.35.0'
implementation 'org.eclipse.xtend:org.eclipse.xtend.lib:2.36.0'
testImplementation 'junit:junit:4.13.2'
}

Expand Down
2 changes: 1 addition & 1 deletion example-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<xtext-version>2.35.0</xtext-version>
<xtext-version>2.36.0</xtext-version>
<!-- Where Java files corresponding to the Hero DSL main files will be generated
by the xtext-maven-plugin -->
<hero-generated-sources>src/main/generated-sources/hero/</hero-generated-sources>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<maven.compiler.target>11</maven.compiler.target>
<tycho-version>4.0.8</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<xtext.version>2.35.0</xtext.version>
<xtext.version>2.36.0</xtext.version>
<tycho.disableP2Mirrors>true</tycho.disableP2Mirrors>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions targetplatform.target
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</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.18.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.19.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.35.0/"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.36.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="de.itemis.xtext.antlr.feature.feature.group" version="2.1.1.v201405091103"/>
Expand Down

0 comments on commit 685e9f2

Please sign in to comment.