Repository: mina-sshd Updated Branches: refs/heads/master 4bc883f6b -> 6103ee9c2
[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/6103ee9c Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/6103ee9c Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/6103ee9c Branch: refs/heads/master Commit: 6103ee9c2d5ef548962c85564b66f08acb9a1e14 Parents: 4bc883f Author: Guillaume Nodet <[email protected]> Authored: Wed Feb 26 14:24:23 2014 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Wed Feb 26 14:24:23 2014 +0100 ---------------------------------------------------------------------- assembly/pom.xml | 4 ++-- pom.xml | 2 +- sshd-core/pom.xml | 4 ++-- sshd-pam/pom.xml | 4 ++-- sshd-sftp/pom.xml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6103ee9c/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 85af850..2c75c7b 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.10.1</version> + <version>0.11.0-SNAPSHOT</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>apache-sshd</artifactId> - <version>0.10.1</version> + <version>0.11.0-SNAPSHOT</version> <name>Apache Mina SSHD :: Assembly</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6103ee9c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1d3fbbf..3051328 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.10.1</version> + <version>0.11.0-SNAPSHOT</version> <name>Apache Mina SSHD</name> <packaging>pom</packaging> <inceptionYear>2008</inceptionYear> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6103ee9c/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index c190b20..9d9d17f 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.10.1</version> + <version>0.11.0-SNAPSHOT</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd-core</artifactId> - <version>0.10.1</version> + <version>0.11.0-SNAPSHOT</version> <name>Apache Mina SSHD :: Core</name> <packaging>jar</packaging> <inceptionYear>2008</inceptionYear> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6103ee9c/sshd-pam/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-pam/pom.xml b/sshd-pam/pom.xml index 78d38c1..7fdf140 100644 --- a/sshd-pam/pom.xml +++ b/sshd-pam/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.10.1</version> + <version>0.11.0-SNAPSHOT</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd-pam</artifactId> - <version>0.10.1</version> + <version>0.11.0-SNAPSHOT</version> <name>Apache Mina SSHD :: PAM</name> <!-- <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6103ee9c/sshd-sftp/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index 50590aa..52d0d08 100644 --- a/sshd-sftp/pom.xml +++ b/sshd-sftp/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.10.1</version> + <version>0.11.0-SNAPSHOT</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd-sftp</artifactId> - <version>0.10.1</version> + <version>0.11.0-SNAPSHOT</version> <name>Apache Mina SSHD :: SFTP</name> <packaging>jar</packaging> <inceptionYear>2008</inceptionYear>
