diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 12:57:30 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 13:13:53 +0200 |
commit | 9f4407b83c7a484d9fba2fec1b4b1fce404f9f9e (patch) | |
tree | 1cf24ae099ada86a0f783ec879f6c9bf4e78e184 /infra/data-api | |
parent | ee55e59f5e1b2b1827bda39e553c5c200373caea (diff) |
Set honeycomb version back to 1.17.07-SNAPSHOT
Change-Id: I49581238280881f128f138b63e854f26998fddee
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/data-api')
-rw-r--r-- | infra/data-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/data-api/pom.xml b/infra/data-api/pom.xml index a3b94a50d..c45f7a03f 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.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -27,7 +27,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>data-api</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |