diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-11 16:14:59 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-11 16:14:59 -0400 |
commit | 258216bfca01a583c6a86359a5eead8a339e2fc5 (patch) | |
tree | c0254fe6f81bf765207908ec4d5743ceb5eca467 /resource-assignment/provider | |
parent | 58df303dbd3192d391bb77c96a75ecf5e88f73cd (diff) |
Prepare for RC0 release3.0.0-ONAP0.3.1
Update to prepare for RC0 release build: remove -STAGING tag from
release version and use released parent poms.
Change-Id: I5e07d7af8381af1f22b8288965d400f95eb92abf
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'resource-assignment/provider')
-rwxr-xr-x | resource-assignment/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resource-assignment/provider/pom.xml b/resource-assignment/provider/pom.xml index 06b8aa74..8c6761bd 100755 --- a/resource-assignment/provider/pom.xml +++ b/resource-assignment/provider/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath /> </parent> |