Bump versions to 0.17.0-SNAPSHOT
[bgpcep.git] / distribution-karaf / pom.xml
index f4e7a51102d6a324e9e22a95cbe387900ad7f51b..e18d41eb38cd836aabeaf062dd081a913e9d493a 100644 (file)
@@ -3,31 +3,26 @@
   This program and the accompanying materials are made available under the
   terms of the Eclipse Public License v1.0 which accompanies this distribution,
   and is available at http://www.eclipse.org/legal/epl-v10.html -->
-<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">
+<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>karaf4-parent</artifactId>
-    <version>2.0.0</version>
-    <relativePath />
+    <version>9.0.8</version>
+    <relativePath/>
   </parent>
 
-  <artifactId>distribution-karaf</artifactId>
   <groupId>org.opendaylight.bgpcep</groupId>
-  <version>0.8.0-SNAPSHOT</version>
+  <artifactId>bgpcep-karaf</artifactId>
+  <version>0.17.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <properties>
-    <restconfVersion>1.6.0-SNAPSHOT</restconfVersion>
-  </properties>
-
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>bgpcep-artifacts</artifactId>
+        <groupId>org.opendaylight.bgpcep</groupId>
+        <artifactId>bgpcep-parent</artifactId>
         <version>${project.version}</version>
         <type>pom</type>
         <scope>import</scope>
@@ -49,7 +44,6 @@
       <groupId>org.opendaylight.bgpcep</groupId>
       <artifactId>features-bgp</artifactId>
       <classifier>features</classifier>
-      <version>${project.version}</version>
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
@@ -57,7 +51,6 @@
       <groupId>org.opendaylight.bgpcep</groupId>
       <artifactId>features-bmp</artifactId>
       <classifier>features</classifier>
-      <version>${project.version}</version>
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
@@ -65,7 +58,6 @@
       <groupId>org.opendaylight.bgpcep</groupId>
       <artifactId>features-bgpcep-extras</artifactId>
       <classifier>features</classifier>
-      <version>${project.version}</version>
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
       <groupId>org.opendaylight.bgpcep</groupId>
       <artifactId>features-pcep</artifactId>
       <classifier>features</classifier>
-      <version>${project.version}</version>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.bgpcep</groupId>
+      <artifactId>features-graph</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.bgpcep</groupId>
+      <artifactId>features-algo</artifactId>
+      <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
       <groupId>org.opendaylight.bgpcep</groupId>
       <artifactId>features-rsvp</artifactId>
       <classifier>features</classifier>
-      <version>${project.version}</version>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.bgpcep</groupId>
+      <artifactId>features-config-loader</artifactId>
+      <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>features-restconf</artifactId>
       <classifier>features</classifier>
-      <version>${restconfVersion}</version>
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-
-      <!-- DO NOT install or deploy the karaf artifact -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <scm>
-    <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
-    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
-    <tag>HEAD</tag>
-    <url>https://git.opendaylight.org/gerrit/gitweb?p=bgpcep.git;a=summary</url>
-  </scm>
-
-  <!--
-      Maven Site Configuration
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>features-mdsal</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
 
-      The following configuration is necessary for maven-site-plugin to
-      correctly identify the correct deployment path for OpenDaylight Maven
-      sites.
-  -->
-  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>features-controller-testing</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.infrautils</groupId>
+      <artifactId>features-infrautils</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
 
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/${project.artifactId}/</url>
-    </site>
-  </distributionManagement>
+    <scm>
+        <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
+        <tag>HEAD</tag>
+        <url>https://git.opendaylight.org/gerrit/gitweb?p=bgpcep.git;a=summary</url>
+    </scm>
 </project>