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