Skip to content

Commit

Permalink
Move to Eclipse 2023-12
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Dec 8, 2023
1 parent 7aaa699 commit 013d050
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.sirius.tools.kit-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.sirius.tools.kit"
label="%featureName"
version="23.9.0"
version="23.12.0"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.sirius.tools.kit-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.sirius.tools</groupId>
<artifactId>dev-kit</artifactId>
<version>23.9.0</version>
<version>23.12.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.sirius.tools.kit-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.sirius.tools</groupId>
<artifactId>dev-kit</artifactId>
<version>23.9.0</version>
<version>23.12.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions org.eclipse.sirius.tools.kit.target/sirius-kit.target
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.acceleo.feature.group" version="0.0.0"/>
<unit id="org.eclipse.acceleo.sdk.feature.group" version="0.0.0"/>
<repository id="Acceleo-3.7" location="https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354"/>
<repository id="Acceleo-3.7" location="https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.swtbot.ide.feature.group" version="0.0.0"/>
Expand Down Expand Up @@ -39,8 +39,7 @@
<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.mylyn.wikitext_feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.mylyn.wikitext.editors_feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.rcptt.platform.feature.group" version="0.0.0"/>
<repository id="Eclipse-2023-09" location="https://download.eclipse.org/releases/2023-09"/>
<repository id="Eclipse-2023-12" location="https://download.eclipse.org/releases/2023-12"/>
</location>
</locations>
</target>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>org.eclipse.sirius.tools</groupId>
<artifactId>dev-kit</artifactId>
<version>23.9.0</version>
<version>23.12.0</version>
<packaging>pom</packaging>

<name>Sirius Development Kit</name>
Expand All @@ -33,8 +33,8 @@
</licenses>

<properties>
<tycho-version>4.0.0</tycho-version>
<tycho-extras-version>4.0.0</tycho-extras-version>
<tycho-version>4.0.4</tycho-version>
<tycho-extras-version>4.0.4</tycho-extras-version>
<target-platform-path>.</target-platform-path>
</properties>

Expand Down Expand Up @@ -65,7 +65,7 @@
<artifact>
<groupId>org.eclipse.sirius.tools</groupId>
<artifactId>dev-kit</artifactId>
<version>23.9.0</version>
<version>23.12.0</version>
<classifier>./org.eclipse.sirius.tools.kit.target/sirius-kit</classifier>
</artifact>
</target>
Expand Down

0 comments on commit 013d050

Please sign in to comment.