From: Pamela Dragosh Date: Tue, 1 May 2018 14:05:57 +0000 (-0400) Subject: Update api repo X-Git-Tag: 3.0.2-ONAP~33 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fapi.git;a=commitdiff_plain;h=2bcdf0856f2cf70d82f0eb477033bda04f51e20b Update api repo Add missing license and change version to 2.0.0. Remove ECOMP reference. Issue-ID: POLICY-771 Change-Id: If26d97d90df538a554308ef3bbf612a615f3da03 Signed-off-by: Pamela Dragosh --- diff --git a/LICENSE.txt b/LICENSE.txt index 0b6bee52..6ec4ee51 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright © 2017 AT&T Intellectual Property. All rights reserved. +Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -12,5 +12,3 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -ECOMP is a trademark and service mark of AT&T Intellectual Property. diff --git a/README.md b/README.md index 62246e8d..52b0bbf5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ -This source repository contains the ONAP Policy API code. The settings file only needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment. +Copyright 2017-2018 AT&T Intellectual Property. All rights reserved. +This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +Full license text at https://creativecommons.org/licenses/by/4.0/legalcode + +This source repository contains the ONAP Policy API code. To build it using Maven 3, run: mvn clean install diff --git a/pom.xml b/pom.xml index 50c99afe..4d1895e9 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ org.onap.policy.api api - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT pom diff --git a/version.properties b/version.properties index 7f86aa15..a3ac0d9c 100644 --- a/version.properties +++ b/version.properties @@ -2,8 +2,8 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=1 -minor=1 +major=2 +minor=0 patch=0 base_version=${major}.${minor}.${patch}