diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-14 12:01:11 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-14 12:01:11 -0400 |
commit | 0320e9c271f8534ce867bd4c36ab1883e55cf6e6 (patch) | |
tree | 0c863146b1d6abf87206d32852b852b338fd04be /grToolkit | |
parent | cbfe76ee4ebe01b5b6f6f98e9ae907a63e8f1a3d (diff) |
Prepare for release 0.4.1
Prepare to create release version 0.4.1 by using released version
of parent pom
Change-Id: I72b174efd82ab09b64e2c4c52225304f8174e07a
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'grToolkit')
-rwxr-xr-x | grToolkit/features/ccsdk-gr-toolkit/pom.xml | 7 | ||||
-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, 9 insertions, 10 deletions
diff --git a/grToolkit/features/ccsdk-gr-toolkit/pom.xml b/grToolkit/features/ccsdk-gr-toolkit/pom.xml index f4865a5b3..3b655ce17 100755 --- a/grToolkit/features/ccsdk-gr-toolkit/pom.xml +++ b/grToolkit/features/ccsdk-gr-toolkit/pom.xml @@ -1,13 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.2.1-SNAPSHOT</version> - <relativePath /> + <version>1.2.1</version> + <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/grToolkit/features/features-gr-toolkit/pom.xml b/grToolkit/features/features-gr-toolkit/pom.xml index d74cbb63c..2c966a999 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.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath/> </parent> diff --git a/grToolkit/features/pom.xml b/grToolkit/features/pom.xml index 3f6ab6186..cf3886ce0 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.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath/> </parent> diff --git a/grToolkit/installer/pom.xml b/grToolkit/installer/pom.xml index b15c877f7..9e44e8500 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.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath/> </parent> diff --git a/grToolkit/model/pom.xml b/grToolkit/model/pom.xml index 348b34784..ade2c6fa2 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.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath/> </parent> <name>ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId}</name> diff --git a/grToolkit/pom.xml b/grToolkit/pom.xml index c36e2f161..af3ada398 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.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath/> </parent> diff --git a/grToolkit/provider/pom.xml b/grToolkit/provider/pom.xml index 75b6d431b..6f23f9afa 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.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath/> </parent> <name>ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId}</name> |