Skip to content

Commit 6fc63cf

Browse files
committed
Release 5.4.2
1 parent f79ccbc commit 6fc63cf

File tree

6 files changed

+26
-16
lines changed

6 files changed

+26
-16
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>edu.isi.wings</groupId>
88
<artifactId>wings-core</artifactId>
9-
<version>5.4.1</version>
9+
<version>5.4.2</version>
1010
<name>Wings Core</name>
1111
<packaging>pom</packaging>
1212
<description>Wings project for the IKCAP group</description>

planner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>edu.isi.wings</groupId>
1212
<artifactId>wings-core</artifactId>
13-
<version>5.4.1</version>
13+
<version>5.4.2</version>
1414
<relativePath>../core/pom.xml</relativePath>
1515
</parent>
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>edu.isi.wings</groupId>
1313
<artifactId>wings-core</artifactId>
14-
<version>5.4.1</version>
14+
<version>5.4.2</version>
1515
<relativePath>core/pom.xml</relativePath>
1616
</parent>
1717

portal/.settings/org.eclipse.wst.common.component

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2-
2+
3+
34

45

56

@@ -14,7 +15,8 @@
1415

1516

1617
<wb-module deploy-name="wings-portal-5.2.3">
17-
18+
19+
1820

1921

2022

@@ -29,7 +31,8 @@
2931

3032

3133
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
32-
34+
35+
3336

3437

3538

@@ -44,7 +47,8 @@
4447

4548

4649
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
47-
50+
51+
4852

4953

5054

@@ -59,7 +63,8 @@
5963

6064

6165
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
62-
66+
67+
6368

6469

6570

@@ -74,17 +79,19 @@
7479

7580

7681
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
77-
82+
83+
7884

7985

8086
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
81-
<dependent-module archiveName="wings-planner-5.3.5.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/wings-planner/wings-planner">
87+
<dependent-module archiveName="wings-planner-5.4.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/wings-planner/wings-planner">
8288
<dependency-type>uses</dependency-type>
8389
</dependent-module>
8490
<dependent-module archiveName="ontapi-1.3.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ontapi/ontapi">
8591
<dependency-type>uses</dependency-type>
8692
</dependent-module>
87-
93+
94+
8895

8996

9097

@@ -99,7 +106,8 @@
99106

100107

101108
<property name="context-root" value="wings-portal"/>
102-
109+
110+
103111

104112

105113

@@ -114,7 +122,8 @@
114122

115123

116124
<property name="java-output-path" value="/wings-portal/target/classes"/>
117-
125+
126+
118127

119128

120129

@@ -129,7 +138,8 @@
129138

130139

131140
</wb-module>
132-
141+
142+
133143

134144

135145

portal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>edu.isi.wings</groupId>
1212
<artifactId>wings-core</artifactId>
13-
<version>5.4.1</version>
13+
<version>5.4.2</version>
1414
<relativePath>../core/pom.xml</relativePath>
1515
</parent>
1616

portal/src/main/webapp/html/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ <h2>About Wings</h2>
8787
</p>
8888

8989
<p>
90-
You are running WINGS version: 5.4.1
90+
You are running WINGS version: 5.4.2
9191
</p>
9292
</body>

0 commit comments

Comments
 (0)