diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 09:37:28 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 09:37:28 -0500 |
commit | e459ddf5433853a5263c8cb9415dab701822f6e7 (patch) | |
tree | 4c33c4499f34057e00c7f508cb4bd9547d51ada2 /dblib/features | |
parent | deac6fe2a23859c5cf9cf8c828045af5eff78868 (diff) |
Use 1.5.0 parent pom
Use released 1.5.0 version of parent pom
Change-Id: I92e2f71000a7d651f6a20167dd3861942ea27ced
Issue-ID: CCSDK-1920
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'dblib/features')
-rw-r--r-- | dblib/features/ccsdk-dblib/pom.xml | 2 | ||||
-rw-r--r-- | dblib/features/features-dblib/pom.xml | 2 | ||||
-rwxr-xr-x | dblib/features/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dblib/features/ccsdk-dblib/pom.xml b/dblib/features/ccsdk-dblib/pom.xml index 7011202f..8d7d5669 100644 --- a/dblib/features/ccsdk-dblib/pom.xml +++ b/dblib/features/ccsdk-dblib/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> <relativePath/> </parent> diff --git a/dblib/features/features-dblib/pom.xml b/dblib/features/features-dblib/pom.xml index e24b0f0e..d9458a82 100644 --- a/dblib/features/features-dblib/pom.xml +++ b/dblib/features/features-dblib/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> <relativePath/> </parent> diff --git a/dblib/features/pom.xml b/dblib/features/pom.xml index 25ab61be..3956234d 100755 --- a/dblib/features/pom.xml +++ b/dblib/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> <relativePath/> </parent> |