Use controller released artifacts 80/106780/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 2 Jul 2023 11:25:16 +0000 (13:25 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 2 Jul 2023 11:25:16 +0000 (13:25 +0200)
Ditch snapshots, use the properly-released version.

Change-Id: I849ec6f3d2d577bbd51e22d5d2122c2f39492bca
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
karaf/pom.xml
parent/pom.xml

index 170fe7be347a49f5a2f98e2ce102d54c91776059..e1d1ae3760ac855995233c00797b86950f95f641 100644 (file)
@@ -31,7 +31,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>8.0.0-SNAPSHOT</version>
+        <version>8.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index bc8c96a315b895532356ef12d4d8fdd4c293bfe8..40e5a059c4e55206adcd44534e8639d2b123037c 100644 (file)
@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.0-SNAPSHOT</version>
+        <version>8.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>