Skip to content

Commit

Permalink
Merge pull request #84 from jmmut/develop
Browse files Browse the repository at this point in the history
updating to biodata 0.4.6 and opencga 0.5.3
  • Loading branch information
jorizci authored Feb 8, 2017
2 parents 5f6f3b6 + 70608fd commit 451442e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions install-dependencies.sh
Original file line number Diff line number Diff line change
@@ -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 ..

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

<properties>
<java.version>1.8</java.version>
<opencga.version>0.5.2</opencga.version>
<biodata.version>0.4.5</biodata.version>
<opencga.version>0.5.3</opencga.version>
<biodata.version>0.4.6</biodata.version>
<cellbase.version>3.1.3</cellbase.version>
<postgresql.version>9.1-901-1.jdbc4</postgresql.version>
<mongo-java-driver.version>2.14.2</mongo-java-driver.version>
Expand Down

0 comments on commit 451442e

Please sign in to comment.