diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-10 16:16:07 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-10 16:16:07 -0400 |
commit | 4736befed266373062619037ca55db4d6c9c2fb0 (patch) | |
tree | 659c7a0334b89d525daf0c6304552a17dd671b8a /base/http/features/ccsdk-base-http | |
parent | 3ab7010ab2cc0096c308c98103515a00c5c8bd88 (diff) |
Roll version for Frankfurt release
Roll version in master branch to Frankfurt version (0.7.0-SNAPSHOT)
Change-Id: I668004304935d1d1c312749f4c2507a159db4f0f
Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'base/http/features/ccsdk-base-http')
-rw-r--r-- | base/http/features/ccsdk-base-http/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/http/features/ccsdk-base-http/pom.xml b/base/http/features/ccsdk-base-http/pom.xml index 2f101466..3bbf4719 100644 --- a/base/http/features/ccsdk-base-http/pom.xml +++ b/base/http/features/ccsdk-base-http/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ccsdk-base-http</artifactId> - <version>0.6.1-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name> |