Bump model versions to prevent clash with nexus
authorRobert Varga <rovarga@cisco.com>
Wed, 22 Jan 2014 10:00:01 +0000 (11:00 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 22 Jan 2014 11:13:45 +0000 (12:13 +0100)
It turns out the current -SNAPSHOT version were release on 9/30 into
nexus, but their versions were not bumpted. The released version does
not carry the latest generation rules, most notably DTO range checks and
it is tied to a historic (0.1.1) version of model parent.

This means we need to fix the historic mistake and do a fresh release.

Change-Id: Ia15862d880833bfc49cb42dd298a45c9b252fb32
Signed-off-by: Robert Varga <rovarga@cisco.com>
model/l2-types/pom.xml
model/yang-ext/pom.xml

index 32cbdb63057f22edd5e0e649311cf607e58ba0b8..1c380cb4de89e63dea81ecc72ff878aab3991f5f 100644 (file)
@@ -8,7 +8,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>opendaylight-l2-types</artifactId>
-    <version>2013.08.27.1-SNAPSHOT</version>
+    <version>2013.08.27.2-SNAPSHOT</version>
 
     <build>
         <plugins>
index 593c688a79bfee3db5950dd8717a553deec9efcd..3ad03e966e828939b374ec38c3a2110263e16133 100644 (file)
@@ -8,7 +8,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yang-ext</artifactId>
-    <version>2013.09.07.1-SNAPSHOT</version>
+    <version>2013.09.07.2-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>