From 61cf6c87b550cb847a24b223b2493854b6d553c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Mon, 8 Apr 2019 11:10:15 +0200 Subject: [PATCH] update to lates snapshots --- samples/cargo-jolokia/pom.xml | 4 ++-- samples/custom-net/pom.xml | 4 ++-- samples/data-jolokia/pom.xml | 4 ++-- samples/docker-compose/pom.xml | 4 ++-- samples/dockerfile/pom.xml | 4 ++-- samples/dockerignore/pom.xml | 4 ++-- samples/healthcheck/pom.xml | 4 ++-- samples/helloworld/pom.xml | 4 ++-- samples/log/pom.xml | 4 ++-- samples/multi-wait/pom.xml | 4 ++-- samples/net/pom.xml | 4 ++-- samples/pom.xml | 2 +- samples/properties/pom.xml | 4 ++-- samples/run-java/pom.xml | 4 ++-- samples/smallest/pom.xml | 4 ++-- samples/volume/pom.xml | 4 ++-- samples/zero-config/pom.xml | 4 ++-- 17 files changed, 33 insertions(+), 33 deletions(-) diff --git a/samples/cargo-jolokia/pom.xml b/samples/cargo-jolokia/pom.xml index 28b6a70bf..a2c589f26 100644 --- a/samples/cargo-jolokia/pom.xml +++ b/samples/cargo-jolokia/pom.xml @@ -22,13 +22,13 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml io.fabric8 dmp-sample-cargo-jolokia - 0.29.0 + 0.29-SNAPSHOT http://www.jolokia.org diff --git a/samples/custom-net/pom.xml b/samples/custom-net/pom.xml index 06c600a0d..6f687a8ce 100644 --- a/samples/custom-net/pom.xml +++ b/samples/custom-net/pom.xml @@ -13,12 +13,12 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml dmp-custom-net - 0.29.0 + 0.29-SNAPSHOT diff --git a/samples/data-jolokia/pom.xml b/samples/data-jolokia/pom.xml index 2212980d1..561ebf6ba 100644 --- a/samples/data-jolokia/pom.xml +++ b/samples/data-jolokia/pom.xml @@ -22,12 +22,12 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml dmp-sample-data-jolokia - 0.29.0 + 0.29-SNAPSHOT docker diff --git a/samples/docker-compose/pom.xml b/samples/docker-compose/pom.xml index cdf0f5d90..a3c5fe98a 100644 --- a/samples/docker-compose/pom.xml +++ b/samples/docker-compose/pom.xml @@ -22,12 +22,12 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml dmp-sample-docker-compose - 0.29.0 + 0.29-SNAPSHOT http://www.jolokia.org diff --git a/samples/dockerfile/pom.xml b/samples/dockerfile/pom.xml index c220576bb..858e2edca 100644 --- a/samples/dockerfile/pom.xml +++ b/samples/dockerfile/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml dockerfile - 0.29.0 + 0.29-SNAPSHOT war dmp-sample-dockerfile diff --git a/samples/dockerignore/pom.xml b/samples/dockerignore/pom.xml index f34491c3d..6ffd3e2cc 100644 --- a/samples/dockerignore/pom.xml +++ b/samples/dockerignore/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml dmp-sample-dockerignore - 0.29.0 + 0.29-SNAPSHOT docker-build diff --git a/samples/healthcheck/pom.xml b/samples/healthcheck/pom.xml index a34c84ba1..75e2ff7d0 100644 --- a/samples/healthcheck/pom.xml +++ b/samples/healthcheck/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml dmp-sample-healthcheck - 0.29.0 + 0.29-SNAPSHOT diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index f833aff43..418c27b66 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -12,13 +12,13 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml dmp-sample-helloworld - 0.29.0 + 0.29-SNAPSHOT jar dmp-sample-helloworld diff --git a/samples/log/pom.xml b/samples/log/pom.xml index 41a3533f9..536d72b6d 100644 --- a/samples/log/pom.xml +++ b/samples/log/pom.xml @@ -13,14 +13,14 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml io.fabric8 dmp-sample-log - 0.29.0 + 0.29-SNAPSHOT diff --git a/samples/multi-wait/pom.xml b/samples/multi-wait/pom.xml index 3bb1ce226..d519fa223 100644 --- a/samples/multi-wait/pom.xml +++ b/samples/multi-wait/pom.xml @@ -3,12 +3,12 @@ 4.0.0 io.fabric8 dmp-sample-multi-wait - 0.29.0 + 0.29-SNAPSHOT io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml diff --git a/samples/net/pom.xml b/samples/net/pom.xml index 17e176a68..ef2a647dc 100644 --- a/samples/net/pom.xml +++ b/samples/net/pom.xml @@ -16,12 +16,12 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml dmp-sample-net - 0.29.0 + 0.29-SNAPSHOT diff --git a/samples/pom.xml b/samples/pom.xml index 867f68038..7e60a5b42 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -21,7 +21,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT pom http://www.jolokia.org diff --git a/samples/properties/pom.xml b/samples/properties/pom.xml index 0058f3f62..42e573ef5 100644 --- a/samples/properties/pom.xml +++ b/samples/properties/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml dmp-sample-properties - 0.29.0 + 0.29-SNAPSHOT docker-build diff --git a/samples/run-java/pom.xml b/samples/run-java/pom.xml index b99a76381..20740e9fd 100644 --- a/samples/run-java/pom.xml +++ b/samples/run-java/pom.xml @@ -7,14 +7,14 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml io.fabric8.dmp.samples dmp-sample-run-java jar - 0.29.0 + 0.29-SNAPSHOT diff --git a/samples/smallest/pom.xml b/samples/smallest/pom.xml index 8cc0f071e..fb2f11507 100644 --- a/samples/smallest/pom.xml +++ b/samples/smallest/pom.xml @@ -4,13 +4,13 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml fabric8io dmp-sample-smallest - 0.29.0 + 0.29-SNAPSHOT diff --git a/samples/volume/pom.xml b/samples/volume/pom.xml index b42f7bb48..23ce71565 100644 --- a/samples/volume/pom.xml +++ b/samples/volume/pom.xml @@ -15,12 +15,12 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml dmp-sample-volume - 0.29.0 + 0.29-SNAPSHOT diff --git a/samples/zero-config/pom.xml b/samples/zero-config/pom.xml index 86580c571..6b7deffe7 100644 --- a/samples/zero-config/pom.xml +++ b/samples/zero-config/pom.xml @@ -7,7 +7,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.29.0 + 0.29-SNAPSHOT ../pom.xml @@ -15,7 +15,7 @@ io.fabric8.dmp.samples demp-sample-zero-config jar - 0.29.0 + 0.29-SNAPSHOT ${project.build.directory}/${project.build.finalName}.jar