summaryrefslogtreecommitdiffstats
path: root/samples/interfaces
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-07-06 17:42:59 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-07-06 17:43:38 +0200
commit5e4470873e7b9580da9496f96d0a782d3de458ba (patch)
treee818c7ef38048fd08376f9897287b65569d9d647 /samples/interfaces
parent801e1cf4fd57a301e4216ef3ae04433e32788274 (diff)
Set honeycomb version back to 1.17.07-SNAPSHOT
Change-Id: Id9a143b6d7774aa3a93aaad7168eb424fbda0a85 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'samples/interfaces')
-rw-r--r--samples/interfaces/mapping/pom.xml6
-rw-r--r--samples/interfaces/models/pom.xml4
-rw-r--r--samples/interfaces/pom.xml4
3 files changed, 7 insertions, 7 deletions
diff --git a/samples/interfaces/mapping/pom.xml b/samples/interfaces/mapping/pom.xml
index 8a071e2e9..5910e73b2 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.17.07-RC1</version>
+ <version>1.17.07-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.17.07-RC1</version>
+ <version>1.17.07-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.17.07-RC1</honeycomb.infra.version>
+ <honeycomb.infra.version>1.17.07-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 f5d17881f..3ff0c630f 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.17.07-RC1</version>
+ <version>1.17.07-SNAPSHOT</version>
<relativePath>../../../common/api-parent</relativePath>
</parent>
@@ -25,7 +25,7 @@
<groupId>io.fd.honeycomb.samples.interfaces</groupId>
<artifactId>interfaces-models</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.07-RC1</version>
+ <version>1.17.07-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml
index 08dc39729..7c581aee3 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.17.07-RC1</version>
+ <version>1.17.07-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb.samples.interfaces</groupId>
<artifactId>interfaces-aggregator</artifactId>
- <version>1.17.07-RC1</version>
+ <version>1.17.07-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>