diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-12 09:53:35 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-16 09:49:53 -0400 |
commit | ed5adcf9981bdf9b59f1f4bfa8c1828335d442e5 (patch) | |
tree | b433efbbdcefbc89fc58360021c4532ca0b31e2c /admportal | |
parent | 9e330bbb4a08b62af1609fb74ea65a4ff4c8fa7c (diff) |
Update to use released version of parent pom
Use released version of parent pom
Change-Id: I85b4b316aadb6f289ba8be3eb8732fbe032422ba
Issue-ID: SDNC-905
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 454e3427c79eb811db3427bc992e136f84fe3a00
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 ed1113ec..56e4b6cb 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.4.1-SNAPSHOT</version> + <version>1.4.2</version> <relativePath/> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>admportal</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam :: admportal</name> |