Skip to content

Commit 39c89c4

Browse files
committed
Version upd
1 parent aa51c90 commit 39c89c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.antigenomics</groupId>
66
<artifactId>vdjtools</artifactId>
7-
<version>1.1.10-SNAPSHOT</version>
7+
<version>1.1.10</version>
88
<packaging>jar</packaging>
99

1010
<name>vdjtools</name>

vdjtools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jar=""
116116

117117
if [[ -z "$otherJar" ]];
118118
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)
119+
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)
120120
do
121121
if [[ -e "$j" ]];
122122
then

0 commit comments

Comments
 (0)