From 36dafa73e0d1400e15495be8e988a7d5a74fcb8a Mon Sep 17 00:00:00 2001 From: Pradeeban Kathiravelu Date: Thu, 15 Oct 2015 22:23:28 +0100 Subject: [PATCH 1/1] Adding messaging4transport features. 1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/messaging4transport/job/messaging4transport-merge-beryllium/18/ 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=messaging4transport.git;a=blob;f=features/src/main/features/features.xml a) Feature Names: odl-messaging4transport-api odl-messaging4transport b) Features Descriptions: Present c) Features Start-Levels: No start-levels on elements or elements 3) Features Tested: Features have been tested for functionality with a) feature:install odl-messaging4transport-api odl-messaging4transport b) feature:install odl-integration-compatible-with-all 4) Integration Test Impact: None Change-Id: I930b9ef7b12480871a28a1b1ccb38e18563af3ac Signed-off-by: Pradeeban Kathiravelu --- features/index/pom.xml | 7 +++++++ features/index/src/main/resources/features.xml | 1 + features/test/src/main/resources/features.xml | 2 ++ pom.xml | 1 + 4 files changed, 11 insertions(+) diff --git a/features/index/pom.xml b/features/index/pom.xml index 5fad75eb..be248248 100644 --- a/features/index/pom.xml +++ b/features/index/pom.xml @@ -184,6 +184,13 @@ features xml + + org.opendaylight.messaging4transport + messaging4transport-features + ${feature.messaging4transport.version} + features + xml + org.opendaylight.nemo nemo-features diff --git a/features/index/src/main/resources/features.xml b/features/index/src/main/resources/features.xml index ee5b7682..b24b22a2 100644 --- a/features/index/src/main/resources/features.xml +++ b/features/index/src/main/resources/features.xml @@ -53,6 +53,7 @@ mvn:org.opendaylight.l2switch/features-l2switch/0.3.0-SNAPSHOT/xml/features mvn:org.opendaylight.lacp/features-lacp/${feature.lacp.version}/xml/features mvn:org.opendaylight.lispflowmapping/features-lispflowmapping/${feature.lispflowmapping.version}/xml/features + mvn:org.opendaylight.messaging4transport/messaging4transport-features/${feature.messaging4transport.version}/xml/features mvn:org.opendaylight.nemo/nemo-features/${feature.nemo.version}/xml/features mvn:org.opendaylight.netconf/features-netconf/${feature.netconf.version}/xml/features mvn:org.opendaylight.netconf/features-netconf-connector/${feature.netconf.version}/xml/features diff --git a/features/test/src/main/resources/features.xml b/features/test/src/main/resources/features.xml index 4dfa69a9..f44f0b61 100644 --- a/features/test/src/main/resources/features.xml +++ b/features/test/src/main/resources/features.xml @@ -80,6 +80,8 @@ odl-lispflowmapping-neutron odl-lispflowmapping-ui odl-mdsal-broker + odl-messaging4transport-api + odl-messaging4transport odl-nemo-engine odl-nemo-engine-rest odl-nemo-engine-ui diff --git a/pom.xml b/pom.xml index 169bdee6..e35bcbeb 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ 1.1.0-SNAPSHOT 1.3.0-SNAPSHOT 1.3.0-SNAPSHOT + 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT 1.1.0-SNAPSHOT -- 2.36.6