We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa51c90 commit 39c89c4Copy full SHA for 39c89c4
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.antigenomics</groupId>
6
<artifactId>vdjtools</artifactId>
7
- <version>1.1.10-SNAPSHOT</version>
+ <version>1.1.10</version>
8
<packaging>jar</packaging>
9
10
<name>vdjtools</name>
vdjtools
@@ -116,7 +116,7 @@ jar=""
116
117
if [[ -z "$otherJar" ]];
118
then
119
- for j in "$dir/../jar/vdjtools-1.1.9.jar" "$dir/vdjtools-1.1.9.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
+ for j in "$dir/../jar/vdjtools-1.1.10.jar" "$dir/vdjtools-1.1.10.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
120
do
121
if [[ -e "$j" ]];
122
0 commit comments