[maven-release-plugin] prepare for next development iteration
diff --git a/assembly/pom.xml b/assembly/pom.xml
index fb23fbd..b77d368 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>apache-sshd</artifactId>
diff --git a/pom.xml b/pom.xml
index 0623ec0..5997b9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2-SNAPSHOT</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>sshd-1.1.1</tag>
+ <tag>HEAD</tag>
</scm>
<properties>
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index 41fe4e3..dfe1069 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.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml
index 9596153..d9f238d 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.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>sshd-git</artifactId>