Release Sulfur
[integration/distribution.git] / artifacts / upstream / all / pom.xml
index 30bf040ff433177750f9c70e025e217438f33a40..708f8a98b8f879a1854069fa5c261d287070688b 100644 (file)
@@ -7,25 +7,23 @@
  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>odlparent-lite</artifactId>
-      <version>1.8.0-Carbon</version>
+      <version>10.0.0</version>
       <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>upstream-all-artifacts</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.16.0</version>
     <packaging>pom</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: integration :: ${project.artifactId}</name>
     <description>POM to import, with all relevant public upstream ODL artifact versions.</description>
-    <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
+    <url>https://wiki.opendaylight.org/x/ggYF</url>
     <licenses>
         <license>
             <name>Eclipse Public License v1.0</name>
@@ -42,7 +40,6 @@
     <dependencyManagement>
         <!-- TODO: Hardcode versions when moving to semantic versioning. -->
         <dependencies>
-            <!-- Idealy, only artifact artifacts should be needed. -->
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>artifact-artifacts</artifactId>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
-            <!-- TODO: All of the following should contain directions on how to get rid of their content. -->
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>feature3-repo-artifacts</artifactId>
-                <version>${project.version}</version>
-                <scope>import</scope>
-                <type>pom</type>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>feature-repo-artifacts</artifactId>
-                <version>${project.version}</version>
-                <scope>import</scope>
-                <type>pom</type>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>single-feature-artifacts</artifactId>
-                <version>${project.version}</version>
-                <scope>import</scope>
-                <type>pom</type>
-            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>other-artifacts</artifactId>