Add bier project to distribution. 28/49828/5
authorQuan Xiong <xiong.quan@zte.com.cn>
Tue, 27 Dec 2016 08:11:16 +0000 (16:11 +0800)
committerVratko Polák <vrpolak@cisco.com>
Thu, 19 Jan 2017 20:25:38 +0000 (20:25 +0000)
Change-Id: I44b51f37f2090c7a0ead25efd071fe6da017f66e
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
features-index/pom.xml
features-index/src/main/resources/features.xml
features-test/src/main/resources/features.xml
pom.xml

index 0e729bec80fb5771e9b9d3c6908ff050be2b3c9d..eef5f411bf11a12ca725eb392af5a6f992f4062d 100644 (file)
             <version>${feature.bgpcep.version}</version>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.bier</groupId>
+            <artifactId>features-bier</artifactId>
+            <classifier>features</classifier>
+            <version>${feature.bier.version}</version>
+            <type>xml</type>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.capwap</groupId>
             <artifactId>capwap-features</artifactId>
index 637ad8c4e1205c45008fffd5c20a093b79224fbe..08352a9ae5ed66310f9c039ef48cfc78d7a3bd5d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- vi: set et smarttab sw=4 tabstop=4: -->
 <!--
  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
@@ -39,6 +39,7 @@
     <repository>mvn:org.opendaylight.bgpcep/features-extras/${feature.bgpcep.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.bgpcep/features-pcep/${feature.bgpcep.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.bgpcep/features-rsvp/${feature.bgpcep.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.bier/features-bier/${feature.bier.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.capwap/capwap-features/${feature.capwap.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.cardinal/cardinal-features/${feature.cardinal.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.centinel/centinel-features/${feature.centinel.version}/xml/features</repository>
index a52a05d2e5c933ad3c034c906d274d80282fcd1c..a8d9b758143d679ce808dc8941a970094ac3230f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- vi: set et smarttab sw=4 tabstop=4: -->
 <!--
  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
     <feature name='odl-integration-all' version='${project.version}'>
         <feature version='${feature.alto.version}'>odl-alto-release</feature>
         <feature version='${feature.atrium.version}'>odl-atrium-all</feature>
+        <feature version='${feature.bier.version}'>odl-bier-all</feature>
         <feature version='${feature.faas.version}'>odl-faas-base</feature>
         <feature version='${feature.genius.version}'>odl-genius-rest</feature>
         <feature version='${feature.groupbasedpolicy.version}'>odl-groupbasedpolicy-faas</feature>
diff --git a/pom.xml b/pom.xml
index 36edf20505498ed01ff8bc8b5d11e6e8ceb9bddb..425fe6991026d31d8fe55088ce0b3767e64edecb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
         <feature.atrium.version>0.1.0-SNAPSHOT</feature.atrium.version>
         <feature.benchmark.version>1.3.0-SNAPSHOT</feature.benchmark.version>
         <feature.bgpcep.version>0.7.0-SNAPSHOT</feature.bgpcep.version>
+        <feature.bier.version>0.1.0-SNAPSHOT</feature.bier.version>
         <feature.capwap.version>0.4.0-SNAPSHOT</feature.capwap.version>
         <feature.cardinal.version>0.2.0-SNAPSHOT</feature.cardinal.version>
         <feature.centinel.version>0.3.0-SNAPSHOT</feature.centinel.version>