From 17ea35a3e2c5f1957e0ec9c7faddc4c22444e439 Mon Sep 17 00:00:00 2001 From: ylhsieh Date: Fri, 27 Nov 2015 11:04:17 +0800 Subject: [PATCH] Add SNMP4SDN features Change-Id: Ib0e4806d9d3537810b105bdaac803c2cd1998748 Signed-off-by: ylhsieh --- features-index/pom.xml | 7 +++++++ features-index/src/main/resources/features.xml | 1 + features-test/src/main/resources/features.xml | 1 + pom.xml | 1 + 4 files changed, 10 insertions(+) diff --git a/features-index/pom.xml b/features-index/pom.xml index ac473862..264c856a 100644 --- a/features-index/pom.xml +++ b/features-index/pom.xml @@ -361,6 +361,13 @@ features xml + + org.opendaylight.snmp4sdn + features-snmp4sdn + ${feature.snmp4sdn.version} + features + xml + org.opendaylight.sxp features diff --git a/features-index/src/main/resources/features.xml b/features-index/src/main/resources/features.xml index 2acff022..d2935053 100644 --- a/features-index/src/main/resources/features.xml +++ b/features-index/src/main/resources/features.xml @@ -80,6 +80,7 @@ mvn:org.opendaylight.snbi/features-snbi/${feature.snbi.version}/xml/features --> mvn:org.opendaylight.snmp/features-snmp/${snmp.plugin.version}/xml/features + mvn:org.opendaylight.snmp4sdn/features-snmp4sdn/${feature.snmp4sdn.version}/xml/features mvn:org.opendaylight.sxp/features/${feature.sxp.version}/xml/features mvn:org.opendaylight.tcpmd5/features-tcpmd5/${feature.tcpmd5.version}/xml/features mvn:org.opendaylight.topoprocessing/features-topoprocessing/${feature.topoprocessing.version}/xml/features diff --git a/features-test/src/main/resources/features.xml b/features-test/src/main/resources/features.xml index 2641dbea..42b00633 100644 --- a/features-test/src/main/resources/features.xml +++ b/features-test/src/main/resources/features.xml @@ -120,6 +120,7 @@ odl-sxp-controller --> odl-snmp-plugin + odl-snmp4sdn-all odl-tcpmd5-all odl-topoprocessing-network-topology odl-topoprocessing-inventory diff --git a/pom.xml b/pom.xml index cbd27d3f..d3a0b7c6 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,7 @@ 1.3.0-SNAPSHOT 0.2.0-SNAPSHOT 1.2.0-SNAPSHOT + 0.3.0-SNAPSHOT 1.2.0-SNAPSHOT 1.2.0-SNAPSHOT 0.1.0-SNAPSHOT -- 2.36.6