Skip to content

Commit 837a62c

Browse files
committed
[releng] Bump version to 2026.3.0
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent 049748f commit 837a62c

47 files changed

Lines changed: 185 additions & 185 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.

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Changelog
22

3-
== v2026.3.0 (work in progress)
3+
== v2026.3.0
44

55
=== Breaking changes
66

backend/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>org.eclipse.syson</groupId>
1919
<artifactId>syson-application-parent</artifactId>
20-
<version>2026.1.6</version>
20+
<version>2026.3.0</version>
2121

2222
<name>syson-application-parent</name>
2323
<description>SysON Application Parent</description>

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-application-configuration</artifactId>
26-
<version>2026.1.6</version>
26+
<version>2026.3.0</version>
2727
<name>syson-application-configuration</name>
2828
<description>SysON Application Configuration</description>
2929

@@ -69,42 +69,42 @@
6969
<dependency>
7070
<groupId>org.eclipse.syson</groupId>
7171
<artifactId>syson-sysml-metamodel</artifactId>
72-
<version>2026.1.6</version>
72+
<version>2026.3.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.eclipse.syson</groupId>
7676
<artifactId>syson-sysml-metamodel-edit</artifactId>
77-
<version>2026.1.6</version>
77+
<version>2026.3.0</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.eclipse.syson</groupId>
8181
<artifactId>syson-services</artifactId>
82-
<version>2026.1.6</version>
82+
<version>2026.3.0</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.eclipse.syson</groupId>
8686
<artifactId>syson-model-services</artifactId>
87-
<version>2026.1.6</version>
87+
<version>2026.3.0</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.eclipse.syson</groupId>
9191
<artifactId>syson-form-services</artifactId>
92-
<version>2026.1.6</version>
92+
<version>2026.3.0</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.eclipse.syson</groupId>
9696
<artifactId>syson-diagram-services</artifactId>
97-
<version>2026.1.6</version>
97+
<version>2026.3.0</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.eclipse.syson</groupId>
101101
<artifactId>syson-siriusweb-customnodes-metamodel</artifactId>
102-
<version>2026.1.6</version>
102+
<version>2026.3.0</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.eclipse.syson</groupId>
106106
<artifactId>syson-siriusweb-customnodes-metamodel-edit</artifactId>
107-
<version>2026.1.6</version>
107+
<version>2026.3.0</version>
108108
</dependency>
109109
<!-- Test Dependencies -->
110110
<dependency>
@@ -120,7 +120,7 @@
120120
<dependency>
121121
<groupId>org.eclipse.syson</groupId>
122122
<artifactId>syson-tests</artifactId>
123-
<version>2026.1.6</version>
123+
<version>2026.3.0</version>
124124
<scope>test</scope>
125125
</dependency>
126126
</dependencies>

backend/application/syson-application/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
POSTGRES_USER: test_username
1010
POSTGRES_PASSWORD: test_password
1111
app:
12-
image: '${IMAGE_TAG:-eclipsesyson/syson:latest}'
12+
image: '${IMAGE_TAG:-eclipsesyson/syson:v2026.3.0}'
1313
ports:
1414
- '8080:8080'
1515
environment:

backend/application/syson-application/pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-application</artifactId>
26-
<version>2026.1.6</version>
26+
<version>2026.3.0</version>
2727
<name>syson-application</name>
2828
<description>SysON Application</description>
2929

@@ -82,62 +82,62 @@
8282
<dependency>
8383
<groupId>org.eclipse.syson</groupId>
8484
<artifactId>syson-sysml-metamodel</artifactId>
85-
<version>2026.1.6</version>
85+
<version>2026.3.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.eclipse.syson</groupId>
8989
<artifactId>syson-sysml-metamodel-edit</artifactId>
90-
<version>2026.1.6</version>
90+
<version>2026.3.0</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.eclipse.syson</groupId>
9494
<artifactId>syson-frontend</artifactId>
95-
<version>2026.1.6</version>
95+
<version>2026.3.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.eclipse.syson</groupId>
9999
<artifactId>syson-application-configuration</artifactId>
100-
<version>2026.1.6</version>
100+
<version>2026.3.0</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.eclipse.syson</groupId>
104104
<artifactId>syson-sysml-rest-api-services</artifactId>
105-
<version>2026.1.6</version>
105+
<version>2026.3.0</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.eclipse.syson</groupId>
109109
<artifactId>syson-diagram-common-view</artifactId>
110-
<version>2026.1.6</version>
110+
<version>2026.3.0</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.eclipse.syson</groupId>
114114
<artifactId>syson-standard-diagrams-view</artifactId>
115-
<version>2026.1.6</version>
115+
<version>2026.3.0</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.eclipse.syson</groupId>
119119
<artifactId>syson-table-requirements-view</artifactId>
120-
<version>2026.1.6</version>
120+
<version>2026.3.0</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.eclipse.syson</groupId>
124124
<artifactId>syson-tree-explorer-view</artifactId>
125-
<version>2026.1.6</version>
125+
<version>2026.3.0</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.eclipse.syson</groupId>
129129
<artifactId>syson-sysml-import</artifactId>
130-
<version>2026.1.6</version>
130+
<version>2026.3.0</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.eclipse.syson</groupId>
134134
<artifactId>syson-sysml-export</artifactId>
135-
<version>2026.1.6</version>
135+
<version>2026.3.0</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.eclipse.syson</groupId>
139139
<artifactId>syson-sysml-validation</artifactId>
140-
<version>2026.1.6</version>
140+
<version>2026.3.0</version>
141141
</dependency>
142142

