From 8cd10198c1b25ba44b143d1904517e28f0b43686 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 22 Nov 2016 20:27:58 +0000 Subject: [PATCH 01/11] pom.xml: version set to 2.3.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0aebca1..886ff7a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.kemitix kemitix-parent - 2.2.0 + 2.3.0-SNAPSHOT pom Kemitix Parent From 16330bcd595d150e4947f628d7a2919b0b05dc83 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 1 Dec 2016 09:45:51 +0000 Subject: [PATCH 02/11] Upgrade checkstyle to 7.3 Release notes: http://checkstyle.sourceforge.net/releasenotes.html#Release_7.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 886ff7a..dae11de 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 1.6 2.8.2 2.17 - 7.2 + 7.3 1.22.0 3.6.0 2.19.1 From c5dc78d5230db0db2da0506a4baff55cb31f24fd Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 12 Dec 2016 09:20:33 +0000 Subject: [PATCH 03/11] pom.xml: Upgrade sevntu-checkstyle to 1.23.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dae11de..73e5dc6 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 2.8.2 2.17 7.3 - 1.22.0 + 1.23.0 3.6.0 2.19.1 2.19.1 From 38a060e1e6a90d5532fc6a9bd2c0b65f678b9f25 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 12 Jan 2017 11:31:36 +0000 Subject: [PATCH 04/11] .idea,*.iml: remove intellij project files --- .idea/copyright/profiles_settings.xml | 3 --- .idea/encodings.xml | 6 ------ .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ kemitix-parent.iml | 12 ------------ 5 files changed, 35 deletions(-) delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 kemitix-parent.iml diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index b26911b..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index ac56e84..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/kemitix-parent.iml b/kemitix-parent.iml deleted file mode 100644 index 9e16274..0000000 --- a/kemitix-parent.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file From 4ddb764829121314d322bd40068d87d487f1c929 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 14 Jan 2017 17:32:35 +0000 Subject: [PATCH 05/11] pom.xml: Upgrade to the kemitix-checkstyle-ruleset 2.0.0 maven-plugin --- pom.xml | 83 ++++++++++++--------------------------------------------- 1 file changed, 17 insertions(+), 66 deletions(-) diff --git a/pom.xml b/pom.xml index 73e5dc6..7d9a1c5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 net.kemitix @@ -40,15 +41,13 @@ UTF-8 UTF-8 target - 1.0.0 + 2.0.0-SNAPSHOT + 5-complexity 2.10.4 3.0.1 1.6 2.8.2 - 2.17 - 7.3 - 1.23.0 3.6.0 2.19.1 2.19.1 @@ -148,41 +147,21 @@ ${kemitix.build.directory} - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - com.puppycrawl.tools - checkstyle - ${checkstyle.version} - - - com.github.sevntu.checkstyle - sevntu-checkstyle-maven-plugin - ${sevntu-checkstyle-maven-plugin.version} - - - net.kemitix - kemitix-checkstyle-ruleset - ${kemitix-checkstyle-ruleset.version} - - - - net/kemitix/checkstyle.xml - UTF-8 - true - true - true - true - - - - + + net.kemitix + kemitix-checkstyle-ruleset-maven-plugin + ${kemitix-checkstyle-ruleset.version} + + + validate + + ${kemitix-checkstyle-ruleset.level} + + + + org.apache.maven.plugins maven-compiler-plugin @@ -224,22 +203,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - - validate - validate - - check - checkstyle - - - - - org.apache.maven.plugins maven-pmd-plugin @@ -383,18 +346,6 @@ jacoco-maven-plugin ${jacoco-maven-plugin.version} - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - - - checkstyle - - - - org.apache.maven.plugins From 1505b95a91e3b37e0fd305517f9544aece121e76 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 15 Jan 2017 14:41:22 +0000 Subject: [PATCH 06/11] pom.xml: upgrade kemitix-checkstyle-ruleset to 2.0.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7d9a1c5..6bd6a5c 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ UTF-8 UTF-8 target - 2.0.0-SNAPSHOT + 2.0.4 5-complexity 2.10.4 From 973c63ed5af5a4990b55f259e5c8afbba97acb78 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 15 Jan 2017 14:41:55 +0000 Subject: [PATCH 07/11] pom.xml: configure kemitix-checkstyle-ruleset-maven-plugin to use checkstyle 7.4 --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 6bd6a5c..567f148 100644 --- a/pom.xml +++ b/pom.xml @@ -153,6 +153,9 @@ net.kemitix kemitix-checkstyle-ruleset-maven-plugin ${kemitix-checkstyle-ruleset.version} + + 7.4 + validate From 9e05efad8c7efbffb93b09e6dda79b7feffa7b98 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 14 Jan 2017 17:33:34 +0000 Subject: [PATCH 08/11] pom.xml: provide lombok 1.6.12 --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 567f148..6cfe6d5 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ 2.0.4 5-complexity + 1.16.12 2.10.4 3.0.1 1.6 @@ -73,6 +74,15 @@ + + + org.projectlombok + lombok + ${lombok.version} + provided + + + release From d30cae23ace52faa5dac417570225f7cf068061a Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 15 Jan 2017 14:47:29 +0000 Subject: [PATCH 09/11] pom.xml: include configuration from kemitix-spring-parent --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 6cfe6d5..c068778 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,25 @@ + + + + io.spring.platform + platform-bom + Athens-SR2 + pom + import + + + org.springframework.cloud + spring-cloud-dependencies + Camden.SR4 + pom + import + + + + org.projectlombok @@ -298,6 +317,9 @@ *Test *IT + *Main + *Application + *Configuration From 44afdc9d8f6c42fdc62f2f52ae198c5b20124bf1 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 15 Jan 2017 15:08:02 +0000 Subject: [PATCH 10/11] pom.xml: version set to 2.3.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c068778..5975895 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ net.kemitix kemitix-parent - 2.3.0-SNAPSHOT + 2.3.0 pom Kemitix Parent From c3d6394893c656ca5b23652acd44c849ed431729 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 15 Jan 2017 15:08:02 +0000 Subject: [PATCH 11/11] CHANGELOG --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0de5ccf..3974c74 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,13 @@ CHANGELOG ========= +2.3.0 +------ + +* Merge in kemitix-spring-parent 2.2.0 (with upgrades) +* Provide lombok (1.16.12) +* Use the kemitix-checkstyle-ruleset-maven-plugin (2.0.4) + 2.2.0 -----