Skip to content

Commit

Permalink
Bump version in preparation of SD-Fabric v1.0 RC1 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccascone committed Oct 8, 2021
1 parent 99e93b1 commit 798cb9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-dependencies</artifactId>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.5-rc1</version>
</parent>

<groupId>org.stratumproject</groupId>
<artifactId>fabric-tna</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc1</version>
<packaging>bundle</packaging>

<description>
Expand All @@ -27,7 +27,7 @@ SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
<properties>
<trellis.api.groupId>org.onosproject</trellis.api.groupId>
<trellis.api.artifactId>segmentrouting-api</trellis.api.artifactId>
<trellis.api.version>3.0.1-SNAPSHOT</trellis.api.version>
<trellis.api.version>3.1.0-rc1</trellis.api.version>
<web.context>/onos/fabrictna</web.context>
<api.version>1.0.0</api.version>
<api.title>Fabric-tna REST API</api.title>
Expand Down

0 comments on commit 798cb9e

Please sign in to comment.