diff options
author | 2018-10-10 16:20:50 -0400 | |
---|---|---|
committer | 2018-10-10 16:20:50 -0400 | |
commit | 7c523d1f7011e84fd7a473af1a89df02f41cd5fa (patch) | |
tree | 6278fc45655c68f70360bc9801c46c9c7eba859c /sli | |
parent | 701f863f4cc97c5e7073d17e32086ee6f32f7eab (diff) |
Prepare sli/core for RC0 release3.0.0-ONAP0.3.1
Remove -STAGING tag and update parent poms to correct release version (1.1.1)
Change-Id: I16d4a5c07fe6e3e2bf997fff417242aa6184f89e
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'sli')
-rwxr-xr-x | sli/common/pom.xml | 2 | ||||
-rw-r--r-- | sli/features/features-sli/pom.xml | 2 | ||||
-rw-r--r-- | sli/features/odl-sli/pom.xml | 2 | ||||
-rw-r--r-- | sli/features/pom.xml | 2 | ||||
-rwxr-xr-x | sli/installer/pom.xml | 2 | ||||
-rwxr-xr-x | sli/model/pom.xml | 2 | ||||
-rwxr-xr-x | sli/pom.xml | 2 | ||||
-rwxr-xr-x | sli/provider/pom.xml | 2 | ||||
-rwxr-xr-x | sli/recording/pom.xml | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sli/common/pom.xml b/sli/common/pom.xml index d16ce033..2ecc0f10 100755 --- a/sli/common/pom.xml +++ b/sli/common/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/sli/features/features-sli/pom.xml b/sli/features/features-sli/pom.xml index 729e24ea..ea91056f 100644 --- a/sli/features/features-sli/pom.xml +++ b/sli/features/features-sli/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath/> </parent> diff --git a/sli/features/odl-sli/pom.xml b/sli/features/odl-sli/pom.xml index 0e0265ef..a40091ab 100644 --- a/sli/features/odl-sli/pom.xml +++ b/sli/features/odl-sli/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/sli/features/pom.xml b/sli/features/pom.xml index 734c342c..9d0ae737 100644 --- a/sli/features/pom.xml +++ b/sli/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath/> </parent> diff --git a/sli/installer/pom.xml b/sli/installer/pom.xml index 0a70cf9f..0bce3462 100755 --- a/sli/installer/pom.xml +++ b/sli/installer/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/sli/model/pom.xml b/sli/model/pom.xml index bfb4c249..dc6d2d28 100755 --- a/sli/model/pom.xml +++ b/sli/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath/> </parent> diff --git a/sli/pom.xml b/sli/pom.xml index c03e1dad..bc90782a 100755 --- a/sli/pom.xml +++ b/sli/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath/> </parent> diff --git a/sli/provider/pom.xml b/sli/provider/pom.xml index 0e343c80..0a0ba4a1 100755 --- a/sli/provider/pom.xml +++ b/sli/provider/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/sli/recording/pom.xml b/sli/recording/pom.xml index 7c1682e1..dab91e95 100755 --- a/sli/recording/pom.xml +++ b/sli/recording/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <relativePath /> </parent> |