Skip to content

Commit

Permalink
Migrated to Eclipse 2020-12
Browse files Browse the repository at this point in the history
  • Loading branch information
seiferma committed Jan 15, 2021
1 parent b37f72a commit 12206a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>1.7.0</version>
<version>2.1.0</version>
</extension>
<extension>
<groupId>org.palladiosimulator</groupId>
<artifactId>tycho-tp-refresh-maven-plugin</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
</extension>
</extensions>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.palladiosimulator</groupId>
<artifactId>eclipse-parent-updatesite</artifactId>
<version>0.5.1</version>
<version>0.7.1</version>
</parent>
<groupId>org.palladiosimulator.supporting.prolog</groupId>
<artifactId>parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<target name="org.palladiosimulator.supporting.prolog Target Platform" sequenceNumber="1">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="de.itemis.xtext.antlr.feature.feature.group" version="2.1.1.v201405091103"/>
<unit id="de.itemis.xtext.antlr.feature.feature.group" version="0.0.0"/>
<repository location="http://download.itemis.com/updates/releases/2.1.1"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="2.22.0.v20200602-1533"/>
<repository location="http://download.eclipse.org/releases/2020-06/202006171000/"/>
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2020-12/202012161000/"/>
</location>
</locations>
</target>

0 comments on commit 12206a8

Please sign in to comment.