diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-10 11:05:35 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-10 11:08:24 +0100 |
commit | 0c7caef96d2a3bf9e9175a74f096da2e7263225a (patch) | |
tree | bde2f8714d63f361d747e9fe6b4260f93db52c60 /common/impl-parent | |
parent | b13e648949b268a91be59e2b722f6e687342a918 (diff) |
Set hc2vpp version back to 1.18.01-SNAPSHOT
Also sets honeycomb DEB/RPM package version to 1.18.01-RC2~$BUILD_NUMBER
Change-Id: I7d1916b9e464d957d55b620e746cf763c83943a8
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 d313bd2c4..2883c92df 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-RC1</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../hc2vpp-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</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-RC1</version> + <version>1.18.01-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |