Set Honeycomb version to 1.19.04.1-SNAPSHOT 37/19237/1 stable/1904
authorMichal Cmarada <mcmarada@cisco.com>
Mon, 29 Apr 2019 12:52:55 +0000 (14:52 +0200)
committerMichal Cmarada <mcmarada@cisco.com>
Mon, 29 Apr 2019 12:52:55 +0000 (14:52 +0200)
Change-Id: Idc574442618d5ace087015c842fe2b8f72fb0ae2
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
75 files changed:
common/api-parent/pom.xml
common/asciidoc-scripts/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/scripts-parent/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-extensions/evpn/pom.xml
infra/northbound/bgp-extensions/extension-common/pom.xml
infra/northbound/bgp-extensions/inet/pom.xml
infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
infra/northbound/bgp-extensions/labeled-unicast/pom.xml
infra/northbound/bgp-extensions/linkstate/pom.xml
infra/northbound/bgp-extensions/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 37974b4..c48ca31 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>api-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index bb4875b..c7dbcd5 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.scripts</groupId>
         <artifactId>scripts-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../scripts-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.honeycomb.doc</groupId>
     <artifactId>asciidoc-scripts</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 76c4b7c..5a85c91 100644 (file)
@@ -4,7 +4,7 @@
   <groupId>io.fd.honeycomb.common</groupId>
   <artifactId>honeycomb-checkstyle</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
 
   <build>
     <pluginManagement>
index 82e96c1..9649853 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.scripts</groupId>
         <artifactId>scripts-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
index d6aedc3..20a5b19 100644 (file)
@@ -21,7 +21,7 @@
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.04</version>
+    <version>1.19.04.1-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.19.04</version>
+                            <version>1.19.04.1-SNAPSHOT</version>
                         </dependency>
                         <!-- Necessary for logging checks -->
                         <dependency>
                         <dependency>
                             <groupId>io.fd.honeycomb.doc</groupId>
                             <artifactId>asciidoc-scripts</artifactId>
-                            <version>1.19.04</version>
+                            <version>1.19.04.1-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>
index 0d6f5b5..f0d327e 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>impl-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
             <dependency>
               <groupId>io.fd.honeycomb.common</groupId>
               <artifactId>common-scripts</artifactId>
-              <version>1.19.04</version>
+              <version>1.19.04.1-SNAPSHOT</version>
             </dependency>
           </dependencies>
         </plugin>
index 1a50d72..db7f44e 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <artifactId>minimal-assembly-descriptor</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
index 2189e16..2e9f8fa 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>minimal-distribution-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>common-scripts</artifactId>
-                            <version>1.19.04</version>
+                            <version>1.19.04.1-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                         <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>minimal-assembly-descriptor</artifactId>
-                            <version>1.19.04</version>
+                            <version>1.19.04.1-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                     <executions>
index 04c7b35..a8af496 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>honeycomb-parent</relativePath>
   </parent>
 
   <artifactId>honeycomb-common-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 426c3ce..1efb174 100644 (file)
@@ -22,7 +22,7 @@
 
     <groupId>io.fd.honeycomb.scripts</groupId>
     <artifactId>scripts-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 10ff01b..a71be6f 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
 
index 2c48e7d..c6a0210 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
 
index 30d22d4..6ec0616 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
 
index aa89961..05cd04e 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index d86a4d1..8cae3f4 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
index 5a1a6cb..d5ca6b4 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
index 5c568b9..6068b1a 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 1959ada..95ea66f 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index b754fdd..c7d6a97 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index fa12f79..5cbaa5f 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 0b627f5..1fafc9d 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>jar</packaging>
 </project>
\ No newline at end of file
index 825e3d7..bcc9942 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 482072c..ce5b3c9 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>infra-aggregator</artifactId>
         <groupId>io.fd.honeycomb</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
index 7917208..c0a9e14 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 974a635..385b9f4 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../../common/honeycomb-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>benchmark</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>jar</packaging>
 
index 61a7008..2ee2f09 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <properties>
-        <hc.infra.version>1.19.04</hc.infra.version>
+        <hc.infra.version>1.19.04.1-SNAPSHOT</hc.infra.version>
     </properties>
 
     <dependencies>
index a4bf452..1469a2b 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <dependencies>
         <dependency>
index 1874939..f2c219c 100644 (file)
@@ -5,13 +5,13 @@
     <parent>
         <artifactId>api-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 </project>
\ No newline at end of file
index 74e830c..605398f 100644 (file)
@@ -16,7 +16,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.honeycomb.it</groupId>
     <artifactId>benchmark-scripts</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>jar</packaging>
 
