diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-04 08:49:08 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-04 08:49:08 +0200 |
commit | 6476517acdd7391845a3795a24cc6144fa5e685b (patch) | |
tree | b26adce4dd8cd74fa373f31d47bed8f54d010af3 /samples | |
parent | 8c31963654d126fa1b670c3d10c0ee81f445166a (diff) |
Bump hc2vpp version to 1.18.01-SNAPSHOT
Change-Id: Id2b6e7c5259190808b7093dc18538427e4034fc0
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 8a6b041b3..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.17.10-SNAPSHOT</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 618d9a6c2..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.17.10-SNAPSHOT</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.17.10-SNAPSHOT</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 1c38bdc89..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.17.10-SNAPSHOT</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.17.10-SNAPSHOT</version> + <version>1.18.01-SNAPSHOT</version> <dependencies> <!-- Api classes generated from yang model --> |