Use released version of infrautils 17/91717/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Jul 2020 11:33:28 +0000 (13:33 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Jul 2020 11:33:28 +0000 (13:33 +0200)
infrautils-1.8.0 has been released, use released version instead
of snapshots.

Change-Id: I2cdb4fa9052850621411571695c9f103c76b422a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
commons/binding-parent/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl/pom.xml

index 387156b39d8a49f2922d2d9f1a2a1cd742fb7167..0ed2e0a8cd7165bdd41380577cd0d5c432f17fe9 100644 (file)
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>infrautils-artifacts</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 319d86065031a130cc8eae0536dd56f744b824fc..ba94cc9eda9d9dc8487a555e269b820f6c98d5e0 100644 (file)
@@ -25,18 +25,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
          build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: ovsdb :: ${project.artifactId}</name>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.infrautils</groupId>
+                <artifactId>infrautils-artifacts</artifactId>
+                <version>1.8.0</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-ready</artifactId>
-            <version>1.8.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-diagstatus</artifactId>
-            <version>1.8.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>