Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/Shared-Deploy-Snapshot-Tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@ jobs:
# Optional plain body:
body: |
Hi,

A new development version is available at ${{ steps.release_artifacts.outputs.html_url }}.
See changes at "${{ github.event.repository.name }}/blob/develop/CHANGELOG.md"
See changes at https://github.com/riseclipse/${{ github.event.repository.name }}/blob/develop/CHANGELOG.md

----
The RiseClipse Team (https://riseclipse.github.io/)

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
<target name="fr.centralesupelec.edf.riseclipse.developer.eclipse" sequenceNumber="1773329593">
<target name="fr.centralesupelec.edf.riseclipse.developer.eclipse" sequenceNumber="1774609691">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="com.google.guava" version="33.3.1.jre"/>
Expand Down Expand Up @@ -53,15 +53,15 @@
<repository id="eclipse-2024-12" location="http://download.eclipse.org/releases/2024-12"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.ocl.common" version="1.23.0.v20260312-1306"/>
<unit id="org.eclipse.ocl.tools.feature.group" version="3.23.1.v20260312-1306"/>
<unit id="org.eclipse.ocl.pivot" version="1.23.0.v20260312-1306"/>
<unit id="org.eclipse.ocl.pivot.uml" version="1.23.0.v20260312-1306"/>
<unit id="org.eclipse.ocl.xtext.base" version="1.23.0.v20260312-1306"/>
<unit id="org.eclipse.ocl.xtext.completeocl" version="1.23.0.v20260312-1306"/>
<unit id="org.eclipse.ocl.xtext.essentialocl" version="1.23.0.v20260312-1306"/>
<unit id="org.eclipse.ocl.xtext.oclinecore" version="1.23.0.v20260312-1306"/>
<unit id="org.eclipse.ocl.xtext.oclstdlib" version="1.23.0.v20260312-1306"/>
<unit id="org.eclipse.ocl.common" version="1.23.0.v20260327-1054"/>
<unit id="org.eclipse.ocl.tools.feature.group" version="3.23.1.v20260327-1054"/>
<unit id="org.eclipse.ocl.pivot" version="1.23.0.v20260327-1054"/>
<unit id="org.eclipse.ocl.pivot.uml" version="1.23.0.v20260327-1054"/>
<unit id="org.eclipse.ocl.xtext.base" version="1.23.0.v20260327-1054"/>
<unit id="org.eclipse.ocl.xtext.completeocl" version="1.23.0.v20260327-1054"/>
<unit id="org.eclipse.ocl.xtext.essentialocl" version="1.23.0.v20260327-1054"/>
<unit id="org.eclipse.ocl.xtext.oclinecore" version="1.23.0.v20260327-1054"/>
<unit id="org.eclipse.ocl.xtext.oclstdlib" version="1.23.0.v20260327-1054"/>
<repository id="ocl-with-extended-stdlib" location="https://github.com/riseclipse/org.eclipse.ocl/releases/download/nightly/"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
Expand Down
4 changes: 2 additions & 2 deletions fr.centralesupelec.edf.riseclipse.developer.maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</repositories>

<properties>
<riseclipse-target-platform-version>1.2.17-SNAPSHOT</riseclipse-target-platform-version>
<riseclipse-target-platform-version>1.2.17</riseclipse-target-platform-version>

<maven-group-id>org.apache.maven.plugins</maven-group-id>
<maven-clean-plugin-version>3.4.0</maven-clean-plugin-version>
Expand All @@ -115,7 +115,7 @@


<tycho-group-id>org.eclipse.tycho</tycho-group-id>
<tycho-version>4.0.13</tycho-version>
<tycho-version>5.0.2</tycho-version>

<central-publishing-maven-plugin-version>0.7.0</central-publishing-maven-plugin-version>

Expand Down
4 changes: 2 additions & 2 deletions fr.centralesupelec.edf.riseclipse.developer.p2_to_m2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@

<groupId>io.github.riseclipse</groupId>
<artifactId>fr.centralesupelec.edf.riseclipse.developer.p2_to_m2</artifactId>
<version>1.2.17-SNAPSHOT</version>
<version>1.2.17</version>
<packaging>pom</packaging>

<parent>
<groupId>io.github.riseclipse</groupId>
<artifactId>fr.centralesupelec.edf.riseclipse.developer.maven</artifactId>
<version>1.2.17-SNAPSHOT</version>
<version>1.2.17</version>
<!-- See https://maven.apache.org/ref/3.8.1/maven-model/maven.html#class_parent -->
<relativePath></relativePath>
</parent>
Expand Down
Loading