Skip to content

Commit

Permalink
Merge pull request #69 from cyenyxe/develop
Browse files Browse the repository at this point in the history
EVA-917 Bugfix for allele frequencies not correctly mapped from Mongo to JSON
  • Loading branch information
pabarcgar committed Sep 28, 2017
2 parents 725f8ab + 061e259 commit 13e3223
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eva-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.ac.ebi.eva</groupId>
<artifactId>eva</artifactId>
<version>1.5</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion eva-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eva</artifactId>
<groupId>uk.ac.ebi.eva</groupId>
<version>1.5</version>
<version>1.5.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>uk.ac.ebi.eva</groupId>
<artifactId>eva</artifactId>
<packaging>pom</packaging>
<version>1.5</version>
<version>1.5.1</version>

<modules>
<module>eva-lib</module>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>uk.ac.ebi.eva</groupId>
<artifactId>variation-commons</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down

0 comments on commit 13e3223

Please sign in to comment.