Add single feature parent 01/67401/2
authorClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Sun, 21 Jan 2018 16:14:45 +0000 (17:14 +0100)
committerClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Sun, 21 Jan 2018 18:22:37 +0000 (19:22 +0100)
reducing duplicated dependencies
by inheritance

Change-Id: Ia143e2f70f1aa76cb611f58b7673bb96a722bdd1
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
50 files changed:
features/bgp/odl-bgpcep-bgp-benchmark/pom.xml
features/bgp/odl-bgpcep-bgp-cli/pom.xml
features/bgp/odl-bgpcep-bgp-config-example/pom.xml
features/bgp/odl-bgpcep-bgp-dependencies/pom.xml
features/bgp/odl-bgpcep-bgp-evpn/pom.xml
features/bgp/odl-bgpcep-bgp-flowspec/pom.xml
features/bgp/odl-bgpcep-bgp-inet/pom.xml
features/bgp/odl-bgpcep-bgp-l3vpn/pom.xml
features/bgp/odl-bgpcep-bgp-labeled-unicast/pom.xml
features/bgp/odl-bgpcep-bgp-linkstate/pom.xml
features/bgp/odl-bgpcep-bgp-openconfig-state/pom.xml
features/bgp/odl-bgpcep-bgp-openconfig/pom.xml
features/bgp/odl-bgpcep-bgp-parser-api/pom.xml
features/bgp/odl-bgpcep-bgp-parser/pom.xml
features/bgp/odl-bgpcep-bgp-path-selection-mode/pom.xml
features/bgp/odl-bgpcep-bgp-rib-api/pom.xml
features/bgp/odl-bgpcep-bgp-rib-impl/pom.xml
features/bgp/odl-bgpcep-bgp-topology/pom.xml
features/bgp/odl-bgpcep-bgp/pom.xml
features/bgpcep-extras/odl-bgpcep-data-change-counter/pom.xml
features/bgpcep-extras/odl-bgpcep-extras-dependencies/pom.xml
features/bmp/odl-bgpcep-bmp-api/pom.xml
features/bmp/odl-bgpcep-bmp-config-example/pom.xml
features/bmp/odl-bgpcep-bmp/pom.xml
features/concepts/odl-bgpcep-concepts/pom.xml
features/config-loader/odl-bgpcep-bmp-config-loader/pom.xml
features/config-loader/odl-bgpcep-config-loader-impl/pom.xml
features/config-loader/odl-bgpcep-config-loader-spi/pom.xml
features/config-loader/odl-bgpcep-protocols-config-loader/pom.xml
features/config-loader/odl-bgpcep-topology-config-loader/pom.xml
features/pcep/odl-bgpcep-pcep-api/pom.xml
features/pcep/odl-bgpcep-pcep-auto-bandwidth/pom.xml
features/pcep/odl-bgpcep-pcep-base-parser/pom.xml
features/pcep/odl-bgpcep-pcep-cli/pom.xml
features/pcep/odl-bgpcep-pcep-config-example/pom.xml
features/pcep/odl-bgpcep-pcep-impl/pom.xml
features/pcep/odl-bgpcep-pcep-segment-routing/pom.xml
features/pcep/odl-bgpcep-pcep-stateful07/pom.xml
features/pcep/odl-bgpcep-pcep-topology-provider/pom.xml
features/pcep/odl-bgpcep-pcep-topology-stats/pom.xml
features/pcep/odl-bgpcep-pcep-topology/pom.xml
features/pcep/odl-bgpcep-pcep-tunnel-provider/pom.xml
features/pcep/odl-bgpcep-pcep/pom.xml
features/pcep/odl-bgpcep-programming-api/pom.xml
features/pcep/odl-bgpcep-programming-impl/pom.xml
features/rsvp/odl-bgpcep-rsvp-api/pom.xml
features/rsvp/odl-bgpcep-rsvp/pom.xml
features/topology/odl-bgpcep-topology-api/pom.xml
pom.xml
single-feature-parent/pom.xml [new file with mode: 0644]

