diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-25 19:09:31 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-25 19:09:31 -0400 |
commit | 5b83cd33196edc26bf8eaa7ae3742760d542455a (patch) | |
tree | fc2449fac151cb96d670a5f0f99b926946a5d232 /features | |
parent | 7f5b3567cf9945a230b1a07373cce943f13bc1ac (diff) |
Roll to 0.3.1-SNAPSHOT
Roll to next snapshot version
Change-Id: I58ead1293d517f94bacca69407b22533840b0ee6
Issue-ID: CCSDK-597
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/ccsdk-sli-core-all/pom.xml | 2 | ||||
-rw-r--r-- | features/features-sli-core/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-core-all/pom.xml b/features/ccsdk-sli-core-all/pom.xml index dc40f40f..f67c7c05 100644 --- a/features/ccsdk-sli-core-all/pom.xml +++ b/features/ccsdk-sli-core-all/pom.xml @@ -13,7 +13,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-sli-core-all</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.1-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 85daa50d..7e6243fa 100644 --- a/features/features-sli-core/pom.xml +++ b/features/features-sli-core/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>features-sli-core</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.1-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 e04bd447..6a341d9a 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -12,7 +12,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>slicore-features-installer</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: features :: ${project.artifactId}</name> diff --git a/features/pom.xml b/features/pom.xml index 2783b64f..0cb15b3a 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>slicore-feature-aggregator</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: features</name> |