summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/api-parent/pom.xml4
-rw-r--r--common/asciidoc-scripts/pom.xml4
-rw-r--r--common/checkstyle/pom.xml2
-rw-r--r--common/common-scripts/pom.xml4
-rw-r--r--common/honeycomb-parent/pom.xml6
-rw-r--r--common/impl-parent/pom.xml6
-rw-r--r--common/minimal-assembly-descriptor/pom.xml4
-rw-r--r--common/minimal-distribution-parent/pom.xml8
-rw-r--r--common/pom.xml4
-rw-r--r--common/scripts-parent/pom.xml2
-rw-r--r--common/yang-whitelist/pom.xml2
-rw-r--r--common/yang-whitelist/yang-whitelist-api/pom.xml4
-rw-r--r--common/yang-whitelist/yang-whitelist-impl/pom.xml4
-rw-r--r--infra/bgp-distribution-test/pom.xml4
-rw-r--r--infra/bgp-translate-api/pom.xml4
-rw-r--r--infra/bgp-translate-impl/pom.xml4
-rw-r--r--infra/binding-init/pom.xml4
-rw-r--r--infra/cfg-init/pom.xml4
-rw-r--r--infra/data-api/pom.xml4
-rw-r--r--infra/data-impl/pom.xml4
-rw-r--r--infra/footprint/footprint-api/pom.xml4
-rw-r--r--infra/footprint/footprint-impl/pom.xml4
-rw-r--r--infra/footprint/pom.xml2
-rw-r--r--infra/impl/pom.xml4
-rw-r--r--infra/it/benchmark/pom.xml4
-rw-r--r--infra/it/it-test/pom.xml6
-rw-r--r--infra/it/management/pom.xml4
-rw-r--r--infra/it/memory-benchmark-api/pom.xml4
-rw-r--r--infra/it/memory-benchmark-scripts/pom.xml2
-rw-r--r--infra/it/memory-benchmark/pom.xml6
-rw-r--r--infra/it/pom.xml4
-rw-r--r--infra/it/test-model/pom.xml4
-rw-r--r--infra/minimal-distribution-core/pom.xml4
-rw-r--r--infra/minimal-distribution-test/pom.xml4
-rw-r--r--infra/minimal-distribution/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/evpn/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/extension-common/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/inet/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/labeled-unicast/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/linkstate/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/pom.xml4
-rw-r--r--infra/northbound/bgp/pom.xml4
-rw-r--r--infra/northbound/common/pom.xml4
-rw-r--r--infra/northbound/netconf/pom.xml4
-rw-r--r--infra/northbound/pom.xml2
-rw-r--r--infra/northbound/restconf/pom.xml4
-rw-r--r--infra/notification/api/pom.xml4
-rw-r--r--infra/notification/impl/pom.xml4
-rw-r--r--infra/notification/pom.xml4
-rw-r--r--infra/pom.xml4
-rw-r--r--infra/rpc/api/pom.xml4
-rw-r--r--infra/rpc/impl/pom.xml4
-rw-r--r--infra/rpc/pom.xml4
-rw-r--r--infra/test-utils/pom.xml2
-rw-r--r--infra/test-utils/test-api/pom.xml2
-rw-r--r--infra/test-utils/test-tools/pom.xml2
-rw-r--r--infra/translate-api/pom.xml4
-rw-r--r--infra/translate-impl/pom.xml4
-rw-r--r--infra/translate-spi/pom.xml4
-rw-r--r--infra/translate-utils/pom.xml4
-rw-r--r--pom.xml4
-rw-r--r--release-notes/pom.xml4
-rw-r--r--samples/interfaces/mapping/pom.xml6
-rw-r--r--samples/interfaces/models/pom.xml4
-rw-r--r--samples/interfaces/pom.xml4
-rw-r--r--samples/minimal-distribution/pom.xml8
-rw-r--r--samples/pom.xml4
-rw-r--r--tools/archetype/asciidoc/Readme.adoc2
-rw-r--r--tools/archetype/pom.xml4
-rw-r--r--tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml2
-rw-r--r--tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml2
-rw-r--r--tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml4
-rw-r--r--tools/pom.xml4
75 files changed, 147 insertions, 147 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml
index 206b12572..1274565f7 100644
--- a/common/api-parent/pom.xml
+++ b/common/api-parent/pom.xml
@@ -18,14 +18,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>api-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/common/asciidoc-scripts/pom.xml b/common/asciidoc-scripts/pom.xml
index ed7fc23ca..dab54148f 100644
--- a/common/asciidoc-scripts/pom.xml
+++ b/common/asciidoc-scripts/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.honeycomb.scripts</groupId>
<artifactId>scripts-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../scripts-parent</relativePath>
</parent>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.doc</groupId>
<artifactId>asciidoc-scripts</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml
index cba0bc563..19fc4a540 100644
--- a/common/checkstyle/pom.xml
+++ b/common/checkstyle/pom.xml
@@ -4,7 +4,7 @@
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-checkstyle</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<build>
<pluginManagement>
diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml
index aa1f4fea2..3330d532c 100644
--- a/common/common-scripts/pom.xml
+++ b/common/common-scripts/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.honeycomb.scripts</groupId>
<artifactId>scripts-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../scripts-parent</relativePath>
</parent>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml
index a9ad5094e..536247639 100644
--- a/common/honeycomb-parent/pom.xml
+++ b/common/honeycomb-parent/pom.xml
@@ -21,7 +21,7 @@
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.1.1</maven>
@@ -295,7 +295,7 @@
<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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
</dependency>
<!-- Necessary for logging checks -->
<dependency>
@@ -543,7 +543,7 @@
<dependency>
<groupId>io.fd.honeycomb.doc</groupId>
<artifactId>asciidoc-scripts</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml
index f766db1b6..4a2badc0d 100644
--- a/common/impl-parent/pom.xml
+++ b/common/impl-parent/pom.xml
@@ -19,14 +19,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>impl-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -118,7 +118,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml
index 8c6131457..7415716e0 100644
--- a/common/minimal-assembly-descriptor/pom.xml
+++ b/common/minimal-assembly-descriptor/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../honeycomb-parent</relativePath>
</parent>
<artifactId>minimal-assembly-descriptor</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<modelVersion>4.0.0</modelVersion>
diff --git a/common/minimal-distribution-parent/pom.xml b/common/minimal-distribution-parent/pom.xml
index b22acfdbc..0440a69db 100644
--- a/common/minimal-distribution-parent/pom.xml
+++ b/common/minimal-distribution-parent/pom.xml
@@ -20,14 +20,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>minimal-distribution-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -133,7 +133,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
@@ -146,7 +146,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>minimal-assembly-descriptor</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>
diff --git a/common/pom.xml b/common/pom.xml
index 1e6e52d73..9d9ff2d14 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>honeycomb-parent</relativePath>
</parent>
<artifactId>honeycomb-common-aggregator</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/common/scripts-parent/pom.xml b/common/scripts-parent/pom.xml
index 123f70217..ea87d85fa 100644
--- a/common/scripts-parent/pom.xml
+++ b/common/scripts-parent/pom.xml
@@ -22,7 +22,7 @@
<groupId>io.fd.honeycomb.scripts</groupId>
<artifactId>scripts-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
diff --git a/common/yang-whitelist/pom.xml b/common/yang-whitelist/pom.xml
index a495cb46f..1d8efe884 100644
--- a/common/yang-whitelist/pom.xml
+++ b/common/yang-whitelist/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
diff --git a/common/yang-whitelist/yang-whitelist-api/pom.xml b/common/yang-whitelist/yang-whitelist-api/pom.xml
index 5b82b8f7f..682113693 100644
--- a/common/yang-whitelist/yang-whitelist-api/pom.xml
+++ b/common/yang-whitelist/yang-whitelist-api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../honeycomb-parent</relativePath>
</parent>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.yang</groupId>
<artifactId>yang-whitelist-api</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
diff --git a/common/yang-whitelist/yang-whitelist-impl/pom.xml b/common/yang-whitelist/yang-whitelist-impl/pom.xml
index 4e75a1a74..8cff79f4d 100644
--- a/common/yang-whitelist/yang-whitelist-impl/pom.xml
+++ b/common/yang-whitelist/yang-whitelist-impl/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../honeycomb-parent</relativePath>
</parent>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.yang</groupId>
<artifactId>yang-whitelist-impl</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
diff --git a/infra/bgp-distribution-test/pom.xml b/infra/bgp-distribution-test/pom.xml
index a6dc2307d..a0fa4b94a 100644
--- a/infra/bgp-distribution-test/pom.xml
+++ b/infra/bgp-distribution-test/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/bgp-translate-api/pom.xml b/infra/bgp-translate-api/pom.xml
index 266bf35dd..e290b378c 100644
--- a/infra/bgp-translate-api/pom.xml
+++ b/infra/bgp-translate-api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
diff --git a/infra/bgp-translate-impl/pom.xml b/infra/bgp-translate-impl/pom.xml
index 972fa6944..1e0edc2f1 100644
--- a/infra/bgp-translate-impl/pom.xml
+++ b/infra/bgp-translate-impl/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.opendaylight.controller</groupId>
diff --git a/infra/binding-init/pom.xml b/infra/binding-init/pom.xml
index 745a50470..a27b5789f 100644
--- a/infra/binding-init/pom.xml
+++ b/infra/binding-init/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb</groupId>
<artifactId>binding-init</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<properties>
diff --git a/infra/cfg-init/pom.xml b/infra/cfg-init/pom.xml
index 5feec108d..942e5b5a2 100644
--- a/infra/cfg-init/pom.xml
+++ b/infra/cfg-init/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/data-api/pom.xml b/infra/data-api/pom.xml
index 702351503..4b61143f7 100644
--- a/infra/data-api/pom.xml
+++ b/infra/data-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml
index 14a55af5a..db95744da 100644
--- a/infra/data-impl/pom.xml
+++ b/infra/data-impl/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/footprint/footprint-api/pom.xml b/infra/footprint/footprint-api/pom.xml
index 196638705..edc8ae52f 100644
--- a/infra/footprint/footprint-api/pom.xml
+++ b/infra/footprint/footprint-api/pom.xml
@@ -21,14 +21,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/api-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.footprint</groupId>
<artifactId>api</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>jar</packaging>
</project> \ No newline at end of file
diff --git a/infra/footprint/footprint-impl/pom.xml b/infra/footprint/footprint-impl/pom.xml
index a31e7c76e..99f8aaaa1 100644
--- a/infra/footprint/footprint-impl/pom.xml
+++ b/infra/footprint/footprint-impl/pom.xml
@@ -21,14 +21,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.footprint</groupId>
<artifactId>impl</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/footprint/pom.xml b/infra/footprint/pom.xml
index c7e05d217..f11e600ba 100644
--- a/infra/footprint/pom.xml
+++ b/infra/footprint/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>infra-aggregator</artifactId>
<groupId>io.fd.honeycomb</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/impl/pom.xml b/infra/impl/pom.xml
index 3bd0d35e7..0756075f0 100644
--- a/infra/impl/pom.xml
+++ b/infra/impl/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
<dependency>
diff --git a/infra/it/benchmark/pom.xml b/infra/it/benchmark/pom.xml
index 439cf7fdd..951624b88 100644
--- a/infra/it/benchmark/pom.xml
+++ b/infra/it/benchmark/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb</groupId>
<artifactId>benchmark</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>jar</packaging>
diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml
index ada29acac..1769afa1f 100644
--- a/infra/it/it-test/pom.xml
+++ b/infra/it/it-test/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
@@ -27,10 +27,10 @@
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>honeycomb-it-test</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<properties>
- <hc.infra.version>1.18.10</hc.infra.version>
+ <hc.infra.version>1.18.10.1-SNAPSHOT</hc.infra.version>
</properties>
<dependencies>
diff --git a/infra/it/management/pom.xml b/infra/it/management/pom.xml
index 67b512ca3..15026851b 100644
--- a/infra/it/management/pom.xml
+++ b/infra/it/management/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/it/memory-benchmark-api/pom.xml b/infra/it/memory-benchmark-api/pom.xml
index 7e41f25fd..d6e967eab 100644
--- a/infra/it/memory-benchmark-api/pom.xml
+++ b/infra/it/memory-benchmark-api/pom.xml
@@ -5,13 +5,13 @@
<parent>
<artifactId>api-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
</project> \ No newline at end of file
diff --git a/infra/it/memory-benchmark-scripts/pom.xml b/infra/it/memory-benchmark-scripts/pom.xml
index 0f9449728..7c5245897 100644
--- a/infra/it/memory-benchmark-scripts/pom.xml
+++ b/infra/it/memory-benchmark-scripts/pom.xml
@@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>benchmark-scripts</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>jar</packaging>
diff --git a/infra/it/memory-benchmark/pom.xml b/infra/it/memory-benchmark/pom.xml
index 6c2dc39cc..47d5ac0ea 100644
--- a/infra/it/memory-benchmark/pom.xml
+++ b/infra/it/memory-benchmark/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -34,7 +34,7 @@
<version>1.0.0</version>
<properties>
<commons-csv.version>1.4</commons-csv.version>
- <honeycomb.version>1.18.10</honeycomb.version>
+ <honeycomb.version>1.18.10.1-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>
@@ -176,7 +176,7 @@
<dependency>
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>benchmark-scripts</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
diff --git a/infra/it/pom.xml b/infra/it/pom.xml
index 9b27daec7..235bc25e7 100644
--- a/infra/it/pom.xml
+++ b/infra/it/pom.xml
@@ -18,13 +18,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>honeycomb-it-aggregator</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>honeycomb-it</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/it/test-model/pom.xml b/infra/it/test-model/pom.xml
index 846f609a4..985028227 100644
--- a/infra/it/test-model/pom.xml
+++ b/infra/it/test-model/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/minimal-distribution-core/pom.xml b/infra/minimal-distribution-core/pom.xml
index 2ab63439c..2bdea9821 100644
--- a/infra/minimal-distribution-core/pom.xml
+++ b/infra/minimal-distribution-core/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<properties>
diff --git a/infra/minimal-distribution-test/pom.xml b/infra/minimal-distribution-test/pom.xml
index 28fed75ef..43724c376 100644
--- a/infra/minimal-distribution-test/pom.xml
+++ b/infra/minimal-distribution-test/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml
index b0ae7f8e4..36a996a33 100644
--- a/infra/minimal-distribution/pom.xml
+++ b/infra/minimal-distribution/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>minimal-distribution-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<properties>
<main.class>io.fd.honeycomb.infra.distro.Main</main.class>
diff --git a/infra/northbound/bgp-extensions/evpn/pom.xml b/infra/northbound/bgp-extensions/evpn/pom.xml
index ee13b73d1..1460c5fcf 100644
--- a/infra/northbound/bgp-extensions/evpn/pom.xml
+++ b/infra/northbound/bgp-extensions/evpn/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>evpn</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/extension-common/pom.xml b/infra/northbound/bgp-extensions/extension-common/pom.xml
index e9241411d..2d5955301 100644
--- a/infra/northbound/bgp-extensions/extension-common/pom.xml
+++ b/infra/northbound/bgp-extensions/extension-common/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>extension-common</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/inet/pom.xml b/infra/northbound/bgp-extensions/inet/pom.xml
index a599918a2..0e08916f7 100644
--- a/infra/northbound/bgp-extensions/inet/pom.xml
+++ b/infra/northbound/bgp-extensions/inet/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>inet</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
index 90dfe9553..e8727147a 100644
--- a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
+++ b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>l3-vpn-v4</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
index 37b337996..41781bf16 100644
--- a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
+++ b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>l3-vpn-v6</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
index c161aea3e..9432d62fc 100644
--- a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
+++ b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>labeled-unicast</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/linkstate/pom.xml b/infra/northbound/bgp-extensions/linkstate/pom.xml
index 46e8905fc..fdb0aa860 100644
--- a/infra/northbound/bgp-extensions/linkstate/pom.xml
+++ b/infra/northbound/bgp-extensions/linkstate/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>linkstate</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/pom.xml b/infra/northbound/bgp-extensions/pom.xml
index 2f6ea4edc..2cf81ded3 100644
--- a/infra/northbound/bgp-extensions/pom.xml
+++ b/infra/northbound/bgp-extensions/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>honeycomb-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>bgp-extensions</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<modules>
<module>evpn</module>
diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml
index 53ddbc89f..65eef4f50 100644
--- a/infra/northbound/bgp/pom.xml
+++ b/infra/northbound/bgp/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>bgp</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml
index 4bcfa5eb6..ffe7c2f9c 100644
--- a/infra/northbound/common/pom.xml
+++ b/infra/northbound/common/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>common</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml
index 6eefd02a3..9a666d41f 100644
--- a/infra/northbound/netconf/pom.xml
+++ b/infra/northbound/netconf/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>netconf</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<properties>
diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml
index 10b8daa9b..79dfccd4d 100644
--- a/infra/northbound/pom.xml
+++ b/infra/northbound/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>honeycomb-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml
index 706de6d16..1c6ac8669 100644
--- a/infra/northbound/restconf/pom.xml
+++ b/infra/northbound/restconf/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>restconf</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<properties>
diff --git a/infra/notification/api/pom.xml b/infra/notification/api/pom.xml
index 94008603c..c93999eb8 100644
--- a/infra/notification/api/pom.xml
+++ b/infra/notification/api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml
index 66f9b97c6..c0e23cc00 100644
--- a/infra/notification/impl/pom.xml
+++ b/infra/notification/impl/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml
index 2669d5062..755dd9383 100644
--- a/infra/notification/pom.xml
+++ b/infra/notification/pom.xml
@@ -18,13 +18,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb</groupId>
<artifactId>notification-aggregator</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/pom.xml b/infra/pom.xml
index e6cdd1e8b..0bf1c10f0 100644
--- a/infra/pom.xml
+++ b/infra/pom.xml
@@ -18,13 +18,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb</groupId>
<artifactId>infra-aggregator</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/rpc/api/pom.xml b/infra/rpc/api/pom.xml
index 663751522..ea4c6faaa 100644
--- a/infra/rpc/api/pom.xml
+++ b/infra/rpc/api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/rpc/impl/pom.xml b/infra/rpc/impl/pom.xml
index 071eb064a..7e06891ca 100644
--- a/infra/rpc/impl/pom.xml
+++ b/infra/rpc/impl/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/rpc/pom.xml b/infra/rpc/pom.xml
index bf6bd3113..6d3bb13b6 100644
--- a/infra/rpc/pom.xml
+++ b/infra/rpc/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb</groupId>
<artifactId>rpc-aggregator</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/test-utils/pom.xml b/infra/test-utils/pom.xml
index eb021f5dc..36af217b9 100644
--- a/infra/test-utils/pom.xml
+++ b/infra/test-utils/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/test-utils/test-api/pom.xml b/infra/test-utils/test-api/pom.xml
index e3a2cd759..30e96fe6a 100644
--- a/infra/test-utils/test-api/pom.xml
+++ b/infra/test-utils/test-api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>api-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/api-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/test-utils/test-tools/pom.xml b/infra/test-utils/test-tools/pom.xml
index 44b775178..df01b7ab3 100644
--- a/infra/test-utils/test-tools/pom.xml
+++ b/infra/test-utils/test-tools/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/translate-api/pom.xml b/infra/translate-api/pom.xml
index 3deee65c5..9ca49601b 100644
--- a/infra/translate-api/pom.xml
+++ b/infra/translate-api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/translate-impl/pom.xml b/infra/translate-impl/pom.xml
index 890e99c4d..2ff730a24 100644
--- a/infra/translate-impl/pom.xml
+++ b/infra/translate-impl/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/translate-spi/pom.xml b/infra/translate-spi/pom.xml
index 8d20732d0..46eb2b4cf 100644
--- a/infra/translate-spi/pom.xml
+++ b/infra/translate-spi/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/translate-utils/pom.xml b/infra/translate-utils/pom.xml
index 28b923705..9a02cf649 100644
--- a/infra/translate-utils/pom.xml
+++ b/infra/translate-utils/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
diff --git a/pom.xml b/pom.xml
index 02697add5..d1f4cc767 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,13 +17,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb</groupId>
<artifactId>honeycomb-aggregator</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>honeycomb</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/release-notes/pom.xml b/release-notes/pom.xml
index 5cf008d44..955e8ab5f 100644
--- a/release-notes/pom.xml
+++ b/release-notes/pom.xml
@@ -19,13 +19,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb.nat</groupId>
<artifactId>release-notes-aggregator</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/interfaces/mapping/pom.xml b/samples/interfaces/mapping/pom.xml
index 92e4d829c..c86de171a 100644
--- a/samples/interfaces/mapping/pom.xml
+++ b/samples/interfaces/mapping/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
@@ -25,11 +25,11 @@
<groupId>io.fd.honeycomb.samples.interfaces</groupId>
<artifactId>interfaces-mapping</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.18.10</honeycomb.infra.version>
+ <honeycomb.infra.version>1.18.10.1-SNAPSHOT</honeycomb.infra.version>
<sonar.skip>true</sonar.skip>
</properties>
diff --git a/samples/interfaces/models/pom.xml b/samples/interfaces/models/pom.xml
index 10c7babc6..f5b8c3642 100644
--- a/samples/interfaces/models/pom.xml
+++ b/samples/interfaces/models/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml
index ee28c87a1..d3997f7be 100644
--- a/samples/interfaces/pom.xml
+++ b/samples/interfaces/pom.xml
@@ -18,13 +18,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb.samples.interfaces</groupId>
<artifactId>interfaces-aggregator</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/minimal-distribution/pom.xml b/samples/minimal-distribution/pom.xml
index 420494893..10534c070 100644
--- a/samples/minimal-distribution/pom.xml
+++ b/samples/minimal-distribution/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>minimal-distribution-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../../common/minimal-distribution-parent</relativePath>
</parent>
@@ -26,13 +26,13 @@
<groupId>io.fd.honeycomb.samples.distro</groupId>
<artifactId>minimal-distribution</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<properties>
<exec.parameters>-Xms128m -Xmx128m</exec.parameters>
<main.class>io.fd.honeycomb.infra.distro.Main</main.class>
- <interfaces.mapping.version>1.18.10</interfaces.mapping.version>
- <honeycomb.min.distro.version>1.18.10</honeycomb.min.distro.version>
+ <interfaces.mapping.version>1.18.10.1-SNAPSHOT</interfaces.mapping.version>
+ <honeycomb.min.distro.version>1.18.10.1-SNAPSHOT</honeycomb.min.distro.version>
<sonar.skip>true</sonar.skip>
<distribution.modules>
io.fd.honeycomb.samples.interfaces.mapping.SampleInterfaceModule
diff --git a/samples/pom.xml b/samples/pom.xml
index e3eb80ad9..1b2e4b0f3 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -18,14 +18,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<relativePath>../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb</groupId>
<artifactId>samples-aggregator</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<description>Aggregator for Honeycomb sample plugins</description>
diff --git a/tools/archetype/asciidoc/Readme.adoc b/tools/archetype/asciidoc/Readme.adoc
index 3fc9c24fb..26c0c5e0e 100644
--- a/tools/archetype/asciidoc/Readme.adoc
+++ b/tools/archetype/asciidoc/Readme.adoc
@@ -4,7 +4,7 @@ Honeycomb Plugin Archetype
How to use it :
- archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.18.10
+ archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.18.10.1-SNAPSHOT
This will generate main aggregator project containing two sub-projects
diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml
index 6a5092c4b..e975aa98b 100644
--- a/tools/archetype/pom.xml
+++ b/tools/archetype/pom.xml
@@ -5,14 +5,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
index 4474f1c98..8080c9261 100644
--- a/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
+++ b/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -6,7 +6,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<requiredProperties>
<requiredProperty key="version">
- <defaultValue>1.18.10</defaultValue>
+ <defaultValue>1.18.10.1-SNAPSHOT</defaultValue>
</requiredProperty>
</requiredProperties>
diff --git a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml
index cbfe9455a..680e90aa2 100644
--- a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml
+++ b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
index 048b5db28..fff7167c4 100644
--- a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
+++ b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.18.10</honeycomb.infra.version>
+ <honeycomb.infra.version>1.18.10.1-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>
diff --git a/tools/pom.xml b/tools/pom.xml
index 4f2357b1b..e6201b806 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.10</version>
+ <version>1.18.10.1-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.18.10</version>
+ <version>1.18.10.1-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<description>Aggregator for various Honeycomb tools</description>