index d525f583cd777500ba4f0fb585e3c76d0cdf435c..e9377c880b8485fa377443c317e1930a5297813f 100644 (file)
@@ -4,39 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-benchmark</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: Benchmark</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 4042a5a62385d1bf12783caef9a22b5ef13f7c94..5f8af8b6ae7bf8591fac4bbc66918a1b83526420 100644 (file)
@@ -4,39 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-cli</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: Cli</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index fe7465f017da0439a881c7e41710b57430cf777c..c2cf1d3a6b97f05235c0199cb2f6df9a98f59388 100644 (file)
@@ -4,32 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-config-example</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Configuration Example Files</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 8197ea452ded04978a7dbb933daf7798c3ac5f20..6ae3078de26d776c5c715649582d98d7cf97508a 100644 (file)
@@ -4,39 +4,18 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
+
     <artifactId>odl-bgpcep-bgp-dependencies</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: Dependencies</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index beee277ada862258519e8d07256820646c7a6a98..286e9876b13e7aea51ebcad1a3dd29e4ff0841b0 100644 (file)
@@ -4,32 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-evpn</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: Evpn</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 214d336b98ef514f81d4b8aca9601132dd186ba8..5dbdedee42311464c64a14954cad04d87c152c93 100644 (file)
@@ -4,32 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-flowspec</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: Flowspec</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index f93f4f7496d1da93329ecca17f1efa15b7928f53..3146b11564c4f7a5ece8a680e0a864ef7ab39b32 100644 (file)
@@ -4,32 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-inet</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: Inet</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 6bf9b58b451c47424d19a17d8a15deb7e3d65bbc..67a8c87772704e93ced895cbb1221d8dd26d061d 100644 (file)
@@ -4,32 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-l3vpn</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: L3Vpn</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index fe7c18e58fd7b69c565663be86e827fb8587d01d..5e1849f9dcd64908500d1767fecc98369963f3db 100644 (file)
@@ -4,32 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-labeled-unicast</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: Labeled Unicast</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index c8171c2999b140321ef9f476ee30e5a17df035d4..35d7efae999dbffbdb63121b125f13c3254fb025 100644 (file)
@@ -4,32 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-linkstate</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: RIB Linkstate</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 1d445fd421e43a6b67f4b4329377910ba99ff3b4..2ffcfc58041e5f6cd09af6f00f3887a20d7f5d9a 100644 (file)
@@ -4,32 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-openconfig-state</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: Config Loader</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 3da3aaf5df13f84f6249c20dfef273f74906377c..a339c4ade5a7b8dde965c1410efff7d7067ed7aa 100644 (file)
@@ -4,32 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-openconfig</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: Openconfig</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index df1ceb182699253ff11cd6e145c31ec623db97af..2e3561ac5678a3448c95512a49f00741ffd505c6 100644 (file)
@@ -4,39 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-parser-api</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: Parser :: API</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 131d18d3eb91790064778086ac95edd2d07b400c..25c2647bbeb0d2b70eb913f3e16aa41e52014fe5 100644 (file)
@@ -4,50 +4,26 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-parser</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BGP :: Parser</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>odl-bgpcep-bgp-parser-api</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
+            <artifactId>bgp-parser-impl</artifactId>
         </dependency>
-
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>bgp-parser-impl</artifactId>
+            <artifactId>odl-bgpcep-bgp-parser-api</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
         </dependency>
     </dependencies>
 </project>
