diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-08 15:16:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-08 15:16:40 +0000 |
commit | 566ec997f2561c65664d0de5717f0968556b4247 (patch) | |
tree | 2888fb221043cc2457232b63b5e96712de99968a /installation/sdnc-web/pom.xml | |
parent | bf34ed47c10fd1b75fa929f112f17674921de979 (diff) | |
parent | e0585c0abf821ca8eb2ebb603317c1e3b531d8d8 (diff) |
Merge "Update to use version 1.5.9-SNAPSHOT of parent pom" into frankfurt
Former-commit-id: 422cc0e549e5302f23abcb618c9fe4e6b5516004
Diffstat (limited to 'installation/sdnc-web/pom.xml')
-rw-r--r-- | installation/sdnc-web/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index f310984c..8a5613e1 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.7</version> + <version>1.5.9-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-sdnc-web</artifactId> - <version>1.8.3-SNAPSHOT</version> + <version>1.8.4-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam :: installation :: ${project.artifactId}</name> |