diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-23 16:35:00 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-23 16:35:00 -0400 |
commit | 67d6e8b99c58ccb78df76e3c8a344266791ed0f4 (patch) | |
tree | 7d467b735b0852840d1fef0b03658ff3aa9c17ca /grpc-resource | |
parent | f9e8af0fecea4d42489e6f172601a64febd2496f (diff) |
Create release 0.4.3 of CCSDK0.4.3
Update version of parent pom to released 1.2.3 version
Change-Id: I76be380cd4d92721b0011836476f6d8f9813b2c0
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'grpc-resource')
-rw-r--r-- | grpc-resource/features/ccsdk-grpc-client/pom.xml | 2 | ||||
-rwxr-xr-x | grpc-resource/features/features-grpc-client/pom.xml | 2 | ||||
-rwxr-xr-x | grpc-resource/features/pom.xml | 2 | ||||
-rwxr-xr-x | grpc-resource/installer/pom.xml | 2 | ||||
-rw-r--r-- | grpc-resource/pom.xml | 2 | ||||
-rw-r--r-- | grpc-resource/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/grpc-resource/features/ccsdk-grpc-client/pom.xml b/grpc-resource/features/ccsdk-grpc-client/pom.xml index 501d2182..3d7b8877 100644 --- a/grpc-resource/features/ccsdk-grpc-client/pom.xml +++ b/grpc-resource/features/ccsdk-grpc-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath/> </parent> diff --git a/grpc-resource/features/features-grpc-client/pom.xml b/grpc-resource/features/features-grpc-client/pom.xml index 9a0c36c8..bf96fc20 100755 --- a/grpc-resource/features/features-grpc-client/pom.xml +++ b/grpc-resource/features/features-grpc-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath/> </parent> diff --git a/grpc-resource/features/pom.xml b/grpc-resource/features/pom.xml index 4e8d216d..8ac09a20 100755 --- a/grpc-resource/features/pom.xml +++ b/grpc-resource/features/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath/> </parent> diff --git a/grpc-resource/installer/pom.xml b/grpc-resource/installer/pom.xml index a7db567a..50a9559c 100755 --- a/grpc-resource/installer/pom.xml +++ b/grpc-resource/installer/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath/> </parent> diff --git a/grpc-resource/pom.xml b/grpc-resource/pom.xml index 7a8af01e..419b264e 100644 --- a/grpc-resource/pom.xml +++ b/grpc-resource/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath/> </parent> diff --git a/grpc-resource/provider/pom.xml b/grpc-resource/provider/pom.xml index ec0df570..31266cf4 100644 --- a/grpc-resource/provider/pom.xml +++ b/grpc-resource/provider/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath/> </parent> |