Skip to content

Commit 13e3223

Browse files
authored
Merge pull request #69 from cyenyxe/develop
EVA-917 Bugfix for allele frequencies not correctly mapped from Mongo to JSON
2 parents 725f8ab + 061e259 commit 13e3223

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eva-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>uk.ac.ebi.eva</groupId>
77
<artifactId>eva</artifactId>
8-
<version>1.5</version>
8+
<version>1.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

eva-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>eva</artifactId>
77
<groupId>uk.ac.ebi.eva</groupId>
8-
<version>1.5</version>
8+
<version>1.5.1</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>uk.ac.ebi.eva</groupId>
88
<artifactId>eva</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.5</version>
10+
<version>1.5.1</version>
1111

1212
<modules>
1313
<module>eva-lib</module>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>uk.ac.ebi.eva</groupId>
4949
<artifactId>variation-commons</artifactId>
50-
<version>0.4.2</version>
50+
<version>0.4.3</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.postgresql</groupId>

0 commit comments

Comments
 (0)