From 022a6a85f8c9dce3821a82455baa1cefa057dd58 Mon Sep 17 00:00:00 2001
From: Pier Luigi Ventre <5659115+pierventre@users.noreply.github.com>
Date: Fri, 11 Mar 2022 11:39:51 -0800
Subject: [PATCH] Release version 1.1.0 (#505)
---
Makefile | 2 +-
pom.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 2e29912c9..3d77ae4e8 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-SNAPSHOT.oar
+PIPECONF_OAR_FILE := $(DIR)/target/fabric-tna-1.1.0.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 d222ba612..907ed02b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,12 +11,12 @@ SPDX-License-Identifier: Apache-2.0
org.onosproject
onos-dependencies
- 2.5.7-SNAPSHOT
+ 2.5.7-rc2
org.stratumproject
fabric-tna
- 1.1.0-SNAPSHOT
+ 1.1.0
bundle
@@ -27,7 +27,7 @@ SPDX-License-Identifier: Apache-2.0
org.onosproject
segmentrouting-api
- 3.2.0-SNAPSHOT
+ 3.2.0
/onos/fabrictna
1.1.0
Fabric-tna REST API