diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 10:32:53 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 10:32:53 -0400 |
commit | 122a0e3dd1d6ff2822556b65e6baada18bb3481d (patch) | |
tree | ca1c6b415f35a07994e42b96bb2df900258688b5 /cds-ui | |
parent | ae8c9443249a32f15ab82005d5af105ccdc78cda (diff) |
Use released parent poms
Use released version of parent poms (1.2.4)
Change-Id: Ib159647efac89981a8476dda64a7934b41ce02db
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index c0cb11c08..a248dfd8e 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.4</version> <relativePath/> </parent> |