diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 09:39:46 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 11:15:32 -0500 |
commit | a609b5ca43ab3aebde2004cf807795eec1a9dea9 (patch) | |
tree | 6ef512f55795df274bae1a0900c093ecf607340a /base/http | |
parent | 8ac95dafafe2b5e4b3d89cc54872a188dffbe534 (diff) |
Use 1.5.0 parent pom
Use released 1.5.0 version of parent pom
Change-Id: I296db09cd94de93c150da5c2be5b34348ee320d7
Issue-ID: CCSDK-1920
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'base/http')
-rw-r--r-- | base/http/features/ccsdk-base-http/pom.xml | 2 | ||||
-rw-r--r-- | base/http/features/features-base-http/pom.xml | 2 | ||||
-rw-r--r-- | base/http/features/pom.xml | 2 | ||||
-rw-r--r-- | base/http/installer/pom.xml | 2 | ||||
-rw-r--r-- | base/http/pom.xml | 2 | ||||
-rw-r--r-- | base/http/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/base/http/features/ccsdk-base-http/pom.xml b/base/http/features/ccsdk-base-http/pom.xml index 3bbf4719f..2ff90f62e 100644 --- a/base/http/features/ccsdk-base-http/pom.xml +++ b/base/http/features/ccsdk-base-http/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/base/http/features/features-base-http/pom.xml b/base/http/features/features-base-http/pom.xml index e46c69842..24e3cf0ad 100644 --- a/base/http/features/features-base-http/pom.xml +++ b/base/http/features/features-base-http/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/base/http/features/pom.xml b/base/http/features/pom.xml index 5b237baf5..69faf5c21 100644 --- a/base/http/features/pom.xml +++ b/base/http/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> diff --git a/base/http/installer/pom.xml b/base/http/installer/pom.xml index 8514a0220..e8d6be3aa 100644 --- a/base/http/installer/pom.xml +++ b/base/http/installer/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> diff --git a/base/http/pom.xml b/base/http/pom.xml index aa66f593e..8c6e92289 100644 --- a/base/http/pom.xml +++ b/base/http/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> diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml index 642238cd2..4e41a8f54 100644 --- a/base/http/provider/pom.xml +++ b/base/http/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> <relativePath/> </parent> |