From 793a3b730e33d54b71f643ac0bc711f611351ad9 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 14 Jan 2017 18:57:13 +0000 Subject: [PATCH 1/3] version set to 2.0.3 --- builder/pom.xml | 2 +- plugin-sample/pom.xml | 2 +- plugin/pom.xml | 2 +- .../kemitix/checkstyle/ruleset/plugin/AbstractCheckMojo.java | 2 +- pom.xml | 2 +- ruleset/pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/builder/pom.xml b/builder/pom.xml index 455c746..b7f88d4 100644 --- a/builder/pom.xml +++ b/builder/pom.xml @@ -12,7 +12,7 @@ kemitix-checkstyle-ruleset-builder - 2.0.2 + 2.0.3 jar Kemitix Checkstyle Ruleset Builder diff --git a/plugin-sample/pom.xml b/plugin-sample/pom.xml index 8ed20fc..a260f0c 100644 --- a/plugin-sample/pom.xml +++ b/plugin-sample/pom.xml @@ -8,7 +8,7 @@ net.kemitix kemitix-checkstyle-ruleset-plugin-sample - 2.0.2 + 2.0.3 UTF-8 diff --git a/plugin/pom.xml b/plugin/pom.xml index 12e8882..56fb5c6 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -7,7 +7,7 @@ net.kemitix kemitix-checkstyle-ruleset-parent - 2.0.2 + 2.0.3 kemitix-checkstyle-ruleset-maven-plugin diff --git a/plugin/src/main/java/net/kemitix/checkstyle/ruleset/plugin/AbstractCheckMojo.java b/plugin/src/main/java/net/kemitix/checkstyle/ruleset/plugin/AbstractCheckMojo.java index 124d516..c1b6717 100644 --- a/plugin/src/main/java/net/kemitix/checkstyle/ruleset/plugin/AbstractCheckMojo.java +++ b/plugin/src/main/java/net/kemitix/checkstyle/ruleset/plugin/AbstractCheckMojo.java @@ -74,7 +74,7 @@ public abstract class AbstractCheckMojo extends AbstractMojo { private String sevntuVersion; @Setter - @Parameter(defaultValue = "2.0.2") + @Parameter(defaultValue = "2.0.3") private String rulesetVersion; @Setter diff --git a/pom.xml b/pom.xml index 9041a48..50ae948 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.kemitix kemitix-checkstyle-ruleset-parent - 2.0.2 + 2.0.3 pom Kemitix Checkstyle Ruleset (Parent) diff --git a/ruleset/pom.xml b/ruleset/pom.xml index 289a72a..4d7619f 100644 --- a/ruleset/pom.xml +++ b/ruleset/pom.xml @@ -7,11 +7,11 @@ net.kemitix kemitix-checkstyle-ruleset-parent - 2.0.2 + 2.0.3 kemitix-checkstyle-ruleset - 2.0.2 + 2.0.3 jar Kemitix Checkstyle Ruleset From 9fa3b4201681284a4c314079ce1fc6cb76a960b4 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 14 Jan 2017 18:58:24 +0000 Subject: [PATCH 2/3] plugin-sample:pom.xml: add distributionManagement element --- plugin-sample/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plugin-sample/pom.xml b/plugin-sample/pom.xml index a260f0c..54c4a7e 100644 --- a/plugin-sample/pom.xml +++ b/plugin-sample/pom.xml @@ -40,4 +40,17 @@ http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2 + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + From be9f3452e1d2b980bcdbd09c71914bbb9420cf53 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 14 Jan 2017 19:03:11 +0000 Subject: [PATCH 3/3] CHANGELOG: update --- CHANGELOG | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 32d2feb..6d53a2a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,26 @@ CHANGELOG ========= +2.0.3 +----- + +* plugin-sample: Add distributionManagement + +2.0.2 +----- + +* Add distributionManagement to parent + +2.0.1 +----- + +* ruleset: restore properties used in release profile + 2.0.0 ------ -* * Split ruleset into 5 levels -* * Provide plugin to simplify use +* Split ruleset into 5 levels +* Provide plugin to simplify use 0.1.0 ------