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
------
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..54c4a7e 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
@@ -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/
+
+
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