diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-10 15:31:48 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-10 15:31:48 -0400 |
commit | 24f0091fbcc950ba287ec6a0ffc19409c8a67883 (patch) | |
tree | 78d7a6171597799a0e788602feaa043bbb9e42d7 /features | |
parent | 009d047e0abc2c8d9bfc56effd3e716bea9a5086 (diff) |
Roll version for El Alto release
Roll version in elalto branch to next El Alto version (0.6.2-SNAPSHOT)
Change-Id: I6b68d183220eac036b4af4f92f8df8ecad99941b
Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/ccsdk-sli-core-all/pom.xml | 4 | ||||
-rw-r--r-- | features/features-sli-core/pom.xml | 4 | ||||
-rwxr-xr-x | features/installer/pom.xml | 4 | ||||
-rwxr-xr-x | features/pom.xml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/features/ccsdk-sli-core-all/pom.xml b/features/ccsdk-sli-core-all/pom.xml index 5e2bc3df..64c69bb2 100644 --- a/features/ccsdk-sli-core-all/pom.xml +++ b/features/ccsdk-sli-core-all/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-sli-core-all</artifactId> - <version>0.6.1-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-core :: features :: ${project.artifactId}</name> diff --git a/features/features-sli-core/pom.xml b/features/features-sli-core/pom.xml index 6b21cad2..585681c0 100644 --- a/features/features-sli-core/pom.xml +++ b/features/features-sli-core/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>features-sli-core</artifactId> - <version>0.6.1-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-core :: features :: ${project.artifactId}</name> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index d8b1c8d8..9a992162 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>slicore-features-installer</artifactId> - <version>0.6.1-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: features :: ${project.artifactId}</name> diff --git a/features/pom.xml b/features/pom.xml index 62c59cc4..b2e3dec0 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>slicore-feature-aggregator</artifactId> - <version>0.6.1-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: features</name> |