diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-17 16:32:51 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-17 16:34:09 +0100 |
commit | cd482508dce9d40eee561243a52d052f22e4f7cd (patch) | |
tree | 68e81187d9a3f4c0e02bd0d5247108fc11f851e6 /infra/footprint/footprint-api/pom.xml | |
parent | 18fb6025593c960f58e587c7c7fd01ce7a5a1cc2 (diff) |
Set Honeycomb version back to 1.18.01-SNAPSHOT
Change-Id: If0c4106e7c738acfdbe82a50303a4d84aa80d385
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 22a271354..45c4e2f3d 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.18.01-RC2</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.footprint</groupId> <artifactId>api</artifactId> - <version>1.18.01-RC2</version> + <version>1.18.01-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>jar</packaging> </project>
\ No newline at end of file |