Skip to content

Commit

Permalink
init for release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskamphuis committed Jun 20, 2019
1 parent 3592ddf commit 62ef2bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions init
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
echo Downloading anserini.jar...
wget -q http://central.maven.org/maven2/io/anserini/anserini/0.4.0/anserini-0.4.0-fatjar.jar -O anserini.jar
echo Downloading OldDog...
# wget -q https://github.com/Chriskamphuis/olddog/archive/v0.1.0.tar.gz
# tar xzf v0.1.0.tar.gz
# mv olddog-0.1.0 olddog
git clone https://github.com/chriskamphuis/olddog
wget -q https://github.com/Chriskamphuis/olddog/archive/v0.2.0.tar.gz
tar xzf v0.2.0.tar.gz
mv olddog-0.2.0 olddog
cd olddog
echo Building OldDog...
mvn -q clean package appassembler:assemble

0 comments on commit 62ef2bf

Please sign in to comment.