diff --git a/.gitignore b/.gitignore index a6f89c2..4d3263f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,49 @@ -/target/ \ No newline at end of file +# Package Files # +*.jar +*.war +*.ear +*.zip + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +# maven build outputs +target/ + +# netbeans legacy +nbproject/ +nbactions.xml + +# eclipse legacy +.project + +# intellij +.idea/libraries/ +.idea/workspace.xml +.idea/uiDesigner.xml +.idea/compiler.xml +.idea/misc.xml +.idea/checkstyle.xml +.idea/artifacts/ +.idea/dataSources* +.idea/tasks.xml +.idea/dictionaries/ +.idea/shelf/ +.idea/dynamic.xml +.idea/sqlDataSources.xml +.idea/gradle.xml +.idea/mongoSettings.xml + +# Spring +spring.log +logs/ +/application.properties +/bootstrap.properties + +# Composer-style +vendor + +# Git and temp files +*.orig +*.patch +*~ diff --git a/CHANGELOG b/CHANGELOG index d9d4c2c..285bba6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,18 @@ CHANGELOG ========= +1.3.0 +------ + +* Upgrade checkstyle to 7.0 +* Upgrade maven-source-plugin to 3.0.1 +* Upgrade sevntucheckstyle to 1.21.0 +* Upgrade maven-javadoc-plugin to 2.10.4 +* Upgrade jacoco-maven-plugin to 0.7.7 +* checkstyle.xml: Remove rules from that aren't compatible with code style or with lombok +* checkstyle.xml: Add sevntu's new UniformEnumValueCheck to checkstyle template +* .gitignore: apply a common standard gitignore to use as template + 1.2.0 ------ diff --git a/checkstyle.xml b/checkstyle.xml index 3eea98b..2287f64 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -28,7 +28,6 @@ - @@ -69,7 +68,6 @@ - @@ -81,7 +79,6 @@ - @@ -202,6 +199,7 @@ + diff --git a/pom.xml b/pom.xml index cf0b4ef..e86de6b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.kemitix kemitix-parent - 1.2.0 + 1.3.0 pom Kemitix Parent @@ -41,19 +41,19 @@ UTF-8 target - 2.10.3 - 3.0.0 + 2.10.4 + 3.0.1 1.6 2.8.2 2.17 - 6.19 - 1.20.0 + 7.0 + 1.21.0 3.5.1 2.19.1 2.19.1 3.6 3.0.3 - 0.7.6.201602180812 + 0.7.7.201606060606 1.2 2.9 2.5