diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-27 21:48:42 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-27 21:48:42 +0200 |
commit | 0c83ec168d17d7296a3c1e4e1e3983dc932688b6 (patch) | |
tree | 68ab1aec38327a1a5e2b57dc0b65994103da67c1 /common/yang-whitelist | |
parent | 6dcd78a8100f7ff31332f4edee742a820ca126a4 (diff) |
Set Honeycomb version to 1.18.04.1-SNAPSHOT
Change-Id: I8e0e0dc63c39b5c979fae30b743dc7a8b3a486dd
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/yang-whitelist')
-rw-r--r-- | common/yang-whitelist/pom.xml | 2 | ||||
-rw-r--r-- | common/yang-whitelist/yang-whitelist-api/pom.xml | 4 | ||||
-rw-r--r-- | common/yang-whitelist/yang-whitelist-impl/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/common/yang-whitelist/pom.xml b/common/yang-whitelist/pom.xml index 59b612ced..179852ce6 100644 --- a/common/yang-whitelist/pom.xml +++ b/common/yang-whitelist/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.04</version> + <version>1.18.04.1-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> diff --git a/common/yang-whitelist/yang-whitelist-api/pom.xml b/common/yang-whitelist/yang-whitelist-api/pom.xml index caca824d2..a7398bfba 100644 --- a/common/yang-whitelist/yang-whitelist-api/pom.xml +++ b/common/yang-whitelist/yang-whitelist-api/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.04</version> + <version>1.18.04.1-SNAPSHOT</version> <relativePath>../../honeycomb-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-api</artifactId> - <version>1.18.04</version> + <version>1.18.04.1-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> diff --git a/common/yang-whitelist/yang-whitelist-impl/pom.xml b/common/yang-whitelist/yang-whitelist-impl/pom.xml index bf1db7374..8b2f54033 100644 --- a/common/yang-whitelist/yang-whitelist-impl/pom.xml +++ b/common/yang-whitelist/yang-whitelist-impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.04</version> + <version>1.18.04.1-SNAPSHOT</version> <relativePath>../../honeycomb-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-impl</artifactId> - <version>1.18.04</version> + <version>1.18.04.1-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> |