Fix ietf-type-util mis-bump 70/81470/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 9 Apr 2019 08:49:28 +0000 (10:49 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 9 Apr 2019 08:50:10 +0000 (10:50 +0200)
This version got accidentally mis-bumped during yangtools-3.0.0
-SNAPSHOT removal, fix that.

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

index cc3955f21ba5b9fa806cb9ae2ef2845c5699802d..8a7c2c377ac8054f0bf5aee15f5863d1d7e690ab 100644 (file)
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-type-util</artifactId>
-                <version>3.0.0</version>
+                <version>3.0.0-SNAPSHOT</version>
             </dependency>
 
             <!-- RFC7223 -->
index 8abfc2359f6412d33e27184f5cf165eb5052e7d7..0b587ea26e8b9d7405b52d8495a835ce2307dd76 100644 (file)
@@ -18,7 +18,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>ietf-type-util</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>