Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau committed Jul 19, 2018
2 parents 4500aa0 + bb15c91 commit 831648a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Sequence management services managing laboratory workflows leading to DNA sequen
seqdb-api is an implementation of the Sequence Module for the [DINA project](https://www.dina-project.net/).

## Status
Currently under developement, see [Release Notes](RELEASE_NOTES.md) for details.
Currently under development, see [Release Notes](RELEASE_NOTES.md) for details.

## Required

Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ca.gc.aafc</groupId>
<artifactId>seqdb.api</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>seqdb.api</name>
Expand All @@ -19,6 +19,9 @@
<!-- seqdb.dbi is pulled from lib/ folder -->
<seqdb.dbi.version>3.19-SNAPSHOT</seqdb.dbi.version>

<!-- Temporary fix until https://github.com/h2database/h2database/pull/1070 is available (1.4.198 I would guess) -->
<h2.version>1.4.196</h2.version>

<spotbugs-maven-plugin.version>3.1.5</spotbugs-maven-plugin.version>
<!-- Override SpringBoot version (3.6) to avoid NoClassDefFoundError: org/apache/maven/doxia/siterenderer/DocumentContent -->
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
Expand Down

0 comments on commit 831648a

Please sign in to comment.