aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-05-01 10:11:07 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-05-01 10:16:21 -0400
commit3235647eec85e20b856d9af3e4df2b3eb740b65c (patch)
tree52c21d18db840f0a00876d48ed644373ee25e594
parent4f56964e3ceda4f6777e4afbe150d567b095183f (diff)
Update gui repo
Update the license, readme and version to 2.0.0 Issue-ID: POLICY-771 Change-Id: Ia52913de464e416c920397e81c4b0f9efb1b21f3 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--LICENSE.txt4
-rw-r--r--README.md6
-rw-r--r--pom.xml4
-rw-r--r--version.properties4
4 files changed, 10 insertions, 8 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 0b6bee5..6ec4ee5 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 26ec038..17bbf95 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
-This source repository contains the ONAP Policy GUI 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 GUI code.
To build it using Maven 3, run: mvn clean install
diff --git a/pom.xml b/pom.xml
index 9d48ecb..bd15773 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 @@
<groupId>org.onap.policy.gui</groupId>
<artifactId>gui</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/version.properties b/version.properties
index 7f86aa1..a3ac0d9 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}