From 504d5c7f408b8f4ec0eb6738283acda4ddf4ccb9 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 5 Sep 2017 15:34:49 -0700 Subject: Relax O-Parent license check requirements Relax O-Parent license check formatting requirements. At the same time, violations will now become errors and will fail builds. Change-Id: Ie581895796cc06a9f008d7b739583fb44673aa19 Issue-ID: INT-135 Signed-off-by: Gary Wu --- .../resources/onap-checkstyle/check-license.xml | 28 +++++++++++----------- oparent/pom.xml | 7 +++--- version.properties | 4 ++-- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/checkstyle/src/main/resources/onap-checkstyle/check-license.xml b/checkstyle/src/main/resources/onap-checkstyle/check-license.xml index 2a0acd0..9198c6e 100644 --- a/checkstyle/src/main/resources/onap-checkstyle/check-license.xml +++ b/checkstyle/src/main/resources/onap-checkstyle/check-license.xml @@ -2,18 +2,18 @@ - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/oparent/pom.xml b/oparent/pom.xml index b4bacfc..0c636ba 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -318,15 +318,14 @@ process-sources onap-checkstyle/check-license.xml - onap-checkstyle/apache-license-2.regexp.txt false true false ${project.build.sourceDirectory} - false true + false @@ -346,9 +345,9 @@ true true - - false + true + false diff --git a/version.properties b/version.properties index fb9d9ca..34fcd9b 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=0 -minor_version=2 -patch_version=0 +minor_version=1 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg