diff --git a/README.md b/README.md
index 36bec2d..f67bf10 100644
--- a/README.md
+++ b/README.md
@@ -5,20 +5,28 @@
-This plugin helps to use from maven the new annotation processing integrated in java compiler provided from JDK6
+This plugin helps to use from maven the new annotation processing integrated in java compiler provided from JDK6
This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/
-### [Documentation - v3](http://bsorrentino.github.io/maven-annotation-plugin/index.html)
+### Documentation
-### [Old documentation - v2](http://bsorrentino.github.io/maven-annotation-plugin/site2/index.html)
+* [Version 3](http://bsorrentino.github.io/maven-annotation-plugin/index.html)
+
+* [Version 2 (old)](http://bsorrentino.github.io/maven-annotation-plugin/site2/index.html)
## Related plugin ##
-| [m2e-apt](https://github.com/jbosstools/m2e-apt) | eclipse plugin from Jboss |
-|:-------------------------------------------------|:--------------------------|
-| [m2e-annotations](https://github.com/ilx/m2e-annotations) | eclipse plugin |
+[m2e-apt](https://github.com/jbosstools/m2e-apt) | eclipse plugin from Jboss
+----|----
+[m2e-annotations](https://github.com/ilx/m2e-annotations) | eclipse plugin
## Releases ##
+Apr 10,2017 | **Release 3.3**. | Available on **[MAVEN CENTRAL REPO](http://search.maven.org/#artifactdetails%7Corg.bsc.maven%7Cmaven-processor-plugin%7C3.3%7Cmaven-plugin)** |
+----|----|----
+
+* [Issue 64](https://github.com/bsorrentino/maven-annotation-plugin/issues/64) - Add option to `fork` for JDK9 support
+* [Issue 65](https://github.com/bsorrentino/maven-annotation-plugin/issues/65) - Add support for `maven-toolchains-plugin`
+
|Oct 7,2016 | **Release 3.2.0**. | Available on **[MAVEN CENTRAL REPO](http://search.maven.org/#artifactdetails%7Corg.bsc.maven%7Cmaven-processor-plugin%7C3.2.0%7Cmaven-plugin)** |
|:-----------|:-------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------|
diff --git a/pom.xml b/pom.xml
index 548c4da..3523f13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
org.bsc.maven
maven-processor-plugin
maven-plugin
- 3.3-SNAPSHOT
+ 3.3
MAVEN PROCESSOR PLUGIN - ${project.version}
A maven plugin to process annotation for jdk6 at compile time
@@ -243,9 +243,9 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
org.apache.maven.plugins
@@ -287,6 +287,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
diff --git a/src/site/apt/usage.apt b/src/site/apt/usage.apt
index 3db60a5..967fce1 100644
--- a/src/site/apt/usage.apt
+++ b/src/site/apt/usage.apt
@@ -8,16 +8,7 @@ Repository
-
-
-
+
sonatype-repo
diff --git a/test/pom.xml b/test/pom.xml
index bbeb609..9a23748 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -4,7 +4,7 @@
org.bsc.maven
maven-processor-plugin-test
- 3.3-SNAPSHOT
+ 3.3
jar
MAVEN PROCESSOR PLUGIN TEST- ${project.version}