Skip to content

Commit

Permalink
Release 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Jun 7, 2024
1 parent fc58166 commit f1b2c79
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file added .DS_Store
Binary file not shown.
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.5.0</version>
<version>5.5.1</version>
<name>Wings Core</name>
<packaging>pom</packaging>
<description>Wings project for the IKCAP group</description>
Expand Down
6 changes: 3 additions & 3 deletions planner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<parent>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.5.0</version>
<version>5.5.1</version>
<relativePath>../core/pom.xml</relativePath>
</parent>

<properties>
<jsch.version>0.1.53</jsch.version>
<ontapi.version>1.3.2</ontapi.version>
<ontapi.version>1.3.3</ontapi.version>
<nanocloud.version>0.8.11</nanocloud.version>
<gson.version>2.2.4</gson.version>
<junit.version>4.5</junit.version>
Expand Down Expand Up @@ -137,4 +137,4 @@
</dependency>
</dependencies>

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

Expand Down
2 changes: 1 addition & 1 deletion portal/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.5.0</version>
<version>5.5.1</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.5.0
You are running WINGS version: 5.5.1
</p>
</body>

0 comments on commit f1b2c79

Please sign in to comment.