[maven-release-plugin] prepare release any23-2.1
diff --git a/api/pom.xml b/api/pom.xml
index 8f62968..c70439f 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/cli/pom.xml b/cli/pom.xml
index e149a1f..1634b26 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index 554845a..6de3a17 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/csvutils/pom.xml b/csvutils/pom.xml
index faeebb5..c1416b8 100644
--- a/csvutils/pom.xml
+++ b/csvutils/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/encoding/pom.xml b/encoding/pom.xml
index 424749c..6bcc890 100644
--- a/encoding/pom.xml
+++ b/encoding/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/mime/pom.xml b/mime/pom.xml
index 6892b65..4047cbb 100644
--- a/mime/pom.xml
+++ b/mime/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/openie/pom.xml b/openie/pom.xml
index 7440812..fa0e656 100644
--- a/openie/pom.xml
+++ b/openie/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml
index 591e467..a325870 100644
--- a/plugins/basic-crawler/pom.xml
+++ b/plugins/basic-crawler/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -43,14 +43,14 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>2.2-SNAPSHOT</version>
+      <version>2.1</version>
       <scope>provided</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>2.2-SNAPSHOT</version>
+      <version>2.1</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -58,14 +58,14 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-cli</artifactId>
-      <version>2.2-SNAPSHOT</version>
+      <version>2.1</version>
       <scope>provided</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-cli</artifactId>
-      <version>2.2-SNAPSHOT</version>
+      <version>2.1</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml
index 7f05431..fcdacea 100644
--- a/plugins/html-scraper/pom.xml
+++ b/plugins/html-scraper/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -43,7 +43,7 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>2.2-SNAPSHOT</version>
+      <version>2.1</version>
       <scope>provided</scope>
     </dependency>
 
diff --git a/plugins/integration-test/pom.xml b/plugins/integration-test/pom.xml
index ab062cd..7167387 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>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml
index 7f23f5d..c946abb 100644
--- a/plugins/office-scraper/pom.xml
+++ b/plugins/office-scraper/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -43,7 +43,7 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>2.2-SNAPSHOT</version>
+      <version>2.1</version>
       <scope>provided</scope>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index 3966997..42eb1f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.any23</groupId>
   <artifactId>apache-any23</artifactId>
-  <version>2.2-SNAPSHOT</version>
+  <version>2.1</version>
   <packaging>pom</packaging>
 
   <name>Apache Any23</name>
@@ -216,7 +216,7 @@
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/any23.git</developerConnection>
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/any23.git</connection>
     <url>https://git-wip-us.apache.org/repos/asf/any23.git</url>
-    <tag>HEAD</tag>
+    <tag>any23-2.1</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
diff --git a/service/pom.xml b/service/pom.xml
index fe4911f..00ecc66 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/test-resources/pom.xml b/test-resources/pom.xml
index 9123d66..a20f453 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>2.2-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>