Skip to content

Commit fc58166

Browse files
committed
Release 5.5.0
1 parent cee7714 commit fc58166

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.3</version>
9+
<version>5.5.0</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
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>edu.isi.wings</groupId>
1313
<artifactId>wings-core</artifactId>
14-
<version>5.4.3</version>
14+
<version>5.5.0</version>
1515
<relativePath>../core/pom.xml</relativePath>
1616
</parent>
1717

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>edu.isi.wings</groupId>
1414
<artifactId>wings-core</artifactId>
15-
<version>5.4.3</version>
15+
<version>5.5.0</version>
1616
<relativePath>core/pom.xml</relativePath>
1717
</parent>
1818

portal/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.3</version>
14+
<version>5.5.0</version>
1515
<relativePath>../core/pom.xml</relativePath>
1616
</parent>
1717

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

0 commit comments

Comments
 (0)