Upgrading to ONOS 1.10.11
Change-Id: I32698ae8206240fa495597efe8edfc221c8dd5f5
diff --git a/ce-api/pom.xml b/ce-api/pom.xml
index d1db929..f1b3434 100644
--- a/ce-api/pom.xml
+++ b/ce-api/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-api</artifactId>
- <version>1.10.10</version>
+ <version>1.10.11</version>
</dependency>
</dependencies>
<build>
diff --git a/global/ce-orchestration/pom.xml b/global/ce-orchestration/pom.xml
index ac98571..314a438 100644
--- a/global/ce-orchestration/pom.xml
+++ b/global/ce-orchestration/pom.xml
@@ -33,7 +33,7 @@
<properties>
<web.context>/carrierethernet</web.context>
<onos.app.name>org.opencord.ce.global.orchestration</onos.app.name>
- <onos.version>1.10.10</onos.version>
+ <onos.version>1.10.11</onos.version>
<onos.app.url>http://opencord.org</onos.app.url>
</properties>
diff --git a/global/http-channel/pom.xml b/global/http-channel/pom.xml
index bf0093f..e2445a1 100644
--- a/global/http-channel/pom.xml
+++ b/global/http-channel/pom.xml
@@ -34,7 +34,7 @@
<properties>
<web.context>/ecord/global</web.context>
<onos.app.name>org.opencord.ce.global.channel</onos.app.name>
- <onos.version>1.10.10</onos.version>
+ <onos.version>1.10.11</onos.version>
<onos.app.url>http://opencord.org</onos.app.url>
</properties>
diff --git a/global/pom.xml b/global/pom.xml
index 142831b..40b1ba5 100644
--- a/global/pom.xml
+++ b/global/pom.xml
@@ -33,7 +33,7 @@
<description>Multi-CORD orchestration of Carrier Ethernet services</description>
<properties>
- <onos.version>1.10.10</onos.version>
+ <onos.version>1.10.11</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..e5461b9 100644
--- a/global/virtualprovider/pom.xml
+++ b/global/virtualprovider/pom.xml
@@ -32,7 +32,7 @@
<properties>
<onos.app.name>org.opencord.ce.global.vprovider</onos.app.name>
- <onos.version>1.10.10</onos.version>
+ <onos.version>1.10.11</onos.version>
<onos.app.url>http://opencord.org</onos.app.url>
</properties>
<dependencies>
diff --git a/local/bigswitch/pom.xml b/local/bigswitch/pom.xml
index aad211f..7350171 100644
--- a/local/bigswitch/pom.xml
+++ b/local/bigswitch/pom.xml
@@ -34,7 +34,7 @@
<onos.app.name>org.opencord.ce.local.bigswitch</onos.app.name>
<onos.app.title>E-CORD Carrier Ethernet bigswitch abstraction</onos.app.title>
<onos.app.url>http://opencord.org</onos.app.url>
- <onos.version>1.10.10</onos.version>
+ <onos.version>1.10.11</onos.version>
</properties>
<dependencies>
diff --git a/local/ce-fabric/pom.xml b/local/ce-fabric/pom.xml
index ecc4871..d8a55a1 100644
--- a/local/ce-fabric/pom.xml
+++ b/local/ce-fabric/pom.xml
@@ -32,7 +32,7 @@
<properties>
<onos.app.name>org.opencord.ce.local.fabric</onos.app.name>
- <onos.version>1.10.10</onos.version>
+ <onos.version>1.10.11</onos.version>
<onos.app.title>E-CORD Central Office fabric config</onos.app.title>
<onos.app.url>http://opencord.org</onos.app.url>
<onos.app.requires>org.opencord.ce.local.bigswitch</onos.app.requires>
diff --git a/local/ce-transport/pom.xml b/local/ce-transport/pom.xml
index 36e6677..19f084e 100644
--- a/local/ce-transport/pom.xml
+++ b/local/ce-transport/pom.xml
@@ -32,7 +32,7 @@
<properties>
<onos.app.name>org.opencord.ce.local.transport</onos.app.name>
- <onos.version>1.10.10</onos.version>
+ <onos.version>1.10.11</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..0253a88 100644
--- a/local/ce-vee/pom.xml
+++ b/local/ce-vee/pom.xml
@@ -32,7 +32,7 @@
<description>Virtual Ethernet Edge service for CORD</description>
<properties>
- <onos.version>1.10.10</onos.version>
+ <onos.version>1.10.11</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>
diff --git a/local/http-channel/pom.xml b/local/http-channel/pom.xml
index 6d3bcf3..0a96831 100644
--- a/local/http-channel/pom.xml
+++ b/local/http-channel/pom.xml
@@ -32,7 +32,7 @@
<description>Http communication channel between hierarchic ONOS controllers</description>
<properties>
- <onos.version>1.10.10</onos.version>
+ <onos.version>1.10.11</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>
diff --git a/local/pom.xml b/local/pom.xml
index a77867a..51428ac 100644
--- a/local/pom.xml
+++ b/local/pom.xml
@@ -33,7 +33,7 @@
<description>Local components of the CORD Carrier Ethernet service</description>
<properties>
- <onos.version>1.10.10</onos.version>
+ <onos.version>1.10.11</onos.version>
<onos.app.title>E-CORD Carrier Ethernet local site component</onos.app.title>
<onos.app.url>http://opencord.org</onos.app.url>
</properties>
diff --git a/pom.xml b/pom.xml
index e4ff1b2..9c71cc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-dependencies</artifactId>
- <version>1.10.10</version>
+ <version>1.10.11</version>
<relativePath></relativePath>
</parent>