[maven-release-plugin] prepare release sshd-1.1.0
diff --git a/assembly/pom.xml b/assembly/pom.xml
index d82365f..6508b2d 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
 
     <artifactId>apache-sshd</artifactId>
diff --git a/pom.xml b/pom.xml
index 1615d83..f1b40d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0</version>
     <name>Apache Mina SSHD</name>
     <packaging>pom</packaging>
     <inceptionYear>2008</inceptionYear>
@@ -76,7 +76,7 @@
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/mina-sshd.git</connection>
         <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/mina-sshd.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git</url>
-        <tag>HEAD</tag>
+        <tag>sshd-1.1.0</tag>
     </scm>
 
     <properties>
@@ -484,12 +484,12 @@
 
 									<!-- Check annotations conventions -->
 									<!-- See http://checkstyle.sourceforge.net/config_annotation.html -->
-								<module name="MissingOverride"/>
-								<module name="MissingDeprecated"/>
+								<module name="MissingOverride" />
+								<module name="MissingDeprecated" />
 								<module name="AnnotationLocation">
-									<property name="allowSamelineMultipleAnnotations" value="false"/>
-									<property name="allowSamelineSingleParameterlessAnnotation" value="false"/>
-									<property name="allowSamelineParameterizedAnnotation" value="false"/>
+									<property name="allowSamelineMultipleAnnotations" value="false" />
+									<property name="allowSamelineSingleParameterlessAnnotation" value="false" />
+									<property name="allowSamelineParameterizedAnnotation" value="false" />
 								</module>
 
 									<!-- Checks for Naming Conventions.                  -->
@@ -585,7 +585,7 @@
 								<module name="NeedBraces" />
 								<module name="RightCurly" />
 								<module name="EmptyCatchBlock">
-									<property name="exceptionVariableName" value="expected|ignore"/>
+									<property name="exceptionVariableName" value="expected|ignore" />
 								</module>
 
 									<!-- Checks for common coding problems               -->
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index 48fb71f..c227c90 100644
--- a/sshd-core/pom.xml
+++ b/sshd-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.1.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml
index 1c67038..714d25d 100644
--- a/sshd-git/pom.xml
+++ b/sshd-git/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
 
     <artifactId>sshd-git</artifactId>