Repository: mina-sshd Updated Branches: refs/heads/master bd713f4ca -> bf0187dad
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/bf0187da Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/bf0187da Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/bf0187da Branch: refs/heads/master Commit: bf0187dad36289a6ae6518173a6e310abe4105e4 Parents: bd713f4 Author: Guillaume Nodet <[email protected]> Authored: Wed Mar 9 09:59:52 2016 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Wed Mar 9 09:59:52 2016 +0100 ---------------------------------------------------------------------- assembly/pom.xml | 2 +- pom.xml | 4 ++-- sshd-core/pom.xml | 2 +- sshd-git/pom.xml | 2 +- sshd-ldap/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/bf0187da/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index d4adc2a..165b8ab 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.2.0</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>apache-sshd</artifactId> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/bf0187da/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2163015..e2f2d61 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.2.0</version> + <version>1.2.1-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.2.0</tag> + <tag>HEAD</tag> </scm> <properties> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/bf0187da/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 73e1f93..fd3e6d3 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.2.0</version> + <version>1.2.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/bf0187da/sshd-git/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index 486958a..5a250a6 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.2.0</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>sshd-git</artifactId> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/bf0187da/sshd-ldap/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index 452ab28..6e2b9b2 100644 --- a/sshd-ldap/pom.xml +++ b/sshd-ldap/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.2.0</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>sshd-ldap</artifactId>
