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 331a24bb7a328f97e6c5a376b0e3219927f82765..f0aff4fcb96ac2ca0a3c3ff12eb632f7c061a4c9 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 f07a73a907cd2518162ac3815f6c8ad02463cb3c..ec0ddbde0dc80e64b7150af5e281e6f84b0b9a4a 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>