diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-31 14:25:35 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-31 14:25:35 -0400 |
commit | 0f3fdfae6226b86ffc49e39b365eb149fce0e35f (patch) | |
tree | c0d4f0c2e2ab7861a9519de30955f144dcefd0e4 /lcm/features | |
parent | 08ce0be92bae13a44287a9d05cc395ea75a74ccd (diff) |
Use released parent pom
Update to use release parent pom version 1.0.4
Change-Id: I654a95992e0740cfda9339098ed7eb4f32aaab4f
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'lcm/features')
-rw-r--r-- | lcm/features/ccsdk-lcm/pom.xml | 2 | ||||
-rw-r--r-- | lcm/features/features-lcm/pom.xml | 2 | ||||
-rwxr-xr-x | lcm/features/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lcm/features/ccsdk-lcm/pom.xml b/lcm/features/ccsdk-lcm/pom.xml index a9cb09e37..c32e9927e 100644 --- a/lcm/features/ccsdk-lcm/pom.xml +++ b/lcm/features/ccsdk-lcm/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath /> </parent> diff --git a/lcm/features/features-lcm/pom.xml b/lcm/features/features-lcm/pom.xml index 660f18fbb..4784a1cf3 100644 --- a/lcm/features/features-lcm/pom.xml +++ b/lcm/features/features-lcm/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath/> </parent> diff --git a/lcm/features/pom.xml b/lcm/features/pom.xml index 7b16e1dd6..d53e28601 100755 --- a/lcm/features/pom.xml +++ b/lcm/features/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> |