Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed May 3, 2022
1 parent 51fa5e9 commit 9b6c16d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.0.0</version>
<version>2.0.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 Expand Up @@ -73,7 +73,7 @@
<spring.boot.version>2.5.6</spring.boot.version>
<springfox.version>3.0.0</springfox.version>
<lifs.webapps.common.version>1.1.27</lifs.webapps.common.version>
<jgoslin.version>2.0.0</jgoslin.version>
<jgoslin.version>2.0.1</jgoslin.version>
<jacoco.version>jacoco.version</jacoco.version>
<assembly.dir>${project.artifactId}</assembly.dir>
<app.name>goslin</app.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 @@ -50,4 +50,9 @@ news.news[6].content = <p>This release fixes some issues with database loading a
news.news[7].link = https://github.com/lifs-tools/goslin-webapp/releases/tag/v2.0.0
news.news[7].date = v2.0.0 - March 8th, 2022
news.news[7].title = Update to Goslin 2.0
news.news[7].content = <p>This release updates the internal implementation to use Goslin 2.0, which supports the updated <a href="https://www.jlr.org/article/S0022-2275(20)60017-7/fulltext" target="_blank">LIPID MAPS nomenclature and shorthand notation</a>. We have also updated the LIPID MAPS database mapping to the latest version as of October 28th, 2021. To track progress of Goslin updates, please check our <a href="https://github.com/lifs-tools/goslin/issues" target="_blank">GitHub issues page</a>.</p>
news.news[7].content = <p>This release updates the internal implementation to use Goslin 2.0, which supports the updated <a href="https://www.jlr.org/article/S0022-2275(20)60017-7/fulltext" target="_blank">LIPID MAPS nomenclature and shorthand notation</a>. We have also updated the LIPID MAPS database mapping to the latest version as of October 28th, 2021. To track progress of Goslin updates, please check our <a href="https://github.com/lifs-tools/goslin/issues" target="_blank">GitHub issues page</a>.</p>

news.news[8].link = https://github.com/lifs-tools/goslin-webapp/releases/tag/v2.0.1
news.news[8].date = v2.0.1 - May 3rd, 2022
news.news[8].title = Update to Goslin 2.0.1
news.news[8].content = <p>This release updates the internal implementation to use Goslin 2.0.1 to fix an issue with normalized head group names. To track progress of Goslin updates, please check our <a href="https://github.com/lifs-tools/goslin/issues" target="_blank">GitHub issues page</a>.</p>

0 comments on commit 9b6c16d

Please sign in to comment.