Skip to content

Commit ca70ca8

Browse files
committed
[releng] Bump version to 2025.1.1
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent 67e4093 commit ca70ca8

File tree

38 files changed

+125
-124
lines changed

38 files changed

+125
-124
lines changed

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>2025.1.0</version>
20+
<version>2025.1.1</version>
2121

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

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

Lines changed: 6 additions & 6 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>2025.1.0</version>
26+
<version>2025.1.1</version>
2727
<name>syson-application-configuration</name>
2828
<description>SysON Application Configuration</description>
2929

@@ -69,27 +69,27 @@
6969
<dependency>
7070
<groupId>org.eclipse.syson</groupId>
7171
<artifactId>syson-sysml-metamodel</artifactId>
72-
<version>2025.1.0</version>
72+
<version>2025.1.1</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.eclipse.syson</groupId>
7676
<artifactId>syson-sysml-metamodel-edit</artifactId>
77-
<version>2025.1.0</version>
77+
<version>2025.1.1</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.eclipse.syson</groupId>
8181
<artifactId>syson-services</artifactId>
82-
<version>2025.1.0</version>
82+
<version>2025.1.1</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.eclipse.syson</groupId>
8686
<artifactId>syson-siriusweb-customnodes-metamodel</artifactId>
87-
<version>2025.1.0</version>
87+
<version>2025.1.1</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.eclipse.syson</groupId>
9191
<artifactId>syson-siriusweb-customnodes-metamodel-edit</artifactId>
92-
<version>2025.1.0</version>
92+
<version>2025.1.1</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.springframework.boot</groupId>

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>2025.1.0</version>
26+
<version>2025.1.1</version>
2727
<name>syson-application</name>
2828
<description>SysON Application</description>
2929

@@ -101,67 +101,67 @@
101101
<dependency>
102102
<groupId>org.eclipse.syson</groupId>
103103
<artifactId>syson-sysml-metamodel</artifactId>
104-
<version>2025.1.0</version>
104+
<version>2025.1.1</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.eclipse.syson</groupId>
108108
<artifactId>syson-sysml-metamodel-edit</artifactId>
109-
<version>2025.1.0</version>
109+
<version>2025.1.1</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.eclipse.syson</groupId>
113113
<artifactId>syson-frontend</artifactId>
114-
<version>2025.1.0</version>
114+
<version>2025.1.1</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.eclipse.syson</groupId>
118118
<artifactId>syson-application-configuration</artifactId>
119-
<version>2025.1.0</version>
119+
<version>2025.1.1</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.eclipse.syson</groupId>
123123
<artifactId>syson-sysml-rest-api-services</artifactId>
124-
<version>2025.1.0</version>
124+
<version>2025.1.1</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>org.eclipse.syson</groupId>
128128
<artifactId>syson-diagram-common-view</artifactId>
129-
<version>2025.1.0</version>
129+
<version>2025.1.1</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.eclipse.syson</groupId>
133133
<artifactId>syson-diagram-general-view</artifactId>
134-
<version>2025.1.0</version>
134+
<version>2025.1.1</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.eclipse.syson</groupId>
138138
<artifactId>syson-diagram-interconnection-view</artifactId>
139-
<version>2025.1.0</version>
139+
<version>2025.1.1</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.eclipse.syson</groupId>
143143
<artifactId>syson-diagram-actionflow-view</artifactId>
144-
<version>2025.1.0</version>
144+
<version>2025.1.1</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.eclipse.syson</groupId>
148148
<artifactId>syson-diagram-statetransition-view</artifactId>
149-
<version>2025.1.0</version>
149+
<version>2025.1.1</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>org.eclipse.syson</groupId>
153153
<artifactId>syson-tree-explorer-view</artifactId>
154-
<version>2025.1.0</version>
154+
<version>2025.1.1</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>org.eclipse.syson</groupId>
158158
<artifactId>syson-sysml-import</artifactId>
159-
<version>2025.1.0</version>
159+
<version>2025.1.1</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.eclipse.syson</groupId>
163163
<artifactId>syson-sysml-export</artifactId>
164-
<version>2025.1.0</version>
164+
<version>2025.1.1</version>
165165
</dependency>
166166

167167
<!-- Test Dependencies -->

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>2025.1.0</version>
26+
<version>2025.1.1</version>
2727
<name>syson-frontend</name>
2828
<description>SysON Frontend</description>
2929

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

Lines changed: 3 additions & 3 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>2025.1.0</version>
26+
<version>2025.1.1</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>2025.1.0</version>
72+
<version>2025.1.1</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.springframework.boot</groupId>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.eclipse.syson</groupId>
8787
<artifactId>syson-sysml-metamodel</artifactId>
88-
<version>2025.1.0</version>
88+
<version>2025.1.1</version>
8989
<type>test-jar</type>
9090
<scope>test</scope>
9191
</dependency>

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

Lines changed: 3 additions & 3 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>2025.1.0</version>
26+
<version>2025.1.1</version>
2727
<name>syson-sysml-import</name>
2828
<description>SysON SysML Import</description>
2929

@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.eclipse.syson</groupId>
6767
<artifactId>syson-sysml-metamodel</artifactId>
68-
<version>2025.1.0</version>
68+
<version>2025.1.1</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.springframework.boot</groupId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>org.eclipse.syson</groupId>
8383
<artifactId>syson-application-configuration</artifactId>
84-
<version>2025.1.0</version>
84+
<version>2025.1.1</version>
8585
<scope>test</scope>
8686
</dependency>
8787
</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>2025.1.0</version>
20+
<version>2025.1.1</version>
2121

