[maven-release-plugin] prepare release sshd-0.12.0
diff --git a/assembly/pom.xml b/assembly/pom.xml
index e8f4fda..346a2a6 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.12.0</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>apache-sshd</artifactId>
-    <version>0.11.1-SNAPSHOT</version>
+    <version>0.12.0</version>
     <name>Apache Mina SSHD :: Assembly</name>
     <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 7d611bd..21e2165 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd</artifactId>
-    <version>0.11.1-SNAPSHOT</version>
+    <version>0.12.0</version>
     <name>Apache Mina SSHD</name>
     <packaging>pom</packaging>
     <inceptionYear>2008</inceptionYear>
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index f83a0b5..1f84e37 100644
--- a/sshd-core/pom.xml
+++ b/sshd-core/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.12.0</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd-core</artifactId>
-    <version>0.11.1-SNAPSHOT</version>
+    <version>0.12.0</version>
     <name>Apache Mina SSHD :: Core</name>
     <packaging>jar</packaging>
     <inceptionYear>2008</inceptionYear>
diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml
index 904a0dd..ce96829 100644
--- a/sshd-git/pom.xml
+++ b/sshd-git/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.12.0</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd-git</artifactId>
-    <version>0.11.1-SNAPSHOT</version>
+    <version>0.12.0</version>
     <name>Apache Mina SSHD :: Git</name>
     <packaging>jar</packaging>
     <inceptionYear>2008</inceptionYear>