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 /samples | |
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 'samples')
-rw-r--r-- | samples/pom.xml | 2 | ||||
-rw-r--r-- | samples/samples-api/pom.xml | 4 | ||||
-rw-r--r-- | samples/samples-impl/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/samples/pom.xml b/samples/pom.xml index 8ba5bcb8c..7541e5075 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>hc2vpp-parent</artifactId> <groupId>io.fd.hc2vpp.common</groupId> - <version>1.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/samples-api/pom.xml b/samples/samples-api/pom.xml index bf84a5d7f..4ae01a7c8 100644 --- a/samples/samples-api/pom.xml +++ b/samples/samples-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -13,7 +13,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>samples-api</artifactId> <name>${project.artifactId}</name> - <version>1.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/samples/samples-impl/pom.xml b/samples/samples-impl/pom.xml index 951b4e2aa..1bb69f4c7 100644 --- a/samples/samples-impl/pom.xml +++ b/samples/samples-impl/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>samples-impl</artifactId> <name>${project.artifactId}</name> - <version>1.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <dependencies> <!-- Api classes generated from yang model --> |