mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-13 16:56:14 +02:00
Starting snapshot 2.1.1-SNAPSHOT
This commit is contained in:
parent
79aa10df5b
commit
2fdc8ee7e9
@ -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.1.0");
|
||||
private static Version version = Version.version("2.1.1-SNAPSHOT");
|
||||
|
||||
@Activate
|
||||
protected void activate() {
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-dependencies</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>2.1.0</version>
|
||||
<version>2.1.1-SNAPSHOT</version>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>Open Network Operating System shared dependencies</description>
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<onos-build-conf.version>2.1.0</onos-build-conf.version>
|
||||
<onos-build-conf.version>2.1.1-SNAPSHOT</onos-build-conf.version>
|
||||
<netty4.version>4.1.8.Final</netty4.version>
|
||||
<openflowj.version>3.2.1.onos</openflowj.version>
|
||||
<onos-maven-plugin.version>1.12</onos-maven-plugin.version>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
ONOS_VERSION = "2.1.0"
|
||||
ONOS_VERSION = "2.1.1-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.1.0"
|
||||
export ONOS_VERSION=${ONOS_VERSION:-2.1.0.$BUILD_NUMBER}
|
||||
export ONOS_POM_VERSION="2.1.1-SNAPSHOT"
|
||||
export ONOS_VERSION=${ONOS_VERSION:-2.1.1.$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.1.0</version>
|
||||
<version>2.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-api-archetype</artifactId>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<onos.version>2.1.0</onos.version>
|
||||
<onos.version>2.1.1-SNAPSHOT</onos.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-bundle-archetype</artifactId>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<onos.version>2.1.0</onos.version>
|
||||
<onos.version>2.1.1-SNAPSHOT</onos.version>
|
||||
<!-- Uncomment to generate ONOS app from this module.
|
||||
<onos.app.name>org.foo.app</onos.app.name>
|
||||
<onos.app.title>Foo App</onos.app.title>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-cli-archetype</artifactId>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<onos.version>2.1.0</onos.version>
|
||||
<onos.version>2.1.1-SNAPSHOT</onos.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.1.1-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.1.0</version>
|
||||
<version>2.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-rest-archetype</artifactId>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<onos.version>2.1.0</onos.version>
|
||||
<onos.version>2.1.1-SNAPSHOT</onos.version>
|
||||
|
||||
<web.context>/onos/${artifactId}</web.context>
|
||||
<api.version>1.0.0</api.version>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-ui-archetype</artifactId>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<onos.version>2.1.0</onos.version>
|
||||
<onos.version>2.1.1-SNAPSHOT</onos.version>
|
||||
<!-- Uncomment to generate ONOS app from this module.
|
||||
<onos.app.name>org.foo.app</onos.app.name>
|
||||
<onos.app.title>Foo App</onos.app.title>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-uitab-archetype</artifactId>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<onos.version>2.1.0</onos.version>
|
||||
<onos.version>2.1.1-SNAPSHOT</onos.version>
|
||||
<!-- Uncomment to generate ONOS app from this module.
|
||||
<onos.app.name>org.foo.app</onos.app.name>
|
||||
<onos.app.title>Foo App</onos.app.title>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-uitopo-archetype</artifactId>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<onos.version>2.1.0</onos.version>
|
||||
<onos.version>2.1.1-SNAPSHOT</onos.version>
|
||||
<!-- Uncomment to generate ONOS app from this module.
|
||||
<onos.app.name>org.foo.app</onos.app.name>
|
||||
<onos.app.title>Foo App</onos.app.title>
|
||||
|
||||
@ -19,7 +19,7 @@ _EOF_
|
||||
set -e
|
||||
|
||||
export AROOT=${ONOS_STAGE_ROOT:-/tmp}/foo
|
||||
export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=2.1.0"
|
||||
export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=2.1.1-SNAPSHOT"
|
||||
|
||||
mkdir -p $AROOT
|
||||
for an in api bundle cli rest ui uitab uitopo; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user