diff options
author | 2019-07-08 11:08:14 -0700 | |
---|---|---|
committer | 2019-07-08 11:08:14 -0700 | |
commit | 82c1ca5a6a9cdae3cf1a7cd12efb4dd9add3ec4c (patch) | |
tree | ac511b66dd471c093d83b53b7854a4bf73be33b5 /vnfs/vCPE | |
parent | 911562cd789f85a4689c9b62e926311163118650 (diff) |
Version bump demo to 1.4.2-SNAPSHOTdublin
Issue-ID: INT-1055
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: I818cbf5a8ba21391d238a477e83a6b70189fabd4
Diffstat (limited to 'vnfs/vCPE')
-rw-r--r-- | vnfs/vCPE/kea-sdnc-notify-mod/pom.xml | 2 | ||||
-rw-r--r-- | vnfs/vCPE/scripts/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vnfs/vCPE/kea-sdnc-notify-mod/pom.xml b/vnfs/vCPE/kea-sdnc-notify-mod/pom.xml index 8af31642..3641a5cd 100644 --- a/vnfs/vCPE/kea-sdnc-notify-mod/pom.xml +++ b/vnfs/vCPE/kea-sdnc-notify-mod/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.demo.vnf</groupId> <artifactId>demo-aggregator</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/vnfs/vCPE/scripts/pom.xml b/vnfs/vCPE/scripts/pom.xml index 1e714af5..3d322bd9 100644 --- a/vnfs/vCPE/scripts/pom.xml +++ b/vnfs/vCPE/scripts/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.demo.vnf</groupId> <artifactId>demo-aggregator</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> |