diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-26 12:59:43 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-26 13:02:27 -0400 |
commit | 36691290872fc0744dc996aa7c87bfeb446f4775 (patch) | |
tree | 7fb8128b6b2c061d80f3df1c8fa256a241b86ef1 /blueprints-processor/plugin/generator-provider/pom.xml | |
parent | 9b4060cdaf1d56d14fcf16417a3ec19bcb45cf87 (diff) |
Prepare for release build0.3.0
Update for release build :
(a) Remove -STAGING tag from release version in version.properties
(b) Update to use released version of parent poms
(c) Disable single-feature-test (which does not work with released
dependencies from ONAP)
Change-Id: I5d0bc654b966934fbea18896de77aababc70405c
Issue-ID: CCSDK-597
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'blueprints-processor/plugin/generator-provider/pom.xml')
-rw-r--r-- | blueprints-processor/plugin/generator-provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints-processor/plugin/generator-provider/pom.xml b/blueprints-processor/plugin/generator-provider/pom.xml index e8a2ab026..5df115928 100644 --- a/blueprints-processor/plugin/generator-provider/pom.xml +++ b/blueprints-processor/plugin/generator-provider/pom.xml @@ -24,7 +24,7 @@ <parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<relativePath/>
</parent>
|