Skip to content

Commit

Permalink
Start 1.2.0-SNAPSHOT (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierventre committed Mar 11, 2022
1 parent 022a6a8 commit 04bf11b
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.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
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: Apache-2.0
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-dependencies</artifactId>
<version>2.5.7-rc2</version>
<version>2.5.7-SNAPSHOT</version>
</parent>

<groupId>org.stratumproject</groupId>
<artifactId>fabric-tna</artifactId>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<description>
Expand All @@ -27,7 +27,7 @@ SPDX-License-Identifier: Apache-2.0
<properties>
<trellis.api.groupId>org.onosproject</trellis.api.groupId>
<trellis.api.artifactId>segmentrouting-api</trellis.api.artifactId>
<trellis.api.version>3.2.0</trellis.api.version>
<trellis.api.version>3.3.0-SNAPSHOT</trellis.api.version>
<web.context>/onos/fabrictna</web.context>
<api.version>1.1.0</api.version>
<api.title>Fabric-tna REST API</api.title>
Expand Down

0 comments on commit 04bf11b

Please sign in to comment.