Skip to content

Commit

Permalink
Move to Eclipse 2023-09
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Sep 14, 2023
1 parent 36e0923 commit 7aaa699
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.6.0"
version="23.9.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.6.0</version>
<version>23.9.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.6.0</version>
<version>23.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.sirius.tools.kit.target/sirius-kit.target
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<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-06" location="https://download.eclipse.org/releases/2023-06"/>
<repository id="Eclipse-2023-09" location="https://download.eclipse.org/releases/2023-09"/>
</location>
</locations>
</target>
4 changes: 2 additions & 2 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.6.0</version>
<version>23.9.0</version>
<packaging>pom</packaging>

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

0 comments on commit 7aaa699

Please sign in to comment.