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

Change-Id: I3e8732cac7f91b7861199c1cfbf0dc927bfb892e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-aggregator/odl-openflowplugin-southbound/pom.xml
openflowjava/features-openflowjava-aggregator/odl-openflowjava-protocol/pom.xml
parent/pom.xml

index 4eb654ce3e3c1d646d33d5cf05f57430bfc487d3..2506d53093b7c76dfaba11ebee653be11d76bb39 100644 (file)
@@ -36,7 +36,7 @@
             <dependency>
                 <groupId>org.opendaylight.infrautils</groupId>
                 <artifactId>infrautils-artifacts</artifactId>
-                <version>1.8.0-SNAPSHOT</version>
+                <version>1.8.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 941386eb36afc298128201c69c9805e3fcb45af1..659d50dc4947387baeb6b7915dffa19d9c7be90b 100644 (file)
                 <type>pom</type>
             </dependency>
 
+            <!-- Infrautils -->
+            <dependency>
+                <groupId>org.opendaylight.infrautils</groupId>
+                <artifactId>infrautils-artifacts</artifactId>
+                <version>1.8.0</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
+
             <!-- MD-SAL -->
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
@@ -57,7 +66,6 @@
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-diagstatus</artifactId>
-            <version>1.8.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 7a2205dfaef5b22d82241998b9be00d05ee3eee8..818961c5860050379f1f68ea58bd56007b9001bb 100644 (file)
@@ -48,7 +48,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>