Skip to content

Commit

Permalink
[releng] Fix version in pom.xml for sirius-web-application module
Browse files Browse the repository at this point in the history
Signed-off-by: Florian ROUËNÉ <[email protected]>
  • Loading branch information
frouene authored and sbegaudeau committed Jul 9, 2024
1 parent 020b00e commit 4bc7002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/sirius-web/backend/sirius-web-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
Obeo - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -162,12 +162,12 @@
<dependency>
<groupId>org.eclipse.sirius</groupId>
<artifactId>sirius-components-widget-reference-view</artifactId>
<version>2024.5.4</version>
<version>2024.5.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.sirius</groupId>
<artifactId>sirius-components-widget-reference-view-edit</artifactId>
<version>2024.5.4</version>
<version>2024.5.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.sirius</groupId>
Expand Down

0 comments on commit 4bc7002

Please sign in to comment.