diff --git a/Makefile b/Makefile index 3d77ae4e8..1d6afaa64 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ ONOS_URL ?= http://$(ONOS_HOST):8181/onos ONOS_CURL := curl --fail -sSL --user onos:rocks --noproxy localhost PIPECONF_APP_NAME := org.stratumproject.fabric-tna -PIPECONF_OAR_FILE := $(DIR)/target/fabric-tna-1.1.0.oar +PIPECONF_OAR_FILE := $(DIR)/target/fabric-tna-1.2.0-SNAPSHOT.oar # Profiles to build by default (all) PROFILES ?= fabric fabric-upf fabric-int fabric-upf-int diff --git a/pom.xml b/pom.xml index 907ed02b7..103b1995c 100644 --- a/pom.xml +++ b/pom.xml @@ -11,12 +11,12 @@ SPDX-License-Identifier: Apache-2.0 org.onosproject onos-dependencies - 2.5.7-rc2 + 2.5.7-SNAPSHOT org.stratumproject fabric-tna - 1.1.0 + 1.2.0-SNAPSHOT bundle @@ -27,7 +27,7 @@ SPDX-License-Identifier: Apache-2.0 org.onosproject segmentrouting-api - 3.2.0 + 3.3.0-SNAPSHOT /onos/fabrictna 1.1.0 Fabric-tna REST API