From 1c8443ffc64af120337740551307378d1c21535d Mon Sep 17 00:00:00 2001 From: Michal Skalski Date: Thu, 19 May 2016 14:40:19 +0200 Subject: [PATCH] Use ODL Be SR2 by default Change-Id: I357971ce0991263b09a2b03a1e2d41fff74b0377 --- pre_build_hook | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pre_build_hook b/pre_build_hook index cb244f5..c37da5d 100755 --- a/pre_build_hook +++ b/pre_build_hook @@ -7,7 +7,7 @@ set -eux # Where we can find odl karaf distribution tarball # can be http(s) url or absolute path -ODL_TARBALL_LOCATION=${ODL_TARBALL_LOCATION:-https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.4.1-Beryllium-SR1/distribution-karaf-0.4.1-Beryllium-SR1.tar.gz} +ODL_TARBALL_LOCATION=${ODL_TARBALL_LOCATION:-https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.4.2-Beryllium-SR2/distribution-karaf-0.4.2-Beryllium-SR2.tar.gz} JAVA8_URL=${JAVA8_URL:-https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa/+files/openjdk-8-jre-headless_8u72-b15-1~trusty1_amd64.deb} #ODL openflowjava NSH subtype patch related @@ -28,7 +28,7 @@ JARBALL=${JARBALL:-'openflowjava-extension-nicira'} bdart='' #Verion number used in deb/rpm package -ODL_VERSION_NUMBER=${ODL_VERSION_NUMBER:-0.4.1} +ODL_VERSION_NUMBER=${ODL_VERSION_NUMBER:-0.4.2} ODL_DESCRIPTION="OpenDaylight SDN Controller" TMP_NAME="karaf-odl.tar.gz"