From b0f2f4fd56a326405bca707d71f4c2f65a9c9fed Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Tue, 2 Feb 2016 23:24:48 +0100 Subject: [PATCH] update README --- README.md | 7 +++++++ pom.xml | 15 +++++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5ab054..7e024df 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. | [m2e-annotations](https://github.com/ilx/m2e-annotations) | eclipse plugin | ## Releases ## +|Feb 2,2016 | **Release 3.1.0**. | Available on **[MAVEN CENTRAL REPO](http://search.maven.org/#artifactdetails%7Corg.bsc.maven%7Cmaven-processor-plugin%7C3.1.0%7Cmaven-plugin)** | +|:-----------|:-------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------| + + * [pull request #61](https://github.com/bsorrentino/maven-annotation-plugin/pull/61) fixing [issue #59](https://github.com/bsorrentino/maven-annotation-plugin/issues/59) - Add skip property + + > Thanks to [borisbrodski](https://github.com/borisbrodski) for contribution + |Jun 28,2014 | **Release 3.1.0-beta1**. | Available on **[MAVEN CENTRAL REPO](http://search.maven.org/#artifactdetails%7Corg.bsc.maven%7Cmaven-processor-plugin%7C3.1.0-beta1%7Cmaven-plugin)** | |:-----------|:-------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/pom.xml b/pom.xml index cece428..7370d9f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.bsc.maven maven-processor-plugin maven-plugin - 3.1.0-SNAPSHOT + 3.1.0 MAVEN PROCESSOR PLUGIN - ${project.version} A maven plugin to process annotation for jdk6 at compile time @@ -233,6 +233,17 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.5.1 + true + + sonatype-server + https://oss.sonatype.org/ + + + @@ -255,7 +266,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. Creating site for ${project.version} github - maven-processor-plugin + maven-annotation-plugin bsorrentino