Skip to content

Commit

Permalink
Change build host to build.geoserver.org and build URL to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
bencaradocdavies committed Dec 20, 2017
1 parent 7c1cd29 commit 0d7a327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ if [ -z $DIST_PATH ]; then
fi

if [ -z $DIST_HOST ]; then
DIST_HOST=ares.boundlessgeo.com
DIST_HOST=build.geoserver.org
fi

if [ -z $DIST_URL ]; then
DIST_URL=http://$DIST_HOST/geoserver/release
DIST_URL=https://$DIST_HOST/geoserver/release
fi

if [ -z $DIST_PORT ]; then
Expand Down

0 comments on commit 0d7a327

Please sign in to comment.