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 | |
parent | 08ce0be92bae13a44287a9d05cc395ea75a74ccd (diff) |
Use released parent pomv0.2.42.0.0-ONAPbeijing2.0.0-ONAP
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')
-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 | ||||
-rwxr-xr-x | lcm/installer/pom.xml | 2 | ||||
-rwxr-xr-x | lcm/model/pom.xml | 2 | ||||
-rwxr-xr-x | lcm/pom.xml | 2 | ||||
-rwxr-xr-x | lcm/provider/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lcm/features/ccsdk-lcm/pom.xml b/lcm/features/ccsdk-lcm/pom.xml index a9cb09e3..c32e9927 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 660f18fb..4784a1cf 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 7b16e1dd..d53e2860 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> diff --git a/lcm/installer/pom.xml b/lcm/installer/pom.xml index d0811861..3328b89d 100755 --- a/lcm/installer/pom.xml +++ b/lcm/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath/> </parent> diff --git a/lcm/model/pom.xml b/lcm/model/pom.xml index fa942b42..d24d45ef 100755 --- a/lcm/model/pom.xml +++ b/lcm/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath/> </parent> diff --git a/lcm/pom.xml b/lcm/pom.xml index 43fa4c0a..70a45321 100755 --- a/lcm/pom.xml +++ b/lcm/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath/> </parent> diff --git a/lcm/provider/pom.xml b/lcm/provider/pom.xml index 9f2b8d50..39ab9f07 100755 --- a/lcm/provider/pom.xml +++ b/lcm/provider/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath /> </parent> |