diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-18 07:41:56 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-18 07:41:56 -0400 |
commit | 38475f19a8179cf62cd6810b6042b87cf0646c64 (patch) | |
tree | 384125556e352d401923b6138e614175d51843ad | |
parent | 497673c7af9e704f9bca84cbabd4716713a60e52 (diff) |
Update distribution to use 1.0.2 parent
Updated pom.xmls to use released 1.0.2 version of CCSDK parent poms
Change-Id: Idad4c59b4f433c3cd77183e249e0b49c6a6273ed
Issue-ID: CCSDK-286
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
-rw-r--r-- | odlsli/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml index cf479164..b64d948c 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <relativePath /> </parent> @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> |