Fix wrong ietf-type-util version 75/67075/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Jan 2018 20:48:02 +0000 (21:48 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Jan 2018 20:52:44 +0000 (21:52 +0100)
We inadvertently dropped the -SNAPSHOT suffix, which is not correct
and hence we are failing to deploy correctly.

Change-Id: I87280b7c863946e9fadcec1e33f933dfecc05116
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/artifacts/pom.xml
model/ietf/ietf-type-util/pom.xml

index 2451421b9902d6b661eda3df47f393d5b97337cd..4fe6c5c3b8bd2b9ce18cb15e0d693049383ea28c 100644 (file)
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-type-util</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
index 76a9881a2d137afdfe933d33ebb5f49c3041015d..ea082fafaf7c5d0cb68f14ddcdfee11f4907260b 100644 (file)
@@ -18,7 +18,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>ietf-type-util</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>