143143
<!-- Test Dependencies -->
@@ -199,7 +199,7 @@
199199
<dependency>
200200
<groupId>org.eclipse.syson</groupId>
201201
<artifactId>syson-sysml-metamodel</artifactId>
202-
<version>2026.1.6</version>
202+
<version>2026.3.0</version>
203203
<type>test-jar</type>
204204
<scope>test</scope>
205205
</dependency>

backend/application/syson-frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-frontend</artifactId>
26-
<version>2026.1.6</version>
26+
<version>2026.3.0</version>
2727
<name>syson-frontend</name>
2828
<description>SysON Frontend</description>
2929

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-sysml-export</artifactId>
26-
<version>2026.1.6</version>
26+
<version>2026.3.0</version>
2727
<name>syson-sysml-export</name>
2828
<description>SysON SysML Export</description>
2929

@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.eclipse.syson</groupId>
7171
<artifactId>syson-sysml-metamodel</artifactId>
72-
<version>2026.1.6</version>
72+
<version>2026.3.0</version>
7373
</dependency>
7474
<!-- Tests -->
7575
<dependency>
@@ -85,14 +85,14 @@
8585
<dependency>
8686
<groupId>org.eclipse.syson</groupId>
8787
<artifactId>syson-tests</artifactId>
88-
<version>2026.1.6</version>
88+
<version>2026.3.0</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<!-- Import test jar to access org.eclipse.syson.sysml.util -->
9292
<dependency>
9393
<groupId>org.eclipse.syson</groupId>
9494
<artifactId>syson-sysml-metamodel</artifactId>
95-
<version>2026.1.6</version>
95+
<version>2026.3.0</version>
9696
<type>test-jar</type>
9797
<scope>test</scope>
9898
</dependency>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-sysml-import</artifactId>
26-
<version>2026.1.6</version>
26+
<version>2026.3.0</version>
2727
<name>syson-sysml-import</name>
2828
<description>SysON SysML Import</description>
2929

@@ -65,12 +65,12 @@
6565
<dependency>
6666
<groupId>org.eclipse.syson</groupId>
6767
<artifactId>syson-sysml-metamodel</artifactId>
68-
<version>2026.1.6</version>
68+
<version>2026.3.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.eclipse.syson</groupId>
7272
<artifactId>syson-services</artifactId>
73-
<version>2026.1.6</version>
73+
<version>2026.3.0</version>
7474
</dependency>
7575
<!-- Tests -->
7676
<dependency>
@@ -86,14 +86,14 @@
8686
<dependency>
8787
<groupId>org.eclipse.syson</groupId>
8888
<artifactId>syson-tests</artifactId>
89-
<version>2026.1.6</version>
89+
<version>2026.3.0</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<!--Required to be able to load standard libraries for proxy resolution toward element from the libraries in tests-->
9393
<dependency>
9494
<groupId>org.eclipse.syson</groupId>
9595
<artifactId>syson-application-configuration</artifactId>
96-
<version>2026.1.6</version>
96+
<version>2026.3.0</version>
9797
<scope>test</scope>
9898
</dependency>
9999
</dependencies>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-sysml-validation</artifactId>
26-
<version>2026.1.6</version>
26+
<version>2026.3.0</version>
2727
<name>syson-validation</name>
2828
<description>SysON SysMLv2 validation rules for Validation view</description>
2929

@@ -69,17 +69,17 @@
6969
<dependency>
7070
<groupId>org.eclipse.syson</groupId>
7171
<artifactId>syson-sysml-metamodel</artifactId>
72-
<version>2026.1.6</version>
72+
<version>2026.3.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.eclipse.syson</groupId>
7676
<artifactId>syson-sysml-metamodel-edit</artifactId>
77-
<version>2026.1.6</version>
77+
<version>2026.3.0</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.eclipse.syson</groupId>
8181
<artifactId>syson-services</artifactId>
82-
<version>2026.1.6</version>
82+
<version>2026.3.0</version>
8383
</dependency>
8484
<!-- Tests -->
8585
<dependency>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.eclipse.syson</groupId>
9797
<artifactId>syson-tests</artifactId>
98-
<version>2026.1.6</version>
98+
<version>2026.3.0</version>
9999
<scope>test</scope>
100100
</dependency>
101101
</dependencies>

backend/metamodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>org.eclipse.syson</groupId>
1919
<artifactId>syson-metamodel-parent</artifactId>
20-
<version>2026.1.6</version>
20+
<version>2026.3.0</version>
2121

2222
<name>syson-metamodel-parent</name>
2323
<description>SysON Metamodel Parent</description>

0 commit comments

Comments
 (0)