diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-18 09:30:59 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-18 09:30:59 -0400 |
commit | 03c6d7620f636a5ab23c91c4aa2d07c5a24b3b84 (patch) | |
tree | 95f90dbb4a73eab00c6e6c8df9d078f3470d8bfa /admportal | |
parent | 779ea800e4a707cb856e6d5ed3d7bd263679e069 (diff) |
Roll to Guilin release snapshot
Roll master branch to Guilin release numbering
Change-Id: I273a6d07c7a42dd1bde4219fada701da51c40bf0
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 0d6d9148fd35aec6a2f8ba72f6212570a37a73d3
Diffstat (limited to 'admportal')
-rw-r--r-- | admportal/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admportal/pom.xml b/admportal/pom.xml index 3df4231a..35892390 100644 --- a/admportal/pom.xml +++ b/admportal/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.2</version> + <version>2.0.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>admportal</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam :: admportal</name> |