diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-03 14:39:10 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-03 14:39:10 -0500 |
commit | 7ffb56ee55392b05df1e3e586c2a2425d899d0fe (patch) | |
tree | 196f670bddea6c2ac0eedc18339ec9a2f404c68c /features | |
parent | a282dc819d213d556da4f04f48bef24d832869d4 (diff) |
Prepare sli/plugins for release3.0.1-ONAP0.3.3casablanca
Prepare sli/plugins for 0.3.3 (Casablanca Mtce) release
Change-Id: Ie812abc11975802d9f1bf183b9922e732dca3a95
Issue-ID: CCSDK-858
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/ccsdk-sli-plugins-all/pom.xml | 2 | ||||
-rw-r--r-- | features/features-sli-plugins/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/ccsdk-sli-plugins-all/pom.xml b/features/ccsdk-sli-plugins-all/pom.xml index c3d02bb1..12322c9f 100644 --- a/features/ccsdk-sli-plugins-all/pom.xml +++ b/features/ccsdk-sli-plugins-all/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath /> </parent> diff --git a/features/features-sli-plugins/pom.xml b/features/features-sli-plugins/pom.xml index 460349ab..ba08a816 100644 --- a/features/features-sli-plugins/pom.xml +++ b/features/features-sli-plugins/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index eac16207..c0f67577 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath /> </parent> diff --git a/features/pom.xml b/features/pom.xml index 9c7338e7..ec077e39 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath/> </parent> |