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
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ All validation rules have been updated to comply with the SysMLv2 2025-04 specif
=== Dependency update

- [releng] Switch to https://github.com/spring-projects/spring-boot/releases/tag/v3.5.0[Spring Boot 3.5.0]
- [releng] Switch to https://github.com/eclipse-sirius/sirius-web[Sirius Web 2025.6.2]
- [releng] Switch to https://github.com/eclipse-sirius/sirius-web[Sirius Web 2025.6.5]
- https://github.com/eclipse-syson/syson/issues/1385[#1385] [releng] Switch to SysIDE 0.9.0
- [releng] Switch to Sirius EMF-JSON 2.5.3
- [releng] Switch to Node 22.16.0
Expand Down
2 changes: 1 addition & 1 deletion backend/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>org.eclipse.syson</groupId>
<artifactId>syson-application-parent</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>

<name>syson-application-parent</name>
<description>SysON Application Parent</description>
Expand Down
14 changes: 7 additions & 7 deletions backend/application/syson-application-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
</parent>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-application-configuration</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<name>syson-application-configuration</name>
<description>SysON Application Configuration</description>

<properties>
<java.version>17</java.version>
<sirius.web.version>2025.6.2</sirius.web.version>
<sirius.web.version>2025.6.5</sirius.web.version>
</properties>

<repositories>
Expand Down Expand Up @@ -69,27 +69,27 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel-edit</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-services</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-siriusweb-customnodes-metamodel</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-siriusweb-customnodes-metamodel-edit</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
32 changes: 16 additions & 16 deletions backend/application/syson-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
</parent>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-application</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<name>syson-application</name>
<description>SysON Application</description>

<properties>
<java.version>17</java.version>
<sirius.web.version>2025.6.2</sirius.web.version>
<sirius.web.version>2025.6.5</sirius.web.version>
</properties>

<repositories>
Expand Down Expand Up @@ -82,72 +82,72 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel-edit</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-frontend</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-application-configuration</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-rest-api-services</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-common-view</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-general-view</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-interconnection-view</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-actionflow-view</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-statetransition-view</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-tree-explorer-view</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-import</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-export</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-validation</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>

<!-- Test Dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion backend/application/syson-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-frontend</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<name>syson-frontend</name>
<description>SysON Frontend</description>

Expand Down
8 changes: 4 additions & 4 deletions backend/application/syson-sysml-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
</parent>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-export</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<name>syson-sysml-export</name>
<description>SysON SysML Export</description>

<properties>
<java.version>17</java.version>
<sirius.web.version>2025.6.2</sirius.web.version>
<sirius.web.version>2025.6.5</sirius.web.version>
</properties>

<repositories>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -85,7 +85,7 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions backend/application/syson-sysml-import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
</parent>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-import</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<name>syson-sysml-import</name>
<description>SysON SysML Import</description>

<properties>
<java.version>17</java.version>
<sirius.web.version>2025.6.2</sirius.web.version>
<sirius.web.version>2025.6.5</sirius.web.version>
</properties>

<repositories>
Expand Down Expand Up @@ -65,12 +65,12 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-services</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -86,7 +86,7 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-application-configuration</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions backend/application/syson-sysml-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
</parent>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-validation</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<name>syson-validation</name>
<description>SysON SysMLv2 validation rules for Validation view</description>

<properties>
<java.version>17</java.version>
<sirius.web.version>2025.6.2</sirius.web.version>
<sirius.web.version>2025.6.5</sirius.web.version>
</properties>

<repositories>
Expand Down Expand Up @@ -69,17 +69,17 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel-edit</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-services</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions backend/metamodel/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2023, 2024 Obeo.
Copyright (c) 2023, 2025 Obeo.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
Expand All @@ -17,7 +17,7 @@

<groupId>org.eclipse.syson</groupId>
<artifactId>syson-metamodel-parent</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>

<name>syson-metamodel-parent</name>
<description>SysON Metamodel Parent</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
</parent>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-siriusweb-customnodes-metamodel-edit</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<name>syson-siriusweb-customnodes-metamodel-edit</name>
<description>SysON SysMLv2 Custom Nodes Metamodel - Edit Support</description>

<properties>
<java.version>17</java.version>
<sirius.web.version>2025.6.2</sirius.web.version>
<sirius.web.version>2025.6.5</sirius.web.version>
</properties>

<repositories>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-siriusweb-customnodes-metamodel</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.sirius</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
</parent>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-siriusweb-customnodes-metamodel</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<name>syson-siriusweb-customnodes-metamodel</name>
<description>SysON SysMLv2 Custom Nodes Metamodel for Sirius Web</description>

<properties>
<java.version>17</java.version>
<sirius.web.version>2025.6.2</sirius.web.version>
<sirius.web.version>2025.6.5</sirius.web.version>
</properties>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions backend/metamodel/syson-sysml-metamodel-edit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel-edit</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<name>syson-sysml-metamodel-edit</name>
<description>SysON SysMLv2 Metamodel - Edit Support</description>

Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion backend/metamodel/syson-sysml-metamodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>
<name>syson-sysml-metamodel</name>
<description>SysON SysMLv2 Metamodel</description>

Expand Down
4 changes: 2 additions & 2 deletions backend/releng/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2024 Obeo.
Copyright (c) 2024, 2025 Obeo.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
Expand All @@ -17,7 +17,7 @@

<groupId>org.eclipse.syson</groupId>
<artifactId>syson-releng-parent</artifactId>
<version>2025.6.2</version>
<version>2025.6.5</version>

<name>syson-releng-parent</name>
<description>SysON Releng Parent</description>
Expand Down
Loading
Loading