Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Apr 14, 2023
1 parent 5278c6f commit e771eaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lifs-tools</groupId>
<artifactId>lifs-goslin-webapp</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>jar</packaging>
<description>Grammar of Succinct Lipid Nomenclature - Webapplication and REST service for parsing, validation and normalization of lipid names.</description>
<name>LIFS Goslin webapp.</name>
Expand Down
7 changes: 6 additions & 1 deletion src/main/resources/news.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,9 @@ news.news[9].content = <p>This release updates the internal implementation to us
news.news[9].link = https://github.com/lifs-tools/goslin-webapp/releases/tag/v2.1.0
news.news[9].date = v2.1.0 - April 13th, 2023
news.news[9].title = Update to Goslin 2.1.0
news.news[9].content = <p>This release updates the internal implementation to use Goslin 2.1.0 fixing various issues and adding support for more lipid classes, deuterated lipids and improved support for Glycosphingolipids. This update includes the updated LIPID MAPS LMSD database as of March 3rd 2023. To track progress of Goslin updates, please check our jgoslin <a href="https://github.com/lifs-tools/jgoslin/releases" target="_blank">release page</a> and <a href="https://github.com/lifs-tools/goslin/issues" target="_blank">GitHub issues page</a>.</p>
news.news[9].content = <p>This release updates the internal implementation to use Goslin 2.1.0 fixing various issues and adding support for more lipid classes, deuterated lipids and improved support for Glycosphingolipids. This update includes the updated LIPID MAPS LMSD database as of March 3rd 2023. To track progress of Goslin updates, please check our jgoslin <a href="https://github.com/lifs-tools/jgoslin/releases" target="_blank">release page</a> and <a href="https://github.com/lifs-tools/goslin/issues" target="_blank">GitHub issues page</a>.</p>

news.news[10].link = https://github.com/lifs-tools/goslin-webapp/releases/tag/v2.1.1
news.news[10].date = v2.1.1 - April 14th, 2023
news.news[10].title = Update to Goslin 2.1.1
news.news[10].content = <p>This release fixes the REST API description. To track progress of Goslin updates, please check our jgoslin <a href="https://github.com/lifs-tools/jgoslin/releases" target="_blank">release page</a> and <a href="https://github.com/lifs-tools/goslin/issues" target="_blank">GitHub issues page</a>.</p>

0 comments on commit e771eaa

Please sign in to comment.