Remove unnecessary version declaration 84/105984/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 16 May 2023 01:22:57 +0000 (03:22 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 16 May 2023 01:50:20 +0000 (03:50 +0200)
We are inheriting version from project parent, hence there's no point in
overriding version.

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

index b4f067821cb3c31f2f6dc9c47f57d8b671d86b7e..1c441aff79fa24a532c63d05a819a5c21c9c8499 100644 (file)
@@ -18,7 +18,6 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>ietf-type-util</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 1d7743ad1d2abc4a8511e33be68f3f71b90e0793..1e53ac2bdeee303c002a0dc491daa85d1f4b907a 100644 (file)
@@ -21,7 +21,6 @@
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc6991-ietf-inet-types</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>