Skip to content

Commit

Permalink
Release 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Jan 4, 2023
1 parent 7a4cc25 commit d6919d4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.3.3</version>
<version>5.3.4</version>
<name>Wings Core</name>
<packaging>pom</packaging>
<description>Wings project for the IKCAP group</description>
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
wings:
image: "ikcap/wings:5.3.3"
image: "ikcap/wings:5.3.4"
environment:
WINGS_MODE: dind
volumes:
Expand Down
2 changes: 1 addition & 1 deletion planner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.3.3</version>
<version>5.3.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.3.3</version>
<version>5.3.4</version>
<relativePath>core/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion portal/.settings/org.eclipse.wst.common.component
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@


<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
<dependent-module archiveName="wings-planner-5.3.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/wings-planner/wings-planner">
<dependent-module archiveName="wings-planner-5.3.3.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/wings-planner/wings-planner">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="ontapi-1.3.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ontapi/ontapi">
Expand Down
2 changes: 1 addition & 1 deletion portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.3.3</version>
<version>5.3.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion portal/src/main/webapp/html/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ <h2>About Wings</h2>
</p>

<p>
You are running WINGS version: 5.3.3
You are running WINGS version: 5.3.4
</p>
</body>

0 comments on commit d6919d4

Please sign in to comment.