From 70608fd4ac449eff9719d1632227f9c2d97f32af Mon Sep 17 00:00:00 2001 From: jose miguel mut Date: Wed, 8 Feb 2017 16:18:56 +0000 Subject: [PATCH] updating to biodata 0.4.6 and opencga 0.5.3 --- install-dependencies.sh | 10 ++++------ pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/install-dependencies.sh b/install-dependencies.sh index b2ea76f22..d675e28cd 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -1,13 +1,11 @@ #!/usr/bin/env sh -git clone -b hotfix/0.5 https://github.com/opencb/opencga.git -cd opencga +git clone -b hotfix/0.4 https://github.com/EBIvariation/biodata.git +cd biodata mvn install -DskipTests cd .. -git clone https://github.com/EBIvariation/biodata.git -cd biodata -git checkout hotfix/0.4 +git clone -b hotfix/0.5 https://github.com/EBIVariation/opencga.git +cd opencga mvn install -DskipTests cd .. - diff --git a/pom.xml b/pom.xml index 5eb84d95b..b9bfb4bb6 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ 1.8 - 0.5.2 - 0.4.5 + 0.5.3 + 0.4.6 3.1.3 9.1-901-1.jdbc4 2.14.2