Skip to content

Commit 2a49b4a

Browse files
committed
Updated JCompilo for default HTTPS repo changes
1 parent 9a97ea9 commit 2a49b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jcompilo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ set -e
44
JAVA_VERSION=${JAVA_VERSION-7}
55
JAVA_OPTS="-server -XX:+TieredCompilation -Djava.net.useSystemProxies=true ${JAVA_OPTS}"
66
BUILD_NUMBER=${BUILD_NUMBER-dev.build}
7-
version=194
7+
version=1.10
88
artifact=jcompilo
99
group=com/googlecode/${artifact}
10-
repo=repo.bodar.com
10+
repo=dl.bintray.com/bodar/maven
1111
dir=lib/
1212
jar=${dir}${artifact}.jar
1313
pack=${dir}${artifact}.pack.gz

0 commit comments

Comments
 (0)