Updated Branches: refs/heads/master 30c5e8b5c -> 79c9b1473
[maven-release-plugin] prepare release sshd-0.9.0 Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/79c9b147 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/79c9b147 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/79c9b147 Branch: refs/heads/master Commit: 79c9b1473062c5067cc02cbe9cd9d5f14173ade4 Parents: 30c5e8b Author: Guillaume Nodet <[email protected]> Authored: Tue Jul 23 20:37:09 2013 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Tue Jul 23 20:37:09 2013 +0200 ---------------------------------------------------------------------- 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/79c9b147/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 5843d69..5e6ceac 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.0</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>apache-sshd</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.0</version> <name>Apache Mina SSHD :: Assembly</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/79c9b147/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6470b5d..3bd8c3c 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.0</version> <name>Apache Mina SSHD</name> <packaging>pom</packaging> <inceptionYear>2008</inceptionYear> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/79c9b147/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 146b386..8272fa6 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.9.0-SNAPSHOT</version> + <version>0.9.0</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd-core</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.0</version> <name>Apache Mina SSHD :: Core</name> <packaging>jar</packaging> <inceptionYear>2008</inceptionYear> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/79c9b147/sshd-pam/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-pam/pom.xml b/sshd-pam/pom.xml index 533f8b2..6ec8698 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.9.0-SNAPSHOT</version> + <version>0.9.0</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd-pam</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.0</version> <name>Apache Mina SSHD :: PAM</name> <!-- <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/79c9b147/sshd-sftp/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index 0b6f822..dcb2298 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.9.0-SNAPSHOT</version> + <version>0.9.0</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd-sftp</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.0</version> <name>Apache Mina SSHD :: SFTP</name> <packaging>jar</packaging> <inceptionYear>2008</inceptionYear>
