Skip to content

Commit

Permalink
Merge pull request #237 from MassBank/hotfix-2.1.3.1
Browse files Browse the repository at this point in the history
Release hotfix version 2.1.3.1
  • Loading branch information
meier-rene authored May 5, 2020
2 parents 0042af5 + 2e69267 commit 3ec41c9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MassBank-Project/MassBank-OpenAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>MassBank-Project</artifactId>
<groupId>de.ipb-halle.msbi</groupId>
<version>2.1.3</version>
<version>2.1.3.1</version>
</parent>

<artifactId>MassBank-OpenAPI</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion MassBank-Project/MassBank-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>MassBank-Project</artifactId>
<groupId>de.ipb-halle.msbi</groupId>
<version>2.1.3</version>
<version>2.1.3.1</version>
</parent>

<artifactId>MassBank-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion MassBank-Project/MassBank/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>MassBank-Project</artifactId>
<groupId>de.ipb-halle.msbi</groupId>
<version>2.1.3</version>
<version>2.1.3.1</version>
</parent>

<artifactId>MassBank</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion MassBank-Project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ipb-halle.msbi </groupId>
<artifactId>MassBank-Project</artifactId>
<version>2.1.3</version>
<version>2.1.3.1</version>
<name>MassBank Project</name>
<url>https://github.com/MassBank/MassBank-web</url>
<packaging>pom</packaging>
Expand Down
12 changes: 6 additions & 6 deletions compose/full-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ services:
- "mariadb:massbank_mariadb"

maven:
image: maven:latest
image: maven:3-jdk-11
volumes:
- $HOME/.m2:/var/maven/.m2
# - $HOME/.m2:/var/maven/.m2
- $PWD/MassBank-Project:/project
environment:
MAVEN_CONFIG: /var/maven/.m2
user: ${CURRENT_UID}
#environment:
# MAVEN_CONFIG: /var/maven/.m2
#user: ${CURRENT_UID}

dbupdate:
image: maven:latest
image: maven:3-jdk-11
volumes:
- $PWD/MassBank-Project:/project
- $PWD/conf/full-service.conf:/etc/massbank.conf
Expand Down

0 comments on commit 3ec41c9

Please sign in to comment.