index 96f3f9dcc9244497abada8eaf91fdd8ad38b9820..aa3471dcb096be9f582569b139203a120919ce71 100644 (file)
@@ -4,39 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-path-selection-mode</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: Path Selection</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index c66217423696a21482720385a11101e33785d8a4..dd08f39f4df85297828c56273ed0271cba4ddc6a 100644 (file)
@@ -4,39 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-rib-api</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: RIB Api</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 6aa3285561b4cb827041dbb53ffd44013d212f02..cc6301f7e873e97096a1eddff583c2d318492a7b 100644 (file)
@@ -4,39 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-rib-impl</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP :: RIB Impl</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index bf1c96a59e67ae558ad6825bc0b9cce5926002de..e253526ac680434b2dbd72f0511e097ceed098f4 100644 (file)
@@ -4,39 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp-topology</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BGP :: Topology</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 722a5dc68890657f35fea51e6bc6c3a10403ada2..3ce9d76df9a681a90e0e68d81b2f37d6570687e9 100644 (file)
@@ -4,32 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bgp</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGP</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index ca00ab0371db762888bbb2cb7cbbe8d0e053da5b..5eef447019af3efb35027f86a073a689537b4497 100644 (file)
@@ -3,41 +3,17 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-data-change-counter</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>ODL :: Bgpcep :: odl-bgpcep-data-change-counter</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.bgpcep</groupId>
index fed6182b332ef401ebfbee3b8035a1e2aed03b88..c4d37bfde94e6785bfbf8a25cad63e658fb9710d 100644 (file)
@@ -3,45 +3,17 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-extras-dependencies</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: Extras :: Dependencies</name>
 