2222
<name>syson-metamodel-parent</name>
2323
<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
@@ -23,7 +23,7 @@
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-siriusweb-customnodes-metamodel-edit</artifactId>
26-
<version>2025.1.0</version>
26+
<version>2025.1.1</version>
2727
<name>syson-siriusweb-customnodes-metamodel-edit</name>
2828
<description>SysON SysMLv2 Custom Nodes Metamodel - Edit Support</description>
2929

@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.eclipse.syson</groupId>
7272
<artifactId>syson-siriusweb-customnodes-metamodel</artifactId>
73-
<version>2025.1.0</version>
73+
<version>2025.1.1</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.eclipse.sirius</groupId>

backend/metamodel/syson-siriusweb-customnodes-metamodel/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-siriusweb-customnodes-metamodel</artifactId>
26-
<version>2025.1.0</version>
26+
<version>2025.1.1</version>
2727
<name>syson-siriusweb-customnodes-metamodel</name>
2828
<description>SysON SysMLv2 Custom Nodes Metamodel for Sirius Web</description>
2929

backend/metamodel/syson-sysml-metamodel-edit/pom.xml

Lines changed: 2 additions & 2 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-metamodel-edit</artifactId>
26-
<version>2025.1.0</version>
26+
<version>2025.1.1</version>
2727
<name>syson-sysml-metamodel-edit</name>
2828
<description>SysON SysMLv2 Metamodel - Edit Support</description>
2929

@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.eclipse.syson</groupId>
7676
<artifactId>syson-sysml-metamodel</artifactId>
77-
<version>2025.1.0</version>
77+
<version>2025.1.1</version>
7878
</dependency>
7979
</dependencies>
8080

backend/metamodel/syson-sysml-metamodel/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-sysml-metamodel</artifactId>
26-
<version>2025.1.0</version>
26+
<version>2025.1.1</version>
2727
<name>syson-sysml-metamodel</name>
2828
<description>SysON SysMLv2 Metamodel</description>
2929

backend/releng/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-releng-parent</artifactId>
20-
<version>2025.1.0</version>
20+
<version>2025.1.1</version>
2121

2222
<name>syson-releng-parent</name>
2323
<description>SysON Releng Parent</description>

backend/releng/syson-test-coverage/pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
2525
<artifactId>syson-test-coverage</artifactId>
26-
<version>2025.1.0</version>
26+
<version>2025.1.1</version>
2727
<name>syson-test-coverage-aggregation</name>
2828
<description>SysON Test Coverage Aggregation</description>
2929

@@ -43,87 +43,87 @@
4343
<dependency>
4444
<groupId>org.eclipse.syson</groupId>
4545
<artifactId>syson-sysml-metamodel</artifactId>
46-
<version>2025.1.0</version>
46+
<version>2025.1.1</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.eclipse.syson</groupId>
5050
<artifactId>syson-sysml-metamodel-edit</artifactId>
51-
<version>2025.1.0</version>
51+
<version>2025.1.1</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.eclipse.syson</groupId>
5555
<artifactId>syson-siriusweb-customnodes-metamodel</artifactId>
56-
<version>2025.1.0</version>
56+
<version>2025.1.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.eclipse.syson</groupId>
6060
<artifactId>syson-siriusweb-customnodes-metamodel-edit</artifactId>
61-
<version>2025.1.0</version>
61+
<version>2025.1.1</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.eclipse.syson</groupId>
6565
<artifactId>syson-direct-edit-grammar</artifactId>
66-
<version>2025.1.0</version>
66+
<version>2025.1.1</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.eclipse.syson</groupId>
7070
<artifactId>syson-services</artifactId>
71-
<version>2025.1.0</version>
71+
<version>2025.1.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.eclipse.syson</groupId>
7575
<artifactId>syson-sysml-rest-api-services</artifactId>
76-
<version>2025.1.0</version>
76+
<version>2025.1.1</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.eclipse.syson</groupId>
8080
<artifactId>syson-sysml-import</artifactId>
81-
<version>2025.1.0</version>
81+
<version>2025.1.1</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.eclipse.syson</groupId>
8585
<artifactId>syson-sysml-export</artifactId>
86-
<version>2025.1.0</version>
86+
<version>2025.1.1</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.eclipse.syson</groupId>
9090
<artifactId>syson-diagram-common-view</artifactId>
91-
<version>2025.1.0</version>
91+
<version>2025.1.1</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.eclipse.syson</groupId>
9595
<artifactId>syson-diagram-general-view</artifactId>
96-
<version>2025.1.0</version>
96+
<version>2025.1.1</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.eclipse.syson</groupId>
100100
<artifactId>syson-diagram-actionflow-view</artifactId>
101-
<version>2025.1.0</version>
101+
<version>2025.1.1</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.eclipse.syson</groupId>
105105
<artifactId>syson-diagram-statetransition-view</artifactId>
106-
<version>2025.1.0</version>
106+
<version>2025.1.1</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.eclipse.syson</groupId>
110110
<artifactId>syson-diagram-interconnection-view</artifactId>
111-
<version>2025.1.0</version>
111+
<version>2025.1.1</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.eclipse.syson</groupId>
115115
<artifactId>syson-tree-explorer-view</artifactId>
116-
<version>2025.1.0</version>
116+
<version>2025.1.1</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.eclipse.syson</groupId>
120120
<artifactId>syson-application-configuration</artifactId>
121-
<version>2025.1.0</version>
121+
<version>2025.1.1</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.eclipse.syson</groupId>
125125
<artifactId>syson-application</artifactId>
126-
<version>2025.1.0</version>
126+
<version>2025.1.1</version>
127127
</dependency>
128128
</dependencies>
129129

backend/services/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-services-parent</artifactId>
20-
<version>2025.1.0</version>
20+
<version>2025.1.1</version>
2121

2222
<name>syson-services-parent</name>
2323
<description>SysON Services Parent</description>

0 commit comments

Comments
 (0)