diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-15 07:18:47 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-11-15 07:18:47 -0800 |
commit | b19a7a7cae93ade0a9ebe23a638e42948b740ac3 (patch) | |
tree | e9976c70fad14ed1410944c04dbd0202b1dde412 /vnfs/vCPE | |
parent | 95fd361eaff65980e6ff6f0e1e548d2822b0909b (diff) |
Version bump demo repo master to 1.4.0-SNAPSHOT
Change-Id: I204f992ce81391c4f5be671e9ea574fef80c11b1
Issue-ID: INT-722
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
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 8c3d452f..76dd38fc 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.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/vnfs/vCPE/scripts/pom.xml b/vnfs/vCPE/scripts/pom.xml index 3e14d24f..24df4b12 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.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> |