-    <properties>
-        <mdsal.model.version>0.12.0-SNAPSHOT</mdsal.model.version>
-    </properties>
-
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index f59ac045afa9f056fb912aed9ce447e712eba35d..207cb80d020c843c7daf50107cdce4f79a14462b 100644 (file)
@@ -4,39 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bmp-api</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BMP :: API</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index fbe263a4cc36e9bd2d1bb0723443ea0b10473a87..0a1b8c6ce79ee67f162e4757a14d46fc7cbc203d 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bmp-config-example</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BMP :: Config files example</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index a250b821101a65384b9b99b4e23b0476cb8e9439..9004740e4da80c9f03a91a2e297b4c31ff802630 100644 (file)
@@ -4,39 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bmp</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BMP</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 3b75f1961f8fd3f3a5544bf5df85f34fb053510b..1d3274333cb7f324c9502d6a1d2ed76f91ed8ead 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-concepts</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: BGPCEP :: Concepts</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 2670904aa29974f1957a8d3993be0cf0ff7d0124..0df6c9d6d0873471e0a5adccf88bf4bf2872da46 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-bmp-config-loader</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BGPCEP :: BMP Config Loader</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index e34f624c88c3f0940dca66b6fd4aca526c2b8975..dfcb83c5679b17413552f17eb6d63521fc38a420 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-config-loader-impl</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BGPCEP :: Config Loader Impl</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 046b73acd9e23a8445bb344b82036f42e668b48c..13b85572cb36bfef107c86299eb5c034bd005f61 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-config-loader-spi</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BGPCEP :: SPI Config Loader</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 0a2a39d93df5d45b9b8844567daa7a4d1d99b3db..9f56fb4bb154656bb209bb68a7f423c0ba953584 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-protocols-config-loader</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BGPCEP :: Protocols Config Loader</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index b1b0ac1053b89ff359cfdcfc608c76c7b57af414..79a1d81cdc30284f50ed32a77a6b23635fcdd749 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-topology-config-loader</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BGPCEP :: Topology Config Loader</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 700521d508c3a6bf46f9cd54b0b89136629f2b0d..a86ac93574c14f2d41cf17d03df6a6a7a601e395 100644 (file)
@@ -4,39 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-api</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Api</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index b159afe85cbb25e53cbf612a113508fc95d7fc9f..8b8f37b965b4cc82ccf613781e9290930c6ceed2 100644 (file)
@@ -4,32 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-auto-bandwidth</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Auto Bandwidth</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 9b3d1442c3f45d7210fcaa19a58bfd2216ac7c09..ba2417545dd34dd2009c0702710313df938e37d4 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-base-parser</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Base Parser</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index a690f52cad4ec84a2ed99c836ad0ba5dca7a709c..79182d06166a52e62ee08feb8b77aa1ec27053c2 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-cli</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Topology Cli</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 9bdf576fedfa1ddbf88abac22c499f0aa1f82719..5f38d87f6c74ac63c57db79aaee7a4b2bf1f455a 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-config-example</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: Pcep Configuration Example Files</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 1a5974c9b0e22fc6631ba78701694ed1db5e95a6..4b27df7b25afaaa62d24d561b12309ca01d85332 100644 (file)
@@ -4,32 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-impl</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Impl</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 1be3c46e6a0798b12e1483787803023e736882c8..169c331ac466c4dc3de93fc3e546fe5d6e91eb57 100644 (file)
@@ -4,32 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-segment-routing</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Segment Routing</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 7fd18f47279aabfeec5f9e1d9248f50ae5d0a8a0..2a42857c3f1d4b3cf438c814dd59306a120490ea 100644 (file)
@@ -4,32 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-stateful07</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Stateful 07</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 6a2ed3eefc6a1a59d1c9e50b2e9121c4aa96d3ab..f63ebf16cb9ad7b93f105899bfaa4ea6dcbae225 100644 (file)
@@ -4,39 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-topology-provider</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Topology Provider</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 38ece984abcd810d5936751d37b484f3c8470050..88e84d487cb190f9b0c18ce2481732d4b98c58b4 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-topology-stats</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Topology Stats</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 2b708b64d261d4aa13341ecc1262a51db6213b43..0448d23ba7037a3cf3731f34d5f3b2dea02de411 100644 (file)
@@ -4,32 +4,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
     
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-topology</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: PCEP :: Topology</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 24a4daeb7c7ac054d985af4b19187f3c65b38a78..c44138e833cbaf3f731023050d13bd0894378bb8 100644 (file)
@@ -4,32 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-tunnel-provider</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Tunnel Provider</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index b9fa72f6a79ffee5fb45da73491e4c3ad19c2978..90454fcc26b91d8df60751a9d358cb4c41e0cf85 100644 (file)
@@ -4,32 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 1e86af3434293b0e101090effda9febd27ddb399..85e5cf3715acacb4ebd70bd461331b0b9a0c77db 100644 (file)
@@ -4,39 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-programming-api</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Programming Api</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index e59d5e57f6be0a19edbcc9dd5742ea744e65b116..5efcc8a0f9a6bf5350e4050199e084e3c4379f09 100644 (file)
@@ -4,39 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-programming-impl</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Programming Impl</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 39a7c945cf852d0887dd569564719fc493ae0d01..b4aae1311dddf530d7d4aae2af18d8f9b490978a 100644 (file)
@@ -4,39 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-rsvp-api</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: RSVP :: API</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index b62c4619db4b5c9d63b1f694d915401731968051..9a6fec4585cd1907d6a36f9a2b09c0be03bffa3a 100644 (file)
@@ -4,32 +4,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-rsvp</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: RSVP</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index ea53a772f6fc1bb705a968d221ed7608aa3dfdea..eff03b8c79025a75c6faab28626526bbba207aab 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-topology-api</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BGPCEP :: Topology :: Api</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
diff --git a/pom.xml b/pom.xml
index dc80492520d2f9ba30edc7829d686a63f68e96bd..b425763c3c826ed4ea95f37f0fd8fdd6c11126a4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
         <module>bundle-parent</module>
         <module>config-parent</module>
         <module>testtool-parent</module>
+        <module>single-feature-parent</module>
 
         <!-- Common infra -->
         <module>concepts</module>
diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml
new file mode 100644 (file)
index 0000000..49342b2
--- /dev/null
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>single-feature-parent</artifactId>
+        <version>3.0.2</version>
+        <relativePath/>
+    </parent>
+
+    <groupId>org.opendaylight.bgpcep</groupId>
+    <artifactId>single-feature-parent</artifactId>
+    <version>0.9.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>${project.artifactId}</name>
+
+    <dependencyManagement>
+        <!-- ODL-BGP-ARTIFACTS -->
+        <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.bgpcep</groupId>
+                <artifactId>bgpcep-artifacts</artifactId>
+                <version>${project.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.bgpcep</groupId>
+                <artifactId>dependency-version-management</artifactId>
+                <version>${project.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <scm>
+        <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
+        <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
+        <tag>HEAD</tag>
+    </scm>
+</project>
\ No newline at end of file