mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-02-09 17:52:54 +01:00
Tagging 2.5.5
This commit is contained in:
parent
33cc708a9f
commit
e769afdb13
@ -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.5.5-SNAPSHOT");
|
||||
private static Version version = Version.version("2.5.5");
|
||||
|
||||
@Activate
|
||||
protected void activate() {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
ONOS_VERSION = "2.5.5-SNAPSHOT"
|
||||
ONOS_VERSION = "2.5.5"
|
||||
ONOS_ARTIFACT_BASE = "onos-"
|
||||
ONOS_GROUP_ID = "org.onosproject"
|
||||
ONOS_ORIGIN = "ONOS Community"
|
||||
|
||||
@ -18,7 +18,7 @@ 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.5.5-SNAPSHOT"
|
||||
export ONOS_POM_VERSION="2.5.5"
|
||||
export ONOS_VERSION=${ONOS_VERSION:-2.5.5.$BUILD_NUMBER}
|
||||
|
||||
# ONOS production bits (onos.tar.gz, onos.zip, onos.deb, onos.rpm) staging environment
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.5.5-SNAPSHOT</version>
|
||||
<version>2.5.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-api-archetype</artifactId>
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.5.5-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.5.5</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.5.5-SNAPSHOT</version>
|
||||
<version>2.5.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-bundle-archetype</artifactId>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.5.5-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.5.5</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.5.5-SNAPSHOT</version>
|
||||
<version>2.5.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-cli-archetype</artifactId>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.5.5-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.5.5</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.5.5-SNAPSHOT</version>
|
||||
<version>2.5.5</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<description>ONOS archetypes project</description>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.5.5-SNAPSHOT</version>
|
||||
<version>2.5.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-rest-archetype</artifactId>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.5.5-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.5.5</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.5.5-SNAPSHOT</version>
|
||||
<version>2.5.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-ui-archetype</artifactId>
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.5.5-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.5.5</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.5.5-SNAPSHOT</version>
|
||||
<version>2.5.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-ui2-archetype</artifactId>
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.5.5-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.5.5</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.5.5-SNAPSHOT</version>
|
||||
<version>2.5.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-uitab-archetype</artifactId>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.5.5-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.5.5</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
</archetype-descriptor>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-archetypes</artifactId>
|
||||
<version>2.5.5-SNAPSHOT</version>
|
||||
<version>2.5.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-uitopo-archetype</artifactId>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
</fileSets>
|
||||
<requiredProperties>
|
||||
<requiredProperty key="onosVersion">
|
||||
<defaultValue>2.5.5-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.5.5</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.5.5-SNAPSHOT"
|
||||
export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=2.5.5"
|
||||
|
||||
rm -fr $AROOT 2>/dev/null
|
||||
mkdir -p $AROOT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user