diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-07-23 20:05:45 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-07-23 20:06:18 +0200 |
commit | acde568a1509927a14120f61fa2eb34c9caf995f (patch) | |
tree | 26429bd2b5c00c12b5e11e02ac4f2646d2a4b73c /infra/bgp-translate-impl/pom.xml | |
parent | 62c8f3a9c900acfef82ef5ddff0332244ab05ad1 (diff) |
Set Honeycomb version back to 1.18.07-SNAPSHOT
Change-Id: Ie51543c380c2d6ef2d4bd04abf9e48dd72970f47
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/bgp-translate-impl/pom.xml')
-rw-r--r-- | infra/bgp-translate-impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/bgp-translate-impl/pom.xml b/infra/bgp-translate-impl/pom.xml index f72af9898..1528709a5 100644 --- a/infra/bgp-translate-impl/pom.xml +++ b/infra/bgp-translate-impl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.07-RC1</version> + <version>1.18.07-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -28,7 +28,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>bgp-translate-impl</artifactId> <name>${project.artifactId}</name> - <version>1.18.07-RC1</version> + <version>1.18.07-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.opendaylight.controller</groupId> |