diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-11 16:29:19 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-11 16:29:19 -0400 |
commit | 3526777d937af9e0f7b82a3254b1149d29e28a1e (patch) | |
tree | 363574aba8e9041c712367fbb6ea832c57841ef9 /blueprints-processor/adaptors | |
parent | 8e71778ccee6195c48d8f59eaffc8067cbb5f1ee (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: I805ae5265f1dc0a4a898e73af1237e1a7380ea6e
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'blueprints-processor/adaptors')
-rw-r--r-- | blueprints-processor/adaptors/data-adaptor-provider/pom.xml | 2 | ||||
-rw-r--r-- | blueprints-processor/adaptors/pom.xml | 2 | ||||
-rw-r--r-- | blueprints-processor/adaptors/rest-adaptor-provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index 67961929b..c1e90e3ce 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -16,7 +16,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> diff --git a/blueprints-processor/adaptors/pom.xml b/blueprints-processor/adaptors/pom.xml index 14c0f4396..fbe27f094 100644 --- a/blueprints-processor/adaptors/pom.xml +++ b/blueprints-processor/adaptors/pom.xml @@ -23,7 +23,7 @@ <parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1</version>
<relativePath/>
</parent>
diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml index aad6b6f5c..902cc9e45 100644 --- a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml @@ -24,7 +24,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>
|