Skip to content

Commit

Permalink
2prev
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed Feb 13, 2017
1 parent fbaccf1 commit 2e72e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.antigenomics</groupId>
<artifactId>vdjtools</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<packaging>jar</packaging>

<name>vdjtools</name>
Expand Down
2 changes: 1 addition & 1 deletion vdjtools
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jar=""

if [[ -z "$otherJar" ]];
then
for j in "$dir/../jar/vdjtools.jar" "$dir/vdjtools.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
for j in "$dir/../jar/vdjtools-1.1.3.jar" "$dir/vdjtools-1.1.3.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
do
if [[ -e "$j" ]];
then
Expand Down

0 comments on commit 2e72e60

Please sign in to comment.