Adjust distribution for infrautils being MRI 41/91641/5
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 24 Jul 2020 15:54:08 +0000 (17:54 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Jul 2020 00:15:26 +0000 (02:15 +0200)
There are a couple of things that are done here:
- use stable/experimental features just like everybody else
- list version in platform-versions
- take odl-infrautils-ready of of odl-integration-compatible-with-all

Change-Id: Iffab0e36185741144ad61f6a09ec15d3dfc57918
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/upstream/properties/pom.xml
docs/platform-versions.rst
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index 038df19e90a5d0f9acde30f27d1135583402fe77..667f6f665051a89efe654c1772aca35dcbfdacf4 100644 (file)
@@ -48,7 +48,7 @@
         <controller.version>2.0.3</controller.version>
         <daexim.version>1.8.0-SNAPSHOT</daexim.version>
         <genius.version>0.9.0-SNAPSHOT</genius.version>
-        <infrautils.version>1.8.0-SNAPSHOT</infrautils.version>
+        <infrautils.version>1.8.0</infrautils.version>
         <jsonrpc.version>1.9.0-SNAPSHOT</jsonrpc.version>
         <lispflowmapping.version>1.12.0-SNAPSHOT</lispflowmapping.version>
         <mdsal.version>6.0.4</mdsal.version>
index b4e2238155aa10b730cde7944c980b10f2b6e926..572dbc20143304f4606a0061e29d120f86c8307f 100644 (file)
@@ -15,6 +15,10 @@ Platform versions
      - \*
      - 7.0.5
 
+   * - org.opendaylight.infrautils
+     - \*
+     - 1.8.0
+
    * - org.opendaylight.yangtools
      - \*
      - 5.0.5
index 6ef17417d0ffcfd2c695746c95ab2a6750e4cf68..d5e8b6f7fb88237d45118ea45fbb5d26908e7941 100644 (file)
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.infrautils</groupId>
-                    <artifactId>infrautils-features</artifactId>
+                    <artifactId>features-infrautils</artifactId>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                </dependency>
+                <dependency>
+                    <groupId>org.opendaylight.infrautils</groupId>
+                    <artifactId>features-infrautils-experimental</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
index 03c8d0e95cdaa6eb76dfcd4f462a98aa0fbe15ab..77fdb57e63233cc2c0660c31cf0aba287c6bb737 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
-        <!-- InfraUtils -->
-        <profile>
-            <id>infrautils</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.infrautils</groupId>
-                    <artifactId>odl-infrautils-ready</artifactId>
-                    <type>xml</type>
-                    <classifier>features</classifier>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- jsonrpc -->
         <profile>
             <id>jsonrpc</id>