From 798cb9ec834f4aacfc38167d43b4b40cf71a0f53 Mon Sep 17 00:00:00 2001 From: Carmelo Cascone Date: Thu, 7 Oct 2021 21:42:58 -0700 Subject: [PATCH] Bump version in preparation of SD-Fabric v1.0 RC1 (#403) --- Makefile | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 7a0aec4c7..e5ea8d67e 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.0.0-SNAPSHOT.oar +PIPECONF_OAR_FILE := $(DIR)/target/fabric-tna-1.0.0-rc1.oar # Profiles to build by default (all) PROFILES ?= fabric fabric-spgw fabric-int fabric-spgw-int diff --git a/pom.xml b/pom.xml index 946b4a7ee..c5429442c 100644 --- a/pom.xml +++ b/pom.xml @@ -11,12 +11,12 @@ SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 org.onosproject onos-dependencies - 2.5.3-SNAPSHOT + 2.5.5-rc1 org.stratumproject fabric-tna - 1.0.0-SNAPSHOT + 1.0.0-rc1 bundle @@ -27,7 +27,7 @@ SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 org.onosproject segmentrouting-api - 3.0.1-SNAPSHOT + 3.1.0-rc1 /onos/fabrictna 1.0.0 Fabric-tna REST API