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/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 ----- 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 diff --git a/pom.xml b/pom.xml index 0aebca1..5975895 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,11 @@ - + 4.0.0 net.kemitix kemitix-parent - 2.2.0 + 2.3.0 pom Kemitix Parent @@ -40,15 +41,14 @@ UTF-8 UTF-8 target - 1.0.0 + 2.0.4 + 5-complexity + 1.16.12 2.10.4 3.0.1 1.6 2.8.2 - 2.17 - 7.2 - 1.22.0 3.6.0 2.19.1 2.19.1 @@ -74,6 +74,34 @@ + + + + io.spring.platform + platform-bom + Athens-SR2 + pom + import + + + org.springframework.cloud + spring-cloud-dependencies + Camden.SR4 + pom + import + + + + + + + org.projectlombok + lombok + ${lombok.version} + provided + + + release @@ -148,41 +176,24 @@ ${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} + + 7.4 + + + + validate + + ${kemitix-checkstyle-ruleset.level} + + + + org.apache.maven.plugins maven-compiler-plugin @@ -224,22 +235,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - - validate - validate - - check - checkstyle - - - - - org.apache.maven.plugins maven-pmd-plugin @@ -322,6 +317,9 @@ *Test *IT + *Main + *Application + *Configuration @@ -383,18 +381,6 @@ jacoco-maven-plugin ${jacoco-maven-plugin.version} - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - - - checkstyle - - - - org.apache.maven.plugins