diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-03 14:25:50 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-03 14:26:47 +0200 |
commit | ca983b9d748fd38e66f854a5d984d216958b1713 (patch) | |
tree | 42eb8e82fccf0545b2897243dbfec1f39622fd78 /infra/footprint/footprint-api/pom.xml | |
parent | e87dfb9a1e875776aaf3a4d0087a5df3f4c7e298 (diff) |
Set honeycomb version back to 1.17.10-SNAPSHOT
Change-Id: I6c65ee7b5e6aa77ab3093ab9ee87dcd7a86bdfe0
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/footprint/footprint-api/pom.xml')
-rw-r--r-- | infra/footprint/footprint-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/footprint/footprint-api/pom.xml b/infra/footprint/footprint-api/pom.xml index ccd14094e..cd9347a0d 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.17.10-RC1</version> + <version>1.17.10-SNAPSHOT</version> <relativePath>../../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.footprint</groupId> <artifactId>api</artifactId> - <version>1.17.10-RC1</version> + <version>1.17.10-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>jar</packaging> </project>
\ No newline at end of file |