index 6927037..540584e 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.6</commons-csv.version>
-        <honeycomb.version>1.19.04</honeycomb.version>
+        <honeycomb.version>1.19.04.1-SNAPSHOT</honeycomb.version>
         <maven.groovy.version>1.6.2</maven.groovy.version>
         <groovy.version>2.5.5</groovy.version>
         <groovy.eclipse.compiler.version>3.3.0-01</groovy.eclipse.compiler.version>
                     <dependency>
                         <groupId>io.fd.honeycomb.it</groupId>
                         <artifactId>benchmark-scripts</artifactId>
-                        <version>1.19.04</version>
+                        <version>1.19.04.1-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
             </plugin>
index c58a7f4..d026714 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.it</groupId>
   <artifactId>honeycomb-it-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>honeycomb-it</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 3163d5a..98f9fd6 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index d7a16fa..927881d 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index fa0815a..196de1b 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 1d23cd0..4dfe6ac 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>minimal-distribution-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
 
     <properties>
         <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
index a70b8f6..8a0b5b8 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index af0e0f8..379cc2b 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index e84e2e7..fa0b1dd 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 6cdfb98..fad058a 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 636f916..cc7f5f9 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 0b66054..1e26a6e 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <dependencies>
         <dependency>
index 7a463ef..4d41123 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <dependencies>
         <dependency>
index 3f86482..94d1eff 100644 (file)
     <parent>
         <artifactId>honeycomb-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <modules>
         <module>evpn</module>
index e4f3133..73b7a3e 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>bgp</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index a1eb589..af9b704 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>common</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencies>
index 699a573..aadd897 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 64d5174..5b6a007 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>honeycomb-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index d13eb95..95cc245 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 118ea56..211e806 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 4c9a09d..7a88668 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index f8c7e68..a16e1ac 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>notification-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 179e627..bc4eb52 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>infra-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index f2394ea..4048840 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 9d54a65..383cb1c 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 3f751e9..f4a2733 100644 (file)
@@ -5,13 +5,13 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>rpc-aggregator</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index d610547..02e0b7b 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index ef14321..8164a48 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>api-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../../common/api-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 333cd20..d6798ab 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 43a1e90..cd9fafd 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 09e5fb4..9d2d958 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index f8278ff..52fd26a 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>api-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index d6db025..30a02e5 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 2f276ae..6417b9f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>honeycomb-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>honeycomb</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 9cf9768..ccaca7e 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.nat</groupId>
   <artifactId>release-notes-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index a5c950e..11796f4 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <honeycomb.infra.version>1.19.04</honeycomb.infra.version>
+    <honeycomb.infra.version>1.19.04.1-SNAPSHOT</honeycomb.infra.version>
     <sonar.skip>true</sonar.skip>
   </properties>
 
index 39e22fa..b9be38e 100644 (file)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index 353a9c2..42ebdf5 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb.samples.interfaces</groupId>
   <artifactId>interfaces-aggregator</artifactId>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index be26664..8f38678 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-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.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
 
   <properties>
     <exec.parameters>-Xms128m -Xmx128m</exec.parameters>
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
-    <interfaces.mapping.version>1.19.04</interfaces.mapping.version>
-    <honeycomb.min.distro.version>1.19.04</honeycomb.min.distro.version>
+    <interfaces.mapping.version>1.19.04.1-SNAPSHOT</interfaces.mapping.version>
+    <honeycomb.min.distro.version>1.19.04.1-SNAPSHOT</honeycomb.min.distro.version>
     <sonar.skip>true</sonar.skip>
     <distribution.modules>
       io.fd.honeycomb.samples.interfaces.mapping.SampleInterfaceModule
index ae03381..8368714 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <relativePath>../common/honeycomb-parent</relativePath>
   </parent>
 
   <groupId>io.fd.honeycomb</groupId>
   <artifactId>samples-aggregator</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.19.04</version>
+  <version>1.19.04.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <description>Aggregator for Honeycomb sample plugins</description>
index e6f7349..3bc94e7 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.19.04
+    archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.19.04.1-SNAPSHOT
 
 This will generate main aggregator project containing two sub-projects
 
index 9b48669..a1b8944 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <packaging>jar</packaging>
     <modelVersion>4.0.0</modelVersion>
 
index 3e848de..a27f50d 100644 (file)
@@ -6,7 +6,7 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <requiredProperties>
         <requiredProperty key="version">
-            <defaultValue>1.19.04</defaultValue>
+            <defaultValue>1.19.04.1-SNAPSHOT</defaultValue>
         </requiredProperty>
     </requiredProperties>
 
index 62466fd..81f4879 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 0dd6414..b8472f9 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.1-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
 
     <properties>
-        <honeycomb.infra.version>1.19.04</honeycomb.infra.version>
+        <honeycomb.infra.version>1.19.04.1-SNAPSHOT</honeycomb.infra.version>
     </properties>
 
     <dependencies>
index 47bc2a2..def9ff2 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>honeycomb-parent</artifactId>
-        <version>1.19.04</version>
+        <version>1.19.04.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.19.04</version>
+    <version>1.19.04.1-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <description>Aggregator for various Honeycomb tools</description>