diff options
author | Gary Wu <gary.wu@futurewei.com> | 2019-06-14 12:19:39 -0700 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-06-14 12:21:39 -0700 |
commit | 25202340c69d3fc0c0b885aadb580d5dbbcfe8ce (patch) | |
tree | 1452ea37f0502d853945bd4a700fb701de6a04e5 /vnfs/vCPE | |
parent | 73a66a348f321af37480991f11999794803f91ea (diff) |
Version bump demo to 1.4.1-SNAPSHOT
Issue-ID: INT-1055
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: I0143f1c25ccb2d179e28097acea706e225db0934
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 76dd38fc..8af31642 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.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/vnfs/vCPE/scripts/pom.xml b/vnfs/vCPE/scripts/pom.xml index 24df4b12..1e714af5 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.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> |