Release Aluminium
[neutron.git] / artifacts / pom.xml
index dcbcff2ce958b0adcd42e99740fc331b59dd7ed8..3d5e75da87bf7a78689b2349f946ac7d69e97416 100644 (file)
@@ -1,18 +1,24 @@
 <?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">
+<!--
+ Copyright (c) 2018 Intel Corporation and others. All rights reserved.
+
+ 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">
+    <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>7.0.7</version>
         <relativePath/>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>neutron-artifacts</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.15.1</version>
     <packaging>pom</packaging>
     <name>Neutron Artifacts</name>
 
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>features4-neutron-service</artifactId>
+                <artifactId>features-neutron-service</artifactId>
                 <version>${project.version}</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>features4-neutron-test</artifactId>
+                <artifactId>odl-neutron-model</artifactId>
                 <version>${project.version}</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>odl-neutron-transcriber</artifactId>
+                <artifactId>odl-neutron-hostconfig-ovs</artifactId>
                 <version>${project.version}</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>odl-neutron-hostconfig-ovs</artifactId>
+                <artifactId>odl-neutron-hostconfig-vpp</artifactId>
                 <version>${project.version}</version>
                 <type>xml</type>
                 <classifier>features</classifier>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>odl-neutron-hostconfig-vpp</artifactId>
                 <version>${project.version}</version>
-                <type>xml</type>
-                <classifier>features</classifier>
+                <type>cfg</type>
+                <classifier>config</classifier>
             </dependency>
         </dependencies>
     </dependencyManagement>
-    <!--
-        Maven Site Configuration
-
-        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>
-
-    <distributionManagement>
-        <site>
-            <id>opendaylight-site</id>
-            <url>${nexus.site.url}/${project.artifactId}/</url>
-        </site>
-    </distributionManagement>
-
 </project>