diff options
author | 2018-01-31 17:20:07 +0100 | |
---|---|---|
committer | 2018-01-31 17:31:46 +0100 | |
commit | fac66dd156fcd92a799d3a22bd9e4cdcf613d200 (patch) | |
tree | 3645ece749a7e5ae85b57f876f285fa085301f41 /common/impl-parent | |
parent | 7ac81f1e8d99b5de3a92f4db25a39862a5ffbaab (diff) |
Hc2vpp 1.18.01 release
Change-Id: Ibb4b5314d7e93052e7a29bd1fc84be8bf5654b02
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/impl-parent')
-rw-r--r-- | common/impl-parent/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 2883c92df..fb4677c73 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -7,14 +7,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01</version> <relativePath>../hc2vpp-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01</version> <packaging>pom</packaging> <!-- import dependencies from honeycomb impl-parent --> @@ -23,7 +23,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01</version> <type>pom</type> <scope>import</scope> </dependency> |