From bc96586857865b5d49f9eadcdd3cc3ba69969761 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 14 Jan 2017 18:11:52 +0000 Subject: [PATCH 1/3] version set to 2.0.2 --- 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 7792b44..455c746 100644 --- a/builder/pom.xml +++ b/builder/pom.xml @@ -12,7 +12,7 @@ kemitix-checkstyle-ruleset-builder - 2.0.1 + 2.0.2 jar Kemitix Checkstyle Ruleset Builder diff --git a/plugin-sample/pom.xml b/plugin-sample/pom.xml index 8ec6d80..8ed20fc 100644 --- a/plugin-sample/pom.xml +++ b/plugin-sample/pom.xml @@ -8,7 +8,7 @@ net.kemitix kemitix-checkstyle-ruleset-plugin-sample - 2.0.1 + 2.0.2 UTF-8 diff --git a/plugin/pom.xml b/plugin/pom.xml index fff8b59..12e8882 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -7,7 +7,7 @@ net.kemitix kemitix-checkstyle-ruleset-parent - 2.0.1 + 2.0.2 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 51182a2..124d516 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.1") + @Parameter(defaultValue = "2.0.2") private String rulesetVersion; @Setter diff --git a/pom.xml b/pom.xml index 54aa92b..1332665 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.kemitix kemitix-checkstyle-ruleset-parent - 2.0.1 + 2.0.2 pom Kemitix Checkstyle Ruleset (Parent) diff --git a/ruleset/pom.xml b/ruleset/pom.xml index 6b9c153..7e7a210 100644 --- a/ruleset/pom.xml +++ b/ruleset/pom.xml @@ -7,11 +7,11 @@ net.kemitix kemitix-checkstyle-ruleset-parent - 2.0.1 + 2.0.2 kemitix-checkstyle-ruleset - 2.0.1 + 2.0.2 jar Kemitix Checkstyle Ruleset From 6f5ef9569a7ed4595251104286c89c507dd395e2 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 14 Jan 2017 18:13:25 +0000 Subject: [PATCH 2/3] Remove versionsBackup files --- plugin/pom.xml.versionsBackup | 104 --------------------------------- pom.xml.versionsBackup | 61 ------------------- ruleset/pom.xml.versionsBackup | 96 ------------------------------ 3 files changed, 261 deletions(-) delete mode 100644 plugin/pom.xml.versionsBackup delete mode 100644 pom.xml.versionsBackup delete mode 100644 ruleset/pom.xml.versionsBackup diff --git a/plugin/pom.xml.versionsBackup b/plugin/pom.xml.versionsBackup deleted file mode 100644 index 3144f37..0000000 --- a/plugin/pom.xml.versionsBackup +++ /dev/null @@ -1,104 +0,0 @@ - - - 4.0.0 - - - net.kemitix - kemitix-checkstyle-ruleset-parent - 2.0.0 - - - kemitix-checkstyle-ruleset-maven-plugin - maven-plugin - Kemitix Checkstyle Ruleset Maven Plugin - Checkstyle configuration using the Kemitix Checkstyle Ruleset - - - 1.8 - UTF-8 - UTF-8 - 3.3.9 - 3.6.0 - 3.5 - 3.5 - 2.2.0 - 1.16.12 - 1.0.0 - - - - - org.apache.maven - maven-plugin-api - ${maven.version} - - - org.apache.maven - maven-core - ${maven.version} - - - org.apache.maven.plugin-tools - maven-plugin-annotations - ${maven-plugin-annotations.version} - provided - - - org.twdata.maven - mojo-executor - ${mojo-executor.version} - - - org.projectlombok - lombok - ${lombok.version} - provided - - - me.andrz - map-builder - ${map-builder.version} - - - - - - - org.apache.maven.plugins - maven-plugin-plugin - ${maven-plugin-plugin.version} - - - help-goal - - helpmojo - - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - - -Xlint:unchecked - - true - true - 1.8 - 1.8 - - - - - - - sevntu-maven - sevntu-maven - http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2 - - - diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup deleted file mode 100644 index 55f63be..0000000 --- a/pom.xml.versionsBackup +++ /dev/null @@ -1,61 +0,0 @@ - - - 4.0.0 - - net.kemitix - kemitix-checkstyle-ruleset-parent - 2.0.0 - pom - - Kemitix Checkstyle Ruleset (Parent) - Parent POM for the Kemitix Checkstyle Ruleset and it's Builder - - - UTF-8 - UTF-8 - - - - builder - ruleset - plugin - plugin-sample - - - - https://github.com/kemitix/kemitix-checkstyle-ruleset/issues - GitHub Issues - - - - 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 - - - https://github.com/kemitix/kemitix-checkstyle-ruleset - - 2016 - - - 3.0.4 - - - - - The MIT License (MIT) - https://opensource.org/licenses/MIT - - - - - - Paul Campbell - pcampbell@kemitix.net - Kemitix - https://github.com/kemitix/ - - - diff --git a/ruleset/pom.xml.versionsBackup b/ruleset/pom.xml.versionsBackup deleted file mode 100644 index f4a6200..0000000 --- a/ruleset/pom.xml.versionsBackup +++ /dev/null @@ -1,96 +0,0 @@ - - - 4.0.0 - - - net.kemitix - kemitix-checkstyle-ruleset-parent - 2.0.0 - - - kemitix-checkstyle-ruleset - 2.0.0 - jar - - Kemitix Checkstyle Ruleset - Checkstyle Ruleset for use by packages derived from kemitix-parent - - - - release - - - - - 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} - - - - - - - - - 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 7612692e8a3c9e606568fac7a7da560b5cd603d7 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 14 Jan 2017 18:15:01 +0000 Subject: [PATCH 3/3] Move distributionManagement to root pom --- pom.xml | 13 +++++++++++++ ruleset/pom.xml | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 1332665..9041a48 100644 --- a/pom.xml +++ b/pom.xml @@ -58,4 +58,17 @@ https://github.com/kemitix/ + + + + 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/ruleset/pom.xml b/ruleset/pom.xml index 7e7a210..289a72a 100644 --- a/ruleset/pom.xml +++ b/ruleset/pom.xml @@ -87,17 +87,4 @@ - - - - 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/ - -