Bump yangtools to 4.0.0 47/84847/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Oct 2019 12:17:43 +0000 (14:17 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Oct 2019 12:20:00 +0000 (14:20 +0200)
yangtools-4.0.0 has been released, this patch adopts that version,
ending the period when we were snapshot-integrated.

Change-Id: I724f264c434ef2efd797ae56e61db9f3e374e425
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
binding/binding-parent/pom.xml
binding/maven-sal-api-gen-plugin/pom.xml
dom/dom-parent/pom.xml
features/feature-parent/pom.xml
model/ietf/ietf-type-util/pom.xml

index d3af938a53915a7dd9938acff2c41833d9f98efd..4f0501b3f608dcbfae1ecae5f4c8a6501ed91bed 100644 (file)
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-type-util</artifactId>
-                <version>4.0.0-SNAPSHOT</version>
+                <version>4.0.0</version>
             </dependency>
 
             <!-- RFC7223 -->
index e07db3148bb4e9655217d54aa96711268dcc938a..f0bab7765cc8f929de86de83624d8f5deac9ff9d 100644 (file)
@@ -58,7 +58,7 @@
                         <plugin>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>yang-maven-plugin</artifactId>
-                            <version>4.0.0-SNAPSHOT</version>
+                            <version>4.0.0</version>
                             <dependencies>
                                 <dependency>
                                     <groupId>org.opendaylight.mdsal</groupId>
index cf642f9e86616fab516602a25613f8bd910e0f9e..9e2a1dd7ef13b0384e18d13916745c3cbe079c72 100644 (file)
@@ -39,7 +39,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>4.0.0-SNAPSHOT</version>
+                <version>4.0.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 9dcd6af8238366936dbd92854ee70145d15cb49b..18c5efe2c5b7b40a71f8ac17da2cbaeb9a3c0d30 100644 (file)
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>4.0.0-SNAPSHOT</version>
+                <version>4.0.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 6ee41ee14e7874525ed763e6206f8df869370b2e..a3088f79b32cf6c1d510c53f3242ac3df19dabd1 100644 (file)
@@ -27,7 +27,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>4.0.0-SNAPSHOT</version>
+                <version>4.0.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 77961144aac241b3ceca32917ce9c97ae7dff950..9a9cc03a9ada05e70c5c1451d428ff6a722a6b45 100644 (file)
@@ -18,7 +18,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>ietf-type-util</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <packaging>bundle</packaging>
 
     <dependencies>