diff options
author | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 12:37:38 -0400 |
---|---|---|
committer | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 12:41:37 -0400 |
commit | ff7de8e5e0be8edba4d8b03cf539b0a7971155c4 (patch) | |
tree | fc00340bca042b34ebbb32e2030a31868b65ad44 /resource-assignment/provider | |
parent | 588f9d126ed65397ca04ec781fa589ce07568d89 (diff) |
Roll to next snapshot version
Changed to 0.2.3-SNAPSHOT and updated parent to 1.0.3-SNAPSHOT
Change-Id: Ie61b39952f6504db8ae2adf0614aefc243294461
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Diffstat (limited to 'resource-assignment/provider')
-rwxr-xr-x | resource-assignment/provider/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource-assignment/provider/pom.xml b/resource-assignment/provider/pom.xml index 058d50eb..54679801 100755 --- a/resource-assignment/provider/pom.xml +++ b/resource-assignment/provider/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.0.2</version> + <version>1.0.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>resource-assignment-provider</artifactId> - <version>0.2.2-SNAPSHOT</version> + <version>0.2.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-adaptors :: resource-assignment :: ${project.artifactId}</name> |