Skip to content

Commit e5b5b91

Browse files
committed
[releng] Bump version to 2026.3.3
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent dadc6a7 commit e5b5b91

43 files changed

Lines changed: 85 additions & 85 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

backend/application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<parent>
1919
<groupId>org.eclipse.syson</groupId>
2020
<artifactId>syson</artifactId>
21-
<version>2026.3.2</version>
21+
<version>2026.3.3</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

2525
<groupId>org.eclipse.syson</groupId>
2626
<artifactId>syson-application-parent</artifactId>
27-
<version>2026.3.2</version>
27+
<version>2026.3.3</version>
2828

2929
<name>syson-application-parent</name>
3030
<description>SysON Application Parent</description>

backend/application/syson-application-configuration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<parent>
1919
<groupId>org.eclipse.syson</groupId>
2020
<artifactId>syson</artifactId>
21-
<version>2026.3.2</version>
21+
<version>2026.3.3</version>
2222
<relativePath>../../../pom.xml</relativePath>
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-application-configuration</artifactId>
26-
<version>2026.3.2</version>
26+
<version>2026.3.3</version>
2727
<name>syson-application-configuration</name>
2828
<description>SysON Application Configuration</description>
2929

backend/application/syson-application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<parent>
1919
<groupId>org.eclipse.syson</groupId>
2020
<artifactId>syson</artifactId>
21-
<version>2026.3.2</version>
21+
<version>2026.3.3</version>
2222
<relativePath>../../../pom.xml</relativePath>
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-application</artifactId>
26-
<version>2026.3.2</version>
26+
<version>2026.3.3</version>
2727
<name>syson-application</name>
2828
<description>SysON Application</description>
2929

backend/application/syson-frontend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<parent>
1919
<groupId>org.eclipse.syson</groupId>
2020
<artifactId>syson</artifactId>
21-
<version>2026.3.2</version>
21+
<version>2026.3.3</version>
2222
<relativePath>../../../pom.xml</relativePath>
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-frontend</artifactId>
26-
<version>2026.3.2</version>
26+
<version>2026.3.3</version>
2727
<name>syson-frontend</name>
2828
<description>SysON Frontend</description>
2929

backend/application/syson-sysml-export/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<parent>
1919
<groupId>org.eclipse.syson</groupId>
2020
<artifactId>syson</artifactId>
21-
<version>2026.3.2</version>
21+
<version>2026.3.3</version>
2222
<relativePath>../../../pom.xml</relativePath>
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-sysml-export</artifactId>
26-
<version>2026.3.2</version>
26+
<version>2026.3.3</version>
2727
<name>syson-sysml-export</name>
2828
<description>SysON SysML Export</description>
2929

backend/application/syson-sysml-import/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<parent>
1919
<groupId>org.eclipse.syson</groupId>
2020
<artifactId>syson</artifactId>
21-
<version>2026.3.2</version>
21+
<version>2026.3.3</version>
2222
<relativePath>../../../pom.xml</relativePath>
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-sysml-import</artifactId>
26-
<version>2026.3.2</version>
26+
<version>2026.3.3</version>
2727
<name>syson-sysml-import</name>
2828
<description>SysON SysML Import</description>
2929

backend/application/syson-sysml-validation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<parent>
1919
<groupId>org.eclipse.syson</groupId>
2020
<artifactId>syson</artifactId>
21-
<version>2026.3.2</version>
21+
<version>2026.3.3</version>
2222
<relativePath>../../../pom.xml</relativePath>
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-sysml-validation</artifactId>
26-
<version>2026.3.2</version>
26+
<version>2026.3.3</version>
2727
<name>syson-validation</name>
2828
<description>SysON SysMLv2 validation rules for Validation view</description>
2929

backend/metamodel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<parent>
1919
<groupId>org.eclipse.syson</groupId>
2020
<artifactId>syson</artifactId>
21-
<version>2026.3.2</version>
21+
<version>2026.3.3</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

2525
<groupId>org.eclipse.syson</groupId>
2626
<artifactId>syson-metamodel-parent</artifactId>
27-
<version>2026.3.2</version>
27+
<version>2026.3.3</version>
2828

2929
<name>syson-metamodel-parent</name>
3030
<description>SysON Metamodel Parent</description>

backend/metamodel/syson-siriusweb-customnodes-metamodel-edit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<parent>
1919
<groupId>org.eclipse.syson</groupId>
2020
<artifactId>syson</artifactId>
21-
<version>2026.3.2</version>
21+
<version>2026.3.3</version>
2222
<relativePath>../../../pom.xml</relativePath>
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-siriusweb-customnodes-metamodel-edit</artifactId>
26-
<version>2026.3.2</version>
26+
<version>2026.3.3</version>
2727
<name>syson-siriusweb-customnodes-metamodel-edit</name>
2828
<description>SysON SysMLv2 Custom Nodes Metamodel - Edit Support</description>
2929

backend/metamodel/syson-siriusweb-customnodes-metamodel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<parent>
1919
<groupId>org.eclipse.syson</groupId>
2020
<artifactId>syson</artifactId>
21-
<version>2026.3.2</version>
21+
<version>2026.3.3</version>
2222
<relativePath>../../../pom.xml</relativePath>
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-siriusweb-customnodes-metamodel</artifactId>
26-
<version>2026.3.2</version>
26+
<version>2026.3.3</version>
2727
<name>syson-siriusweb-customnodes-metamodel</name>
2828
<description>SysON SysMLv2 Custom Nodes Metamodel for Sirius Web</description>
2929

0 commit comments

Comments
 (0)