diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-02-15 14:28:56 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-02-15 13:30:03 +0000 |
commit | b69b4688446bdf790a714944c72b8324ba4efce8 (patch) | |
tree | 46cabdde1d38bca9fbe65bf04f67ae64011ae924 /infra/bgp-translate-impl | |
parent | 51522c553834b6e8773e91b1561c5838776b5c29 (diff) |
Set Honeycomb version to 1.18.01.2-SNAPSHOT
Change-Id: Ia99ee95a3b53b7d90ee871ad6754053b4524c086
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/bgp-translate-impl')
-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 5b35364ef..b1b42aaa2 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.01.1</version> + <version>1.18.01.2-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.01.1</version> + <version>1.18.01.2-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.opendaylight.controller</groupId> |