diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-08 09:28:23 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-08 10:15:49 -0400 |
commit | e0585c0abf821ca8eb2ebb603317c1e3b531d8d8 (patch) | |
tree | a9ce7f1eb325b80a8b83deb96ae2d67c1feafdb4 /installation/sdnc-web/pom.xml | |
parent | ed0c06f10dace1aad1b271c66ebcf5f8d253efef (diff) |
Update to use version 1.5.9-SNAPSHOT of parent pom
Update to use version 1.5.9-SNAPSHOT parent poms in order to
pick up fixes to plugins repo
Change-Id: I680bdf4d4a60c1a412178a251eb7cd5aa4b465cf
Issue-ID: CCSDK-2399
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 840ae22d42c46cffdd60aa56d840d696ec297024
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> |