Promote blueprint version to 2.0.0 58/89458/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Apr 2020 19:33:55 +0000 (21:33 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Apr 2020 19:33:55 +0000 (21:33 +0200)
We want to coordinate all versions, and given the mix of versions
we are currently defining, 2.0.0 is the best candidate.

Change-Id: Ic6c0fb894816a65cd138ae36b96cb0c82cbb35e8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-controller-blueprint/pom.xml
opendaylight/blueprint/pom.xml

index 331a24b..f0aff4f 100644 (file)
@@ -26,7 +26,7 @@
 
     <properties>
         <!-- Note: this is required as it is used in feature.xml -->
-        <blueprint.version>0.13.0-SNAPSHOT</blueprint.version>
+        <blueprint.version>2.0.0-SNAPSHOT</blueprint.version>
     </properties>
 
     <dependencies>
index f07a73a..ec0ddbd 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>0.13.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
 
   <dependencyManagement>
     <dependencies>