diff --git a/builder/pom.xml b/builder/pom.xml
index b7f88d4..6a5676d 100644
--- a/builder/pom.xml
+++ b/builder/pom.xml
@@ -12,7 +12,7 @@
kemitix-checkstyle-ruleset-builder
- 2.0.3
+ 2.0.4
jar
Kemitix Checkstyle Ruleset Builder
diff --git a/plugin-sample/pom.xml b/plugin-sample/pom.xml
index 54c4a7e..977e1a7 100644
--- a/plugin-sample/pom.xml
+++ b/plugin-sample/pom.xml
@@ -8,11 +8,38 @@
net.kemitix
kemitix-checkstyle-ruleset-plugin-sample
- 2.0.3
+ 2.0.4
+
+ plugin-sample
+ Sample usage of the Kemitix Checkstyle Ruleset Plugin
+ https://github.com/kemitix/kemitix-checkstyle-ruleset
+
+
+ The MIT License (MIT)
+ https://opensource.org/licenses/MIT
+
+
+
+ scm:git:git@github.com:kemitix/kemitix-checkstyle-ruleset.git
+ scm:git:git@github.com:kemitix/kemitix-checkstyle-ruleset.git
+ git@github.com:kemitix/kemitix-checkstyle-ruleset.git
+
+
+
+ Paul Campbell
+ pcampbell@kemitix.net
+ Kemitix
+ https://github.com/kemitix/
+
+
UTF-8
UTF-8
+ 2.10.4
+ 3.0.1
+ 1.6
+ 2.8.2
@@ -30,6 +57,60 @@
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ ${maven-javadoc-plugin.version}
+
+
+ attach-javadocs
+ verify
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${maven-source-plugin.version}
+
+
+ attach-sources
+ verify
+
+ jar-no-fork
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ ${maven-gpg-plugin.version}
+
+ ${gpg.passphrase}
+
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ ${maven-deploy-plugin.version}
+
diff --git a/plugin/pom.xml b/plugin/pom.xml
index 56fb5c6..f1d61ea 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -7,7 +7,7 @@
net.kemitix
kemitix-checkstyle-ruleset-parent
- 2.0.3
+ 2.0.4
kemitix-checkstyle-ruleset-maven-plugin
@@ -23,6 +23,10 @@
3.6.0
3.5
3.5
+ 2.10.4
+ 3.0.1
+ 1.6
+ 2.8.2
2.2.0
1.16.12
1.0.0
@@ -92,6 +96,60 @@
1.8
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ ${maven-javadoc-plugin.version}
+
+
+ attach-javadocs
+ verify
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${maven-source-plugin.version}
+
+
+ attach-sources
+ verify
+
+ jar-no-fork
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ ${maven-gpg-plugin.version}
+
+ ${gpg.passphrase}
+
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ ${maven-deploy-plugin.version}
+
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 c1b6717..de1580a 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.3")
+ @Parameter(defaultValue = "2.0.4")
private String rulesetVersion;
@Setter
diff --git a/pom.xml b/pom.xml
index 50ae948..90a9bc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
net.kemitix
kemitix-checkstyle-ruleset-parent
- 2.0.3
+ 2.0.4
pom
Kemitix Checkstyle Ruleset (Parent)
@@ -15,6 +15,7 @@
UTF-8
UTF-8
+ 1.6
@@ -59,6 +60,28 @@
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ ${maven-gpg-plugin.version}
+
+ ${gpg.passphrase}
+
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
sonatype-nexus-snapshots
diff --git a/ruleset/pom.xml b/ruleset/pom.xml
index 4d7619f..1c0ab59 100644
--- a/ruleset/pom.xml
+++ b/ruleset/pom.xml
@@ -7,11 +7,11 @@
net.kemitix
kemitix-checkstyle-ruleset-parent
- 2.0.3
+ 2.0.4
kemitix-checkstyle-ruleset
- 2.0.3
+ 2.0.4
jar
Kemitix Checkstyle Ruleset