removed warning about first release, adjsut maven coordinates
diff --git a/README.md b/README.md
index 1459e3b..2fcbad9 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,6 @@
 
 ### Use dependency management
 The JBIG2 ImageIO-Plugin is available from [Maven Central](http://search.maven.org/). 
-:warning: The plugin will be available once we released the first Apache based version.
 
 #### Maven
 To use the plugin within a Maven POM-based project, simply include a dependency to the following artifact in the appropriate ```pom.xml```:
@@ -66,7 +65,7 @@
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>jbig2-imageio</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
+      <version>3.0.0</version>
     </dependency>
 
 ### How to deal with embedded JBIG2 data