Skip to content

Commit

Permalink
Release 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Jan 4, 2023
1 parent a981141 commit 9e6839c
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.3.2</version>
<version>5.3.3</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
@@ -1,7 +1,7 @@
version: '3'
services:
wings:
image: "ikcap/wings:5.3.2"
image: "ikcap/wings:5.3.3"
environment:
WINGS_MODE: dind
volumes:
Expand Down
2 changes: 1 addition & 1 deletion planner/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
<relativePath>../core/pom.xml</relativePath>
</parent>

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

Expand Down
32 changes: 21 additions & 11 deletions portal/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">






Expand All @@ -13,7 +14,8 @@


<wb-module deploy-name="wings-portal-5.2.3">






Expand All @@ -27,7 +29,8 @@


<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>






Expand All @@ -41,7 +44,8 @@


<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>






Expand All @@ -55,7 +59,8 @@


<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>






Expand All @@ -69,16 +74,18 @@


<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>




<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
<dependent-module archiveName="wings-planner-5.3.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/wings-planner/wings-planner">
<dependent-module archiveName="wings-planner-5.3.2.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">
<dependency-type>uses</dependency-type>
</dependent-module>






Expand All @@ -92,7 +99,8 @@


<property name="context-root" value="wings-portal"/>






Expand All @@ -106,7 +114,8 @@


<property name="java-output-path" value="/wings-portal/target/classes"/>






Expand All @@ -120,7 +129,8 @@


</wb-module>






Expand Down
2 changes: 1 addition & 1 deletion portal/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
<relativePath>../core/pom.xml</relativePath>
</parent>

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

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

0 comments on commit 9e6839c

Please sign in to comment.