[maven-release-plugin] prepare release v1.1
diff --git a/gerrit-owners-autoassign/pom.xml b/gerrit-owners-autoassign/pom.xml
index d9e3297..0f263ac 100644
--- a/gerrit-owners-autoassign/pom.xml
+++ b/gerrit-owners-autoassign/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>com.github.vadims</groupId>
     <artifactId>gerrit-owners-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>gerrit-owners-autoassign</artifactId>
diff --git a/gerrit-owners-common/pom.xml b/gerrit-owners-common/pom.xml
index 052acfe..aa9ba56 100644
--- a/gerrit-owners-common/pom.xml
+++ b/gerrit-owners-common/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>com.github.vadims</groupId>
     <artifactId>gerrit-owners-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>gerrit-owners-common</artifactId>
diff --git a/gerrit-owners/pom.xml b/gerrit-owners/pom.xml
index 8809866..51b4541 100644
--- a/gerrit-owners/pom.xml
+++ b/gerrit-owners/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>com.github.vadims</groupId>
     <artifactId>gerrit-owners-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>gerrit-owners</artifactId>
diff --git a/pom.xml b/pom.xml
index f4b7273..93c8370 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
   <groupId>com.github.vadims</groupId>
   <artifactId>gerrit-owners-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1</version>
 
   <name>gerrit-owners-parent</name>
   <description>Parent project of gerrit-owners and gerrit-owners-autoassign.</description>
@@ -39,7 +39,7 @@
     <connection>scm:git:git@github.com:vadims/gerrit-owners.git</connection>
     <url>scm:git:git@github.com:vadims/gerrit-owners.git</url>
     <developerConnection>scm:git:git@github.com:vadims/gerrit-owners.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>v1.1</tag>
   </scm>
 
   <properties>