mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
Starting snapshot 2.7.0-SNAPSHOT
Change-Id: I20289f264e33b99e8ef073a8e6384857383a4e65
This commit is contained in:
parent
a01cc5b324
commit
3b7fa577da
@ -38,7 +38,7 @@ public class VersionManager implements VersionService {
|
||||
private final Logger log = LoggerFactory.getLogger(getClass());
|
||||
|
||||
private static final File VERSION_FILE = new File("../VERSION");
|
||||
private static Version version = Version.version("2.6.0-SNAPSHOT");
|
||||
private static Version version = Version.version("2.7.0-SNAPSHOT");
|
||||
|
||||
@Activate
|
||||
protected void activate() {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
ONOS_VERSION = "2.6.0-SNAPSHOT"
|
||||
ONOS_VERSION = "2.7.0-SNAPSHOT"
|
||||
ONOS_ARTIFACT_BASE = "onos-"
|
||||
ONOS_GROUP_ID = "org.onosproject"
|
||||
ONOS_ORIGIN = "ONOS Community"
|
||||
|
||||
@ -18,8 +18,8 @@ export PATH="$ONOS_ROOT/tools/build:$PATH"
|
||||
export BUILD_NUMBER=${BUILD_NUMBER:-$(id -un)}
|
||||
|
||||
# ONOS Version and onos.tar.gz staging environment
|
||||
export ONOS_POM_VERSION="2.6.0-SNAPSHOT"
|
||||
export ONOS_VERSION=${ONOS_VERSION:-2.6.0.$BUILD_NUMBER}
|
||||
export ONOS_POM_VERSION="2.7.0-SNAPSHOT"
|
||||
export ONOS_VERSION=${ONOS_VERSION:-2.7.0.$BUILD_NUMBER}
|
||||
|
||||
# ONOS production bits (onos.tar.gz, onos.zip, onos.deb, onos.rpm) staging environment
|
||||
export ONOS_BITS=onos-${ONOS_VERSION%~*}
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
<version>2.7.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-api-archetype</artifactId>
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.6.0-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.7.0-SNAPSHOT</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
<version>2.7.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-bundle-archetype</artifactId>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.6.0-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.7.0-SNAPSHOT</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
<version>2.7.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-cli-archetype</artifactId>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.6.0-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.7.0-SNAPSHOT</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
<version>2.7.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<description>ONOS archetypes project</description>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
<version>2.7.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-rest-archetype</artifactId>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.6.0-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.7.0-SNAPSHOT</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
<version>2.7.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-ui-archetype</artifactId>
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.6.0-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.7.0-SNAPSHOT</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
<version>2.7.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-ui2-archetype</artifactId>
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.6.0-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.7.0-SNAPSHOT</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
<version>2.7.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-uitab-archetype</artifactId>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.6.0-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.7.0-SNAPSHOT</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
<version>2.7.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-uitopo-archetype</artifactId>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.6.0-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.7.0-SNAPSHOT</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -19,7 +19,7 @@ _EOF_
|
||||
set -e
|
||||
|
||||
export AROOT=${ONOS_STAGE_ROOT:-/tmp}/foo
|
||||
export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=2.6.0-SNAPSHOT"
|
||||
export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=2.7.0-SNAPSHOT"
|
||||
|
||||
rm -fr $AROOT 2>/dev/null
|
||||
mkdir -p $AROOT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user