diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-01-24 14:27:26 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-01-24 14:27:26 +0100 |
commit | 2f3b290f51486a1243cc1306430ba6ce64ae4ba3 (patch) | |
tree | cde4f96f55681d9066eb6de411629ad24082d6cf /samples | |
parent | 498be1107120dd7a9a8df5443b74689fbe95f61a (diff) |
Bump hc2vpp version to 1.19.04-SNAPSHOT
Change-Id: I5f2c8635eab44f5d7b74514f3a2f7b4218b3369c
Signed-off-by: Michal Cmarada <mcmarada@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 7393f41be..25f9a3e0e 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.19.01-SNAPSHOT</version> + <version>1.19.04-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 0695c2e7e..884190051 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.19.01-SNAPSHOT</version> + <version>1.19.04-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.19.01-SNAPSHOT</version> + <version>1.19.04-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/samples/samples-impl/pom.xml b/samples/samples-impl/pom.xml index 9f5a4a0ec..af3b53901 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.19.01-SNAPSHOT</version> + <version>1.19.04-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.19.01-SNAPSHOT</version> + <version>1.19.04-SNAPSHOT</version> <dependencies> <!-- Api classes generated from yang model --> |