Skip to content

Commit b892ba1

Browse files
committed
Release 5.4.1
1 parent 7bddd30 commit b892ba1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.0</version>
9+
<version>5.4.1</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.0</version>
13+
<version>5.4.1</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.0</version>
14+
<version>5.4.1</version>
1515
<relativePath>core/pom.xml</relativePath>
1616
</parent>
1717

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.0</version>
13+
<version>5.4.1</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.0
90+
You are running WINGS version: 5.4.1
9191
</p>
9292
</body>

0 commit comments

Comments
 (0)