Bump CE apps to version 1.0.0
Change-Id: Ic3fa36daf7f5634278089512b765467140299bd4
diff --git a/ce-api/pom.xml b/ce-api/pom.xml
index d1db929..3233351 100644
--- a/ce-api/pom.xml
+++ b/ce-api/pom.xml
@@ -22,13 +22,12 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>ce</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.opencord.ce</groupId>
<artifactId>ce-api</artifactId>
- <version>1.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>Carrier Ethernet service API</description>
@@ -37,13 +36,14 @@
<onos.app.name>org.opencord.ce.api</onos.app.name>
<onos.app.title>Carrier Ethernet service API</onos.app.title>
<onos.app.url>http://opencord.org</onos.app.url>
+ <onos.version>1.10.10</onos.version>
</properties>
<dependencies>
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-api</artifactId>
- <version>1.10.10</version>
+ <version>${onos.version}</version>
</dependency>
</dependencies>
<build>
diff --git a/global/app/pom.xml b/global/app/pom.xml
index 0c6f282..150e4a6 100644
--- a/global/app/pom.xml
+++ b/global/app/pom.xml
@@ -21,13 +21,12 @@
<parent>
<groupId>org.opencord.ce</groupId>
<artifactId>global</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ecord-global-app</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
<description>Java application bundling orchestration,
HTTP communication and topology provider component
@@ -41,17 +40,17 @@
<dependency>
<groupId>org.opencord.ce</groupId>
<artifactId>orchestration</artifactId>
- <version>${project.version}</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.opencord.ce</groupId>
<artifactId>global-channel</artifactId>
- <version>${project.version}</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.opencord.ce</groupId>
<artifactId>virtualprovider</artifactId>
- <version>${project.version}</version>
+ <version>${project.parent.version}</version>
</dependency>
</dependencies>
diff --git a/global/ce-orchestration/pom.xml b/global/ce-orchestration/pom.xml
index ac98571..d4d8995 100644
--- a/global/ce-orchestration/pom.xml
+++ b/global/ce-orchestration/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.opencord.ce</groupId>
<artifactId>global</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>orchestration</artifactId>
diff --git a/global/http-channel/pom.xml b/global/http-channel/pom.xml
index bf0093f..7e1741e 100644
--- a/global/http-channel/pom.xml
+++ b/global/http-channel/pom.xml
@@ -22,12 +22,11 @@
<parent>
<groupId>org.opencord.ce</groupId>
<artifactId>global</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>global-channel</artifactId>
<packaging>bundle</packaging>
- <version>1.0.0-SNAPSHOT</version>
<description>HTTP communication channel between hierarchical ONOS controllers</description>
@@ -42,7 +41,7 @@
<dependency>
<groupId>org.opencord.ce</groupId>
<artifactId>orchestration</artifactId>
- <version>${project.version}</version>
+ <version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/global/pom.xml b/global/pom.xml
index 142831b..2dd3fa5 100644
--- a/global/pom.xml
+++ b/global/pom.xml
@@ -22,18 +22,17 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>ce</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<groupId>org.opencord.ce</groupId>
<artifactId>global</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<description>Multi-CORD orchestration of Carrier Ethernet services</description>
<properties>
- <onos.version>1.10.10</onos.version>
<onos.app.title>E-CORD global orchestrator</onos.app.title>
<onos.app.url>http://opencord.org</onos.app.url>
</properties>
diff --git a/global/virtualprovider/pom.xml b/global/virtualprovider/pom.xml
index 04c2df2..f32cbe2 100644
--- a/global/virtualprovider/pom.xml
+++ b/global/virtualprovider/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.opencord.ce</groupId>
<artifactId>global</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>virtualprovider</artifactId>
diff --git a/local/bigswitch/pom.xml b/local/bigswitch/pom.xml
index aad211f..0eddac4 100644
--- a/local/bigswitch/pom.xml
+++ b/local/bigswitch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.opencord.ce</groupId>
<artifactId>local</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>bigswitch</artifactId>
diff --git a/local/ce-fabric/pom.xml b/local/ce-fabric/pom.xml
index ecc4871..9e2c397 100644
--- a/local/ce-fabric/pom.xml
+++ b/local/ce-fabric/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.opencord.ce</groupId>
<artifactId>local</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>fabric</artifactId>
diff --git a/local/ce-transport/pom.xml b/local/ce-transport/pom.xml
index 36e6677..161b622 100644
--- a/local/ce-transport/pom.xml
+++ b/local/ce-transport/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.opencord.ce</groupId>
<artifactId>local</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>transport</artifactId>
@@ -32,7 +32,6 @@
<properties>
<onos.app.name>org.opencord.ce.local.transport</onos.app.name>
- <onos.version>1.10.10</onos.version>
<onos.app.url>http://opencord.org</onos.app.url>
</properties>
diff --git a/local/ce-vee/pom.xml b/local/ce-vee/pom.xml
index 2d99fbf..00cacf1 100644
--- a/local/ce-vee/pom.xml
+++ b/local/ce-vee/pom.xml
@@ -22,17 +22,15 @@
<parent>
<groupId>org.opencord.ce</groupId>
<artifactId>local</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>vee</artifactId>
<packaging>bundle</packaging>
- <version>1.0.0-SNAPSHOT</version>
<description>Virtual Ethernet Edge service for CORD</description>
<properties>
- <onos.version>1.10.10</onos.version>
<onos.app.name>org.opencord.ce.local.vee</onos.app.name>
<onos.app.title>E-CORD Ethernet Edge app</onos.app.title>
<onos.app.url>http://opencord.org</onos.app.url>
@@ -44,7 +42,7 @@
<dependency>
<groupId>org.opencord.ce</groupId>
<artifactId>bigswitch</artifactId>
- <version>${project.version}</version>
+ <version>${project.parent.version}</version>
</dependency>
</dependencies>
diff --git a/local/common-component/pom.xml b/local/common-component/pom.xml
index 057156a..3a602f2 100644
--- a/local/common-component/pom.xml
+++ b/local/common-component/pom.xml
@@ -21,13 +21,12 @@
<parent>
<groupId>org.opencord.ce</groupId>
<artifactId>local</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ecord-local-app</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
<description>Java application bundling the bigswitch abstraction
and the HTTP channel component
@@ -41,12 +40,12 @@
<dependency>
<groupId>org.opencord.ce</groupId>
<artifactId>bigswitch</artifactId>
- <version>${project.version}</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.opencord.ce</groupId>
<artifactId>local-channel</artifactId>
- <version>${project.version}</version>
+ <version>${project.parent.version}</version>
</dependency>
</dependencies>
diff --git a/local/http-channel/pom.xml b/local/http-channel/pom.xml
index 6d3bcf3..8a0fd5d 100644
--- a/local/http-channel/pom.xml
+++ b/local/http-channel/pom.xml
@@ -22,17 +22,15 @@
<parent>
<groupId>org.opencord.ce</groupId>
<artifactId>local</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>local-channel</artifactId>
<packaging>bundle</packaging>
- <version>1.0.0-SNAPSHOT</version>
<description>Http communication channel between hierarchic ONOS controllers</description>
<properties>
- <onos.version>1.10.10</onos.version>
<onos.app.name>org.opencord.ce.local.channel.http</onos.app.name>
<web.context>/ecord</web.context>
<onos.app.title>E-CORD CE App</onos.app.title>
@@ -43,7 +41,7 @@
<dependency>
<groupId>org.opencord.ce</groupId>
<artifactId>bigswitch</artifactId>
- <version>${project.version}</version>
+ <version>${project.parent.version}</version>
</dependency>
</dependencies>
diff --git a/local/pom.xml b/local/pom.xml
index a77867a..b1d3c6b 100644
--- a/local/pom.xml
+++ b/local/pom.xml
@@ -22,12 +22,12 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>ce</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<groupId>org.opencord.ce</groupId>
<artifactId>local</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>pom</packaging>
<description>Local components of the CORD Carrier Ethernet service</description>
diff --git a/pom.xml b/pom.xml
index e4ff1b2..d1e2909 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.opencord</groupId>
<artifactId>ce</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>pom</packaging>
<description>Carrier Ethernet service for CORD</description>
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.opencord</groupId>
<artifactId>cord-config</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.3.1</version>
</dependency>
</dependencies>