Skip to content

Commit

Permalink
[releng] Bump version to 2024.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
  • Loading branch information
AxelRICHARD committed Aug 8, 2024
1 parent d3ea50c commit dba101d
Show file tree
Hide file tree
Showing 35 changed files with 1,165 additions and 773 deletions.
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>2024.7.3</version>
<version>2024.7.4</version>

<name>syson-application-parent</name>
<description>SysON Application Parent</description>
Expand Down
12 changes: 6 additions & 6 deletions backend/application/syson-application-configuration/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-application-configuration</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-application-configuration</name>
<description>SysON Application Configuration</description>

Expand Down Expand Up @@ -69,27 +69,27 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel-edit</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-services</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-siriusweb-customnodes-metamodel</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-siriusweb-customnodes-metamodel-edit</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down
2 changes: 1 addition & 1 deletion backend/application/syson-application/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18.7
RUN adduser --disabled-password myuser
RUN apt-get update && apt-get install -y openjdk-17-jre && apt-get clean cache
COPY target/syson-application-2024.7.3.jar ./app.jar
COPY target/syson-application-2024.7.4.jar ./app.jar
EXPOSE 8080
USER myuser
ENTRYPOINT ["java","-jar","/app.jar"]
24 changes: 12 additions & 12 deletions backend/application/syson-application/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-application</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-application</name>
<description>SysON Application</description>

Expand Down Expand Up @@ -101,57 +101,57 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel-edit</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-frontend</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-application-configuration</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-common-view</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-general-view</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-interconnection-view</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-actionflow-view</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-statetransition-view</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-import</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-export</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</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>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-frontend</name>
<description>SysON Frontend</description>

Expand Down
6 changes: 3 additions & 3 deletions backend/application/syson-sysml-export/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-export</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-sysml-export</name>
<description>SysON SysML Export</description>

Expand Down Expand Up @@ -69,13 +69,13 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<!-- Import test jar to access org.eclipse.syson.sysml.util -->
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions backend/application/syson-sysml-import/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-import</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-sysml-import</name>
<description>SysON SysML Import</description>

Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down
2 changes: 1 addition & 1 deletion backend/metamodel/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-metamodel-parent</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</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,7 +23,7 @@
</parent>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-siriusweb-customnodes-metamodel-edit</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-siriusweb-customnodes-metamodel-edit</name>
<description>SysON SysMLv2 Custom Nodes Metamodel - Edit Support</description>

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

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>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-sysml-metamodel-edit</name>
<description>SysON SysMLv2 Metamodel - Edit Support</description>

Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</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>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-sysml-metamodel</name>
<description>SysON SysMLv2 Metamodel</description>

Expand Down
2 changes: 1 addition & 1 deletion backend/services/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-services-parent</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>

<name>syson-services-parent</name>
<description>SysON Services Parent</description>
Expand Down
4 changes: 2 additions & 2 deletions backend/services/syson-services/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-services</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-services</name>
<description>SysON Services</description>

Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/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-tests-parent</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>

<name>syson-tests-parent</name>
<description>SysON Tests Parent</description>
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/syson-tests/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-tests</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-tests</name>
<description>SysON Tests</description>

Expand Down
2 changes: 1 addition & 1 deletion backend/views/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-views-parent</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>

<name>syson-views-parent</name>
<description>SysON Views Parent</description>
Expand Down
10 changes: 5 additions & 5 deletions backend/views/syson-diagram-actionflow-view/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-diagram-actionflow-view</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-diagram-actionflow-view</name>
<description>SysON Sirius Web diagram description of the SysMLv2 Action Flow View</description>

Expand Down Expand Up @@ -93,17 +93,17 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-services</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-common-view</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand All @@ -119,7 +119,7 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-diagram-tests</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions backend/views/syson-diagram-common-view/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-diagram-common-view</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
<name>syson-diagram-common-view</name>
<description>SysON Sirius Web common elements for SysMLv2 diagrams</description>

Expand Down Expand Up @@ -73,22 +73,22 @@
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-sysml-metamodel</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-siriusweb-customnodes-metamodel</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-siriusweb-customnodes-metamodel-edit</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.syson</groupId>
<artifactId>syson-services</artifactId>
<version>2024.7.3</version>
<version>2024.7.4</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down
Loading

0 comments on commit dba101d

Please sign in to comment.