From 3a5e2dd949e32f7298305559d0f44c4fd9e7e7a5 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 17 Aug 2016 22:37:38 +0100 Subject: [PATCH 1/8] pom.xml: version set to 2.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 270fc7a..52f4a38 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.kemitix kemitix-parent - 2.0.0 + 2.1.0 pom Kemitix Parent From 6f0d0ec88ae2ad9031c7042a40aaf13b9d4a0a2b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 11 Sep 2016 18:09:40 +0100 Subject: [PATCH 2/8] pom.xml: upgrade kemitix-checkstyle-ruleset to 1.0.0 --- README.md | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b34468e..0d52a0a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ maven-deploy-plugin.version|2.8.2 maven-checkstyle-plugin.version|2.17 checkstyle.version|7.1 sevntu-checkstyle-maven-plugin.version|1.21.0 +kemitix-checkstyle-ruleset.version|1.0.0 maven-compiler-plugin.version|3.5.1 maven-surefire-plugin.version|2.19.1 maven-failsafe-plugin.version|2.19.1 @@ -56,7 +57,7 @@ provide will be ignored unless you re-configure the maven-checkstyle-plugin your The ruleset that will be used is defined in [kemitix-checkstyle-ruleset](https://github.com/kemitix/kemitix-checkstyle-ruleset). -See the that project's `README.md` file for details on the ruleset. +See that project's `README.md` file for details on the ruleset. ### Configuration diff --git a/pom.xml b/pom.xml index 52f4a38..663f70c 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ UTF-8 UTF-8 target - 0.1.1 + 1.0.0 2.10.4 3.0.1 From 832025af14a324675aa7b5e3f8bef5f70012f949 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 11 Sep 2016 18:15:33 +0100 Subject: [PATCH 3/8] LICENSE.txt: added - required by kemitix-checkstyle-ruleset --- LICENSE.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..78efd78 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,15 @@ +The MIT License (MIT) +Copyright (c) 2016 Paul Campbell + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. From 16c03d54e61f2185e34d66bace5c86ccdedb6acd Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 11 Sep 2016 18:45:40 +0100 Subject: [PATCH 4/8] pom.xml: maven-pmd-plugin: fix typo --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 663f70c..8db5f74 100644 --- a/pom.xml +++ b/pom.xml @@ -386,7 +386,7 @@ maven-pmd-plugin ${maven-pmd-plugin.version} - true + true From dc5eb1d6258aa33c6e2af0619e73bd61c80b29c4 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 11 Sep 2016 18:47:16 +0100 Subject: [PATCH 5/8] pom.xml: upgrade checkstyle to 7.1.1 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d52a0a..66432b0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ maven-source-plugin.version|3.0.1 maven-gpg-plugin.version|1.6 maven-deploy-plugin.version|2.8.2 maven-checkstyle-plugin.version|2.17 -checkstyle.version|7.1 +checkstyle.version|7.1.1 sevntu-checkstyle-maven-plugin.version|1.21.0 kemitix-checkstyle-ruleset.version|1.0.0 maven-compiler-plugin.version|3.5.1 diff --git a/pom.xml b/pom.xml index 8db5f74..6bc93e7 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 1.6 2.8.2 2.17 - 7.1 + 7.1.1 1.21.0 3.5.1 2.19.1 From 87d502f301c6b052b26f21629498126d03ce2b7d Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 11 Sep 2016 19:05:39 +0100 Subject: [PATCH 6/8] pom.xml: fix version to snapshot for develop branch --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6bc93e7..ed15e38 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.kemitix kemitix-parent - 2.1.0 + 2.1.0-SNAPSHOT pom Kemitix Parent From 6b55e4753421ab17a5a392d3fefeec9fd065b7c5 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 11 Sep 2016 19:06:44 +0100 Subject: [PATCH 7/8] pom.xml: version set to 2.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed15e38..6bc93e7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.kemitix kemitix-parent - 2.1.0-SNAPSHOT + 2.1.0 pom Kemitix Parent From 95dc3cb161f0bf1624eca6b9dc783797d7cf3e8a Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 11 Sep 2016 19:06:44 +0100 Subject: [PATCH 8/8] CHANGELOG --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 915a0bf..31d9055 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,13 @@ CHANGELOG ========= +2.1.0 +------ + +* Upgrade checkstyle to 7.1.1 +* Fix PMD config typo +* Upgrade kemitix-checkstyle-ruleset to 1.0.0 + 2.0.0 -----