diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-23 16:36:32 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-23 16:36:32 -0400 |
commit | 1a33422e04cefb3b078c4eea8c445d943b6a5394 (patch) | |
tree | 48c0c2a2cb9da920a12e45d37d6a4622657b2866 /grToolkit | |
parent | 3eafdc2d283edb3164e9f5cc87ec9b5a2c7061f2 (diff) |
Create release 0.4.3 of CCSDK
Update version of parent pom to released 1.2.3 version
Change-Id: Ia8c88afe57b083c774df0c08f4f4ae59a8231b8e
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'grToolkit')
-rwxr-xr-x | grToolkit/features/ccsdk-gr-toolkit/pom.xml | 2 | ||||
-rwxr-xr-x | grToolkit/features/features-gr-toolkit/pom.xml | 2 | ||||
-rwxr-xr-x | grToolkit/features/pom.xml | 2 | ||||
-rwxr-xr-x | grToolkit/installer/pom.xml | 2 | ||||
-rwxr-xr-x | grToolkit/model/pom.xml | 2 | ||||
-rwxr-xr-x | grToolkit/pom.xml | 2 | ||||
-rwxr-xr-x | grToolkit/provider/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/grToolkit/features/ccsdk-gr-toolkit/pom.xml b/grToolkit/features/ccsdk-gr-toolkit/pom.xml index ee732e42..5cc429cc 100755 --- a/grToolkit/features/ccsdk-gr-toolkit/pom.xml +++ b/grToolkit/features/ccsdk-gr-toolkit/pom.xml @@ -5,7 +5,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/grToolkit/features/features-gr-toolkit/pom.xml b/grToolkit/features/features-gr-toolkit/pom.xml index aec66f56..59b33963 100755 --- a/grToolkit/features/features-gr-toolkit/pom.xml +++ b/grToolkit/features/features-gr-toolkit/pom.xml @@ -5,7 +5,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/grToolkit/features/pom.xml b/grToolkit/features/pom.xml index 7d502478..b1d17aac 100755 --- a/grToolkit/features/pom.xml +++ b/grToolkit/features/pom.xml @@ -4,7 +4,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/grToolkit/installer/pom.xml b/grToolkit/installer/pom.xml index 4302deca..1a119626 100755 --- a/grToolkit/installer/pom.xml +++ b/grToolkit/installer/pom.xml @@ -4,7 +4,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/grToolkit/model/pom.xml b/grToolkit/model/pom.xml index 74160b24..3932e1b4 100755 --- a/grToolkit/model/pom.xml +++ b/grToolkit/model/pom.xml @@ -4,7 +4,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> <name>ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId}</name> diff --git a/grToolkit/pom.xml b/grToolkit/pom.xml index 7bc201cb..ce87807b 100755 --- a/grToolkit/pom.xml +++ b/grToolkit/pom.xml @@ -5,7 +5,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/grToolkit/provider/pom.xml b/grToolkit/provider/pom.xml index 008405eb..161d4e3f 100755 --- a/grToolkit/provider/pom.xml +++ b/grToolkit/provider/pom.xml @@ -4,7 +4,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> <name>ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId}</name> |