Updated Branches: refs/heads/master 500f70e8d -> cc998ce3f
[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/cc998ce3 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/cc998ce3 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/cc998ce3 Branch: refs/heads/master Commit: cc998ce3fd87db8f62a79cc37d054340ff53a622 Parents: 500f70e Author: Guillaume Nodet <[email protected]> Authored: Thu Feb 13 13:24:57 2014 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Thu Feb 13 13:24:57 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/cc998ce3/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index a8bacef..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.0</version> + <version>0.11.0-SNAPSHOT</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>apache-sshd</artifactId> - <version>0.10.0</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/cc998ce3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8a4cade..3051328 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.10.0</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/cc998ce3/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 5716bdc..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.0</version> + <version>0.11.0-SNAPSHOT</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd-core</artifactId> - <version>0.10.0</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/cc998ce3/sshd-pam/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-pam/pom.xml b/sshd-pam/pom.xml index 2f5e298..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.0</version> + <version>0.11.0-SNAPSHOT</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd-pam</artifactId> - <version>0.10.0</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/cc998ce3/sshd-sftp/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index 9b0383c..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.0</version> + <version>0.11.0-SNAPSHOT</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd-sftp</artifactId> - <version>0.10.0</version> + <version>0.11.0-SNAPSHOT</version> <name>Apache Mina SSHD :: SFTP</name> <packaging>jar</packaging> <inceptionYear>2008</inceptionYear>
