Update versions after Magnesium SR3 release 55/94255/3 stable/magnesium
authorLuis Gomez <ecelgp@gmail.com>
Wed, 16 Dec 2020 01:03:12 +0000 (17:03 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 16 Dec 2020 01:22:45 +0000 (17:22 -0800)
Change-Id: I1f76676554988a10d666bebcbbe224d4eae57fbe
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
docs/platform-versions.rst
opendaylight/pom.xml

index ba5470142ff62cdbba38380993bae4448abbd603..39bd349973bdd3a333e2bb00696f63a1f35bd16c 100644 (file)
@@ -12,7 +12,7 @@ Platform versions
      - Magnesium GA
      - Magnesium SR1
      - Magnesium SR2
-     - Magnesium SR3 Development
+     - Magnesium SR3
 
    * - org.opendaylight.odlparent
      - \*
@@ -47,21 +47,21 @@ Platform versions
      - 1.11.0
      - 1.11.1
      - 1.11.2
-     - 1.11.3-SNAPSHOT
+     - 1.11.3
 
    * - org.opendaylight.aaa
      - aaa-artifacts
      - 0.11.0
      - 0.11.1
      - 0.11.2
-     - 0.11.3-SNAPSHOT
+     - 0.11.3
 
    * - org.opendaylight.netconf
      - netconf-artifacts
      - 1.8.0
      - 1.8.1
      - 1.8.2
-     - 1.8.3-SNAPSHOT
+     - 1.8.3
 
 .. note:: Most projects get their YANG Tools version via MD-SAL.
   ${project}-artifacts are maven `bill of materials <https://howtodoinjava.com/maven/maven-bom-bill-of-materials-dependency/>`__
index 1777b4f6369d6b9de732b2e353c5c73882287aa4..79303b368e67511f76d311b1a11ce9f181cef6cc 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.12.3-SNAPSHOT</version>
+        <version>0.12.4-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>0.12.3-SNAPSHOT</version>
+    <version>0.12.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ODL :: integration :: ${project.artifactId}</name>
     <description>The actual Karaf archive building sub-project.</description>
         <profile>
             <id>transportpce</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce</artifactId>
-                    <version>1.3.0-SNAPSHOT</version>
+                    <version>1.4.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
@@ -56,7 +56,7 @@
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-tapi</artifactId>
-                    <version>1.3.0-SNAPSHOT</version>
+                    <version>1.4.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
@@ -64,7 +64,7 @@
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-inventory</artifactId>
-                    <version>1.3.0-SNAPSHOT</version>
+                    <version>1.4.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>