From b3300d2cbdd4f4f60e548a16bd6b0a304ddc595d Mon Sep 17 00:00:00 2001 From: Christian Autermann Date: Wed, 2 Sep 2015 16:39:52 +0200 Subject: [PATCH] [maven-release-plugin] prepare release v1.0.2 --- pom.xml | 753 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 376 insertions(+), 377 deletions(-) diff --git a/pom.xml b/pom.xml index 57b8f51..0c6f658 100644 --- a/pom.xml +++ b/pom.xml @@ -1,377 +1,376 @@ - - - 4.0.0 - - - org.sonatype.oss - oss-parent - 9 - - - com.github.autermann - yaml - 1.0.2-SNAPSHOT - jar - - YAML API - A Jackson-like API to create YAML nodes (based on SnakeYAML) - 2013 - https://github.com/autermann/yaml - - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - - autermann - Christian Autermann - autermann@uni-muenster.de - - - - - https://github.com/autermann/yaml - scm:git:https://github.com/autermann/yaml.git - scm:git:https://github.com/autermann/yaml.git - HEAD - - - - GitHub Issues - https://github.com/autermann/yaml/issues - - - - Travis CI - https://travis-ci.org/autermann/yaml - - - - UTF-8 - - - - - junit - junit - 4.12 - test - - - org.hamcrest - hamcrest-core - - - - - - org.hamcrest - hamcrest-all - 1.3 - test - - - - com.google.guava - guava - 18.0 - - - - org.yaml - snakeyaml - 1.15 - - - - joda-time - joda-time - 2.8.1 - - - - - install - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - - org.apache.maven.plugins - maven-resources-plugin - 2.7 - - - - org.apache.maven.plugins - maven-clean-plugin - 2.6.1 - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.18.1 - - - - org.apache.maven.plugins - maven-install-plugin - 2.5.2 - - - - org.apache.maven.plugins - maven-site-plugin - 3.4 - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.5.5 - - - - org.apache.maven.plugins - maven-source-plugin - 2.4 - - - attach-sources - - jar - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - true - true - - - - analyze-dependencies - - analyze-only - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.3 - - 1.8 - 1.8 - 1.8 - -Xlint:all - true - true - - - - - com.mycila.maven-license-plugin - maven-license-plugin - false - 1.9.0 - - true -
src/main/misc/license-header.txt
- - **/*.java - - true - - ${project.inceptionYear}-2015 - - - SLASHSTAR_STYLE - -
- - - format-license-headers - process-resources - - format - - - -
- - - org.apache.maven.plugins - maven-release-plugin - 2.5.2 - - v@{project.version} - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 - - - http://docs.guava-libraries.googlecode.com/git-history/v15.0/javadoc/ - http://www.joda.org/joda-time/apidocs/ - - package - false - true - - - - attach-javadoc - - jar - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - true - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - 85 - 85 - 85 - 85 - 85 - 85 - false - - - - - - org.codehaus.mojo - findbugs-maven-plugin - 3.0.1 - - true - src/main/misc/findbugs-excludes.xml - - - - - org.apache.maven.plugins - maven-enforcer-plugin - 1.4 - - - - enforce - - - - - 1.6 - - - Best Practice is to always define plugin versions! - true - true - true - clean,deploy - - - - - - -
-
- - - - - check - - - - org.codehaus.mojo - cobertura-maven-plugin - - - - clean - check - - - - - - - org.codehaus.mojo - findbugs-maven-plugin - - - - check - - - - - - - - - - sign - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - - - -
+ + + 4.0.0 + + + org.sonatype.oss + oss-parent + 9 + + + com.github.autermann + yaml + 1.0.2 + jar + + YAML API + A Jackson-like API to create YAML nodes (based on SnakeYAML) + 2013 + https://github.com/autermann/yaml + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + autermann + Christian Autermann + autermann@uni-muenster.de + + + + + https://github.com/autermann/yaml + scm:git:https://github.com/autermann/yaml.git + scm:git:https://github.com/autermann/yaml.git + v1.0.2 + + + + GitHub Issues + https://github.com/autermann/yaml/issues + + + + Travis CI + https://travis-ci.org/autermann/yaml + + + + UTF-8 + + + + + junit + junit + 4.12 + test + + + org.hamcrest + hamcrest-core + + + + + + org.hamcrest + hamcrest-all + 1.3 + test + + + + com.google.guava + guava + 18.0 + + + + org.yaml + snakeyaml + 1.15 + + + + joda-time + joda-time + 2.8.1 + + + + + install + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + + org.apache.maven.plugins + maven-clean-plugin + 2.6.1 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + + org.apache.maven.plugins + maven-site-plugin + 3.4 + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.5.5 + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + true + true + + + + analyze-dependencies + + analyze-only + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + 1.8 + -Xlint:all + true + true + + + + + com.mycila.maven-license-plugin + maven-license-plugin + false + 1.9.0 + + true +
src/main/misc/license-header.txt
+ + **/*.java + + true + + ${project.inceptionYear}-2015 + + + SLASHSTAR_STYLE + +
+ + + format-license-headers + process-resources + + format + + + +
+ + + org.apache.maven.plugins + maven-release-plugin + 2.5.2 + + v@{project.version} + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + http://docs.guava-libraries.googlecode.com/git-history/v15.0/javadoc/ + http://www.joda.org/joda-time/apidocs/ + + package + false + true + + + + attach-javadoc + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + true + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + 85 + 85 + 85 + 85 + 85 + 85 + false + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.1 + + true + src/main/misc/findbugs-excludes.xml + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4 + + + + enforce + + + + + 1.6 + + + Best Practice is to always define plugin versions! + true + true + true + clean,deploy + + + + + + +
+
+ + + + + check + + + + org.codehaus.mojo + cobertura-maven-plugin + + + + clean + check + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + + + + check + + + + + + + + + + sign + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + +