diff --git a/CHANGELOG b/CHANGELOG index 31d5bcc..f4f373f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,16 @@ CHANGELOG ========= +2.5.0 +------ + +* Set compiler source encoding +* Add snapshot repository +* Exclude immutables from jacoco requirements +* Upgrade kemitix-checkstyle-ruleset to 2.1.3 +* Add spring-data dependency management +* Remove redundant reporting plugin + 2.4.0 ------ diff --git a/pom.xml b/pom.xml index c7e10ce..22481c2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ net.kemitix kemitix-parent - 2.4.0 + 2.5.0 pom Kemitix Parent @@ -41,12 +41,13 @@ UTF-8 UTF-8 target - 2.1.2 + 2.1.3 5-complexity 1.16.12 Athens-SR3 Camden.SR5 + Ingalls-RELEASE 0.7.0 (UNSET:basePackage) @@ -62,12 +63,12 @@ 0.0.11 0.7.9 1.2 - 2.9 2.5 0.50 0.80 0 + 1.8 @@ -95,6 +96,13 @@ pom import + + org.springframework.data + spring-data-releasetrain + ${spring-data.version} + pom + import + @@ -171,7 +179,30 @@ + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + true + + + false + + + + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + true + + + false + + sevntu-maven sevntu-maven @@ -189,7 +220,7 @@ ${kemitix-checkstyle-ruleset.version} - validate + verify ${kemitix-checkstyle-ruleset.level} @@ -222,8 +253,9 @@ true true - 1.8 - 1.8 + ${java.version} + ${java.version} + ${project.build.sourceEncoding} @@ -323,6 +355,7 @@ *Main *Application *Configuration + *Immutable* @@ -364,11 +397,6 @@ - - org.apache.maven.plugins - maven-project-info-reports-plugin - ${maven-project-info-reports-plugin.version} - org.apache.maven.plugins maven-surefire-report-plugin