Release integration/distribution
[integration/distribution.git] / artifacts / all / pom.xml
index e91cd84ed4037e78b3a8d9b0c2f94bd403e80457..895fe071a22ec4d0574a3d5b6614e3d76d932b19 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.8.0-SNAPSHOT</version>
+      <version>8.1.9</version>
       <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>all-artifacts</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.14.5</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 ODL artifact versions including Distribution.</description>
     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
     <licenses>
         <tag>HEAD</tag>
     </scm>
     <dependencyManagement>
+        <!-- TODO: Hardcode each version when moving to semantic versioning. -->
         <dependencies>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>upstream-artifacts</artifactId>
+                <artifactId>upstream-all-artifacts</artifactId>
                 <version>${project.version}</version>
                 <scope>import</scope>
                 <type>pom</type>