Set honeycomb version back to 1.17.10-SNAPSHOT 32/8632/1
authorMarek Gradzki <mgradzki@cisco.com>
Tue, 3 Oct 2017 12:25:50 +0000 (14:25 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Tue, 3 Oct 2017 12:26:47 +0000 (14:26 +0200)
Change-Id: I6c65ee7b5e6aa77ab3093ab9ee87dcd7a86bdfe0
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
65 files changed:
common/api-parent/pom.xml
common/checkstyle/pom.xml
common/common-scripts/pom.xml
common/honeycomb-parent/pom.xml
common/impl-parent/pom.xml
common/minimal-assembly-descriptor/pom.xml
common/minimal-distribution-parent/pom.xml
common/pom.xml
common/yang-whitelist/pom.xml
common/yang-whitelist/yang-whitelist-api/pom.xml
common/yang-whitelist/yang-whitelist-impl/pom.xml
infra/bgp-distribution-test/pom.xml
infra/bgp-translate-api/pom.xml
infra/bgp-translate-impl/pom.xml
infra/binding-init/pom.xml
infra/cfg-init/pom.xml
infra/data-api/pom.xml
infra/data-impl/pom.xml
infra/footprint/footprint-api/pom.xml
infra/footprint/footprint-impl/pom.xml
infra/footprint/pom.xml
infra/impl/pom.xml
infra/it/benchmark/pom.xml
infra/it/it-test/pom.xml
infra/it/management/pom.xml
infra/it/memory-benchmark-api/pom.xml
infra/it/memory-benchmark-scripts/pom.xml
infra/it/memory-benchmark/pom.xml
infra/it/pom.xml
infra/it/test-model/pom.xml
infra/minimal-distribution-core/pom.xml
infra/minimal-distribution-test/pom.xml
infra/minimal-distribution/pom.xml
infra/northbound/bgp/pom.xml
infra/northbound/common/pom.xml
infra/northbound/netconf/pom.xml
infra/northbound/pom.xml
infra/northbound/restconf/pom.xml
infra/notification/api/pom.xml
infra/notification/impl/pom.xml
infra/notification/pom.xml
infra/pom.xml
infra/rpc/api/pom.xml
infra/rpc/impl/pom.xml
infra/rpc/pom.xml
infra/test-utils/pom.xml
infra/test-utils/test-api/pom.xml
infra/test-utils/test-tools/pom.xml
infra/translate-api/pom.xml
infra/translate-impl/pom.xml
infra/translate-spi/pom.xml
infra/translate-utils/pom.xml
pom.xml
release-notes/pom.xml
samples/interfaces/mapping/pom.xml
samples/interfaces/models/pom.xml
samples/interfaces/pom.xml
samples/minimal-distribution/pom.xml
samples/pom.xml
tools/archetype/asciidoc/Readme.adoc
tools/archetype/pom.xml
tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml
tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
tools/pom.xml

index c533e74..c5562b3 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>api-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <build>
index 04fdf66..1cd2ddb 100644 (file)
@@ -4,7 +4,7 @@
   <groupId>io.fd.honeycomb.common</groupId>
   <artifactId>honeycomb-checkstyle</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
 
   <build>
     <pluginManagement>
index a4a4e16..7876874 100644 (file)
@@ -22,7 +22,7 @@
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>common-scripts</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -97,7 +97,7 @@
         <dependency>
             <groupId>io.fd.honeycomb.yang</groupId>
             <artifactId>yang-whitelist-impl</artifactId>
-            <version>1.17.10-RC1</version>
+            <version>1.17.10-SNAPSHOT</version>
         </dependency>
     </dependencies>
 
index 5b29f2a..52ece9b 100644 (file)
@@ -21,7 +21,7 @@
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>pom</packaging>
     <prerequisites>
         <maven>3.1.1</maven>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>honeycomb-checkstyle</artifactId>
                             <!-- Hardcoded version to prevent archetype generated projects to use their own project version -->
-                            <version>1.17.10-RC1</version>
+                            <version>1.17.10-SNAPSHOT</version>
                         </dependency>
                         <!-- Necessary for logging checks -->
                         <dependency>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>common-scripts</artifactId>
-                            <version>1.17.10-RC1</version>
+                            <version>1.17.10-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>
index a90308b..cc7de8b 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>impl-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 51a6327..d100ffb 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <artifactId>minimal-assembly-descriptor</artifactId>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
index 5c1d39e..4c41789 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>minimal-distribution-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>common-scripts</artifactId>
-                            <version>1.17.10-RC1</version>
+                            <version>1.17.10-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>minimal-assembly-descriptor</artifactId>
-                            <version>1.17.10-RC1</version>
+                            <version>1.17.10-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                     <executions>
index 23bd73c..234bdf2 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>honeycomb-parent</relativePath>
   </parent>
 
   <artifactId>honeycomb-common-aggregator</artifactId>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 3a64364..8e06790 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
 
index 37ffcf4..3840610 100644 (file)
@@ -23,7 +23,7 @@
 
     <groupId>io.fd.honeycomb.yang</groupId>
     <artifactId>yang-whitelist-api</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
 
index 3dc82cb..7aabce5 100644 (file)
@@ -23,7 +23,7 @@
 
     <groupId>io.fd.honeycomb.yang</groupId>
     <artifactId>yang-whitelist-impl</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
 
index 02c112c..422479a 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>bgp-distribution-test</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 9d79343..664382d 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>bgp-translate-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
index fd89aa5..76cbd79 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>bgp-translate-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
index 713a723..918d16e 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>binding-init</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <properties>
         <slf4j-api.version>1.7.25</slf4j-api.version>
index 4fc384d..8137ef8 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>cfg-init</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index cc93abf..2241a5e 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>data-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index a01c9e6..19e6839 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>data-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index ccd1409..cd9347a 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.footprint</groupId>
     <artifactId>api</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>jar</packaging>
 </project>
\ No newline at end of file
index cf8b779..6649f7f 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.footprint</groupId>
     <artifactId>impl</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 1e7b958..adb7274 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>infra-aggregator</artifactId>
         <groupId>io.fd.honeycomb</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
index 694b9e2..c7b2c6d 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -27,7 +27,7 @@
   <groupId>io.fd.honeycomb</groupId>
   <name>${project.artifactId}</name>
   <artifactId>honeycomb-impl</artifactId>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 91b9d96..7d78bbe 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/honeycomb-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>benchmark</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
index d1ef15e..f82e312 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.honeycomb.it</groupId>
     <artifactId>honeycomb-it-test</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <properties>
-        <hc.infra.version>1.17.10-RC1</hc.infra.version>
+        <hc.infra.version>1.17.10-SNAPSHOT</hc.infra.version>
     </properties>
 
     <dependencies>
index ece3fdd..8a2121b 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -32,7 +32,7 @@
 
     <groupId>io.fd.honeycomb.it</groupId>
     <artifactId>management</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 5402425..423a5c5 100644 (file)
@@ -5,12 +5,12 @@
     <parent>
         <artifactId>api-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.it</groupId>
     <artifactId>memory-benchmark-api</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
 </project>
\ No newline at end of file
index 8e6e063..a120919 100644 (file)
@@ -16,7 +16,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.honeycomb.it</groupId>
     <artifactId>benchmark-scripts</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <build>
index 099ea0c..78fea4e 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
     <version>1.0.0</version>
     <properties>
         <commons-csv.version>1.4</commons-csv.version>
-        <honeycomb.version>1.17.10-RC1</honeycomb.version>
+        <honeycomb.version>1.17.10-SNAPSHOT</honeycomb.version>
         <maven.groovy.version>2.0</maven.groovy.version>
         <groovy.version>2.4.7</groovy.version>
         <groovy.eclipse.compiler.version>2.9.2-01</groovy.eclipse.compiler.version>
                     <dependency>
                         <groupId>io.fd.honeycomb.it</groupId>
                         <artifactId>benchmark-scripts</artifactId>
-                        <version>1.17.10-RC1</version>
+                        <version>1.17.10-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
             </plugin>
index 449a8a5..6943e62 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.it</groupId>
   <artifactId>honeycomb-it-aggregator</artifactId>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>honeycomb-it</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 9c1bffb..54e6a84 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../../../common/api-parent</relativePath>
   </parent>
 
@@ -25,7 +25,7 @@
   <groupId>io.fd.honeycomb.it</groupId>
   <artifactId>honeycomb-test-model</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 196bb3a..fb2541c 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>minimal-distribution-core</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 45a9092..02cc245 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>minimal-distribution-test</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index c68d695..94e230a 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>minimal-distribution-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/minimal-distribution-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>minimal-distribution</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <properties>
         <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
index b9fb8e9..ac5a46c 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>bgp</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <!-- Common northbound configuration -->
index cdb3e85..d676295 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>common</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 60495d5..0e9cf53 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>netconf</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <properties>
         <yang.modules.whitelist>
index f5457b8..3f6586c 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>honeycomb-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 2876daa..49e5a90 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>restconf</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
 
     <properties>
         <jersey.version>1.19.1</jersey.version>
index bf10189..5755641 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>notification-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index b346c3f..a6c1e86 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>notification-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 500e699..ff447d4 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>notification-aggregator</artifactId>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 2b2ebf8..57fcb8f 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>infra-aggregator</artifactId>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index f6b683f..0f13c35 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>rpc-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 418eaf6..631b9db 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>rpc-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 2f3dc22..56fbb29 100644 (file)
@@ -5,13 +5,13 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>rpc-aggregator</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index f1d1ebf..c3029a0 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 4932a75..44cd512 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>api-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index addb401..e9f3369 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 707e1c5..a992a9d 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>translate-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index d485202..0574f45 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>translate-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 588fe54..2ad6854 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/api-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>translate-spi</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 08060c8..aad8af1 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>translate-utils</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 5d0e06d..7c75f86 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>honeycomb-aggregator</artifactId>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>honeycomb</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index a245501..d5798d8 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.nat</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index c115c84..61c65e7 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../../../common/impl-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.samples.interfaces</groupId>
   <artifactId>interfaces-mapping</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <honeycomb.infra.version>1.17.10-RC1</honeycomb.infra.version>
+    <honeycomb.infra.version>1.17.10-SNAPSHOT</honeycomb.infra.version>
     <sonar.skip>true</sonar.skip>
   </properties>
 
index 4c01b3b..9eb659c 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../../../common/api-parent</relativePath>
   </parent>
 
@@ -25,7 +25,7 @@
   <groupId>io.fd.honeycomb.samples.interfaces</groupId>
   <artifactId>interfaces-models</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index d6d1230..62ed318 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.samples.interfaces</groupId>
   <artifactId>interfaces-aggregator</artifactId>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index e2464ab..bed20df 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../../common/minimal-distribution-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.samples.distro</groupId>
   <artifactId>minimal-distribution</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
 
   <properties>
     <exec.parameters>-Xms128m -Xmx128m</exec.parameters>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <interfaces.mapping.version>1.17.10-RC1</interfaces.mapping.version>
-    <honeycomb.min.distro.version>1.17.10-RC1</honeycomb.min.distro.version>
+    <interfaces.mapping.version>1.17.10-SNAPSHOT</interfaces.mapping.version>
+    <honeycomb.min.distro.version>1.17.10-SNAPSHOT</honeycomb.min.distro.version>
     <sonar.skip>true</sonar.skip>
     <distribution.modules>
       io.fd.honeycomb.samples.interfaces.mapping.SampleInterfaceModule
index f7fe5b4..940eb22 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>samples-aggregator</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.10-RC1</version>
+  <version>1.17.10-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <description>Aggregator for Honeycomb sample plugins</description>
index 9ad8e73..5984657 100644 (file)
@@ -4,7 +4,7 @@ Honeycomb Plugin Archetype
 
 How to use it :
 
-    archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.17.10-RC1
+    archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.17.10-SNAPSHOT
 
 This will generate main aggregator project containing two sub-projects
 
index 46a6a78..8846b23 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
 
     <groupId>io.fd.honeycomb.tools</groupId>
     <artifactId>honeycomb-plugin-archetype</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>jar</packaging>
     <modelVersion>4.0.0</modelVersion>
 
index bb22088..47c4d33 100644 (file)
@@ -6,7 +6,7 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <requiredProperties>
         <requiredProperty key="version">
-            <defaultValue>1.17.10-RC1</defaultValue>
+            <defaultValue>1.17.10-SNAPSHOT</defaultValue>
         </requiredProperty>
     </requiredProperties>
 
index bfc59a4..624203f 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 0a06955..b10415d 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
 
     <properties>
-        <honeycomb.infra.version>1.17.10-RC1</honeycomb.infra.version>
+        <honeycomb.infra.version>1.17.10-SNAPSHOT</honeycomb.infra.version>
     </properties>
 
     <dependencies>
index bef8231..f3a0a46 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.17.10-RC1</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../common/honeycomb-parent</relativePath>
     </parent>
 
@@ -13,7 +13,7 @@
     <artifactId>honeycomb-tools</artifactId>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
-    <version>1.17.10-RC1</version>
+    <version>1.17.10-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for various Honeycomb tools</description>