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/plugin-sample/pom.xml b/plugin-sample/pom.xml index 1a47023..b6c19da 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/ + +