[maven-release-plugin] prepare release any23-0.9.0
diff --git a/api/pom.xml b/api/pom.xml
index 7254421..c74b729 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index 41978f9..e3b7e94 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/csvutils/pom.xml b/csvutils/pom.xml
index f14e595..318a65c 100644
--- a/csvutils/pom.xml
+++ b/csvutils/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/encoding/pom.xml b/encoding/pom.xml
index 086ccf9..97b963d 100644
--- a/encoding/pom.xml
+++ b/encoding/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/mime/pom.xml b/mime/pom.xml
index 92d930e..78f25b0 100644
--- a/mime/pom.xml
+++ b/mime/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/nquads/pom.xml b/nquads/pom.xml
index d864fe0..adc2b33 100644
--- a/nquads/pom.xml
+++ b/nquads/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml
index 5a4a53a..69c2cd8 100644
--- a/plugins/basic-crawler/pom.xml
+++ b/plugins/basic-crawler/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.any23.plugins</groupId>
   <artifactId>apache-any23-basic-crawler</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.3</version>
 
   <name>Apache Any23 :: Plugins :: Basic Crawler</name>
   <description>Any23 plugin for crawling sites.</description>
@@ -44,14 +44,14 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>0.9.0</version>
       <scope>provided</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>0.9.0</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml
index 32950b1..caf57ce 100644
--- a/plugins/html-scraper/pom.xml
+++ b/plugins/html-scraper/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.any23.plugins</groupId>
   <artifactId>apache-any23-html-scraper</artifactId>
-  <version>1.0.4-SNAPSHOT</version>
+  <version>1.0.4</version>
 
   <name>Apache Any23 :: Plugins :: HTML Scraper</name>
   <description>Any23 plugin for scraping HTML code.</description>
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>0.9.0</version>
       <scope>provided</scope>
     </dependency>
 
diff --git a/plugins/integration-test/pom.xml b/plugins/integration-test/pom.xml
index 24924ba..bb2fa2c 100644
--- a/plugins/integration-test/pom.xml
+++ b/plugins/integration-test/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -40,17 +40,17 @@
     <dependency>
       <groupId>org.apache.any23.plugins</groupId>
       <artifactId>apache-any23-html-scraper</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.any23.plugins</groupId>
       <artifactId>apache-any23-office-scraper</artifactId>
-      <version>1.0.3-SNAPSHOT</version>
+      <version>1.0.3</version>
     </dependency>
       <dependency>
       <groupId>org.apache.any23.plugins</groupId>
       <artifactId>apache-any23-basic-crawler</artifactId>
-      <version>1.0.3-SNAPSHOT</version>
+      <version>1.0.3</version>
     </dependency>
 
     <!-- BEGIN: Test Dependencies -->
diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml
index 87ab3a0..61d57eb 100644
--- a/plugins/office-scraper/pom.xml
+++ b/plugins/office-scraper/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.any23.plugins</groupId>
   <artifactId>apache-any23-office-scraper</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.3</version>
 
   <name>Apache Any23 :: Plugins :: Office Scraper</name>
   <description>Any23 plugin for scraping metadata from MS Office related file formats.</description>
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>0.9.0</version>
       <scope>provided</scope>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index 60ec1e7..e7773a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.any23</groupId>
   <artifactId>apache-any23</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Any23</name>
diff --git a/service/pom.xml b/service/pom.xml
index 3e482ea..3ca2d0e 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/test-resources/pom.xml b/test-resources/pom.xml
index 1b04c80..11bf48c 100644
--- a/test-resources/pom.xml
+++ b/test-resources/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <relativePath>../</relativePath>
   </parent>