diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 10:30:06 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 11:19:58 -0500 |
commit | 54e11e9ee8bc35cc5e4b9f9b2a72b534e3217f2b (patch) | |
tree | 3f0713a79787030402016d3166bd67584909bee5 /restapi-call-node | |
parent | 0edd4f12d88179a9e0c1e304097f1c3f416b5e7f (diff) |
Use 1.5.0 parent pom
Use released 1.5.0 version of parent pom
Change-Id: I16d9e82401447829e6b853790553623cc2a03117
Issue-ID: CCSDK-1920
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'restapi-call-node')
-rw-r--r-- | restapi-call-node/features/ccsdk-restapi-call-node/pom.xml | 2 | ||||
-rw-r--r-- | restapi-call-node/features/features-restapi-call-node/pom.xml | 2 | ||||
-rwxr-xr-x | restapi-call-node/features/pom.xml | 2 | ||||
-rwxr-xr-x | restapi-call-node/installer/pom.xml | 2 | ||||
-rwxr-xr-x | restapi-call-node/pom.xml | 2 | ||||
-rwxr-xr-x | restapi-call-node/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml b/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml index cd7f0351c..bba917c94 100644 --- a/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml +++ b/restapi-call-node/features/ccsdk-restapi-call-node/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/restapi-call-node/features/features-restapi-call-node/pom.xml b/restapi-call-node/features/features-restapi-call-node/pom.xml index 26c986a3b..a98d96737 100644 --- a/restapi-call-node/features/features-restapi-call-node/pom.xml +++ b/restapi-call-node/features/features-restapi-call-node/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/restapi-call-node/features/pom.xml b/restapi-call-node/features/pom.xml index 6736bd1d2..9df843837 100755 --- a/restapi-call-node/features/pom.xml +++ b/restapi-call-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/restapi-call-node/installer/pom.xml b/restapi-call-node/installer/pom.xml index 06e77b411..1d9594ffb 100755 --- a/restapi-call-node/installer/pom.xml +++ b/restapi-call-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/restapi-call-node/pom.xml b/restapi-call-node/pom.xml index 26a237f7b..5997af7a2 100755 --- a/restapi-call-node/pom.xml +++ b/restapi-call-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 76e7bd238..bda6b00e9 100755 --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |