[maven-release-plugin] prepare release sshd-0.12.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/0f76c3ca Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/0f76c3ca Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/0f76c3ca Branch: refs/heads/master Commit: 0f76c3cafdc32f7f38b95624b06808edc5299add Parents: 89cebc1 Author: Guillaume Nodet <[email protected]> Authored: Wed Jul 9 10:23:33 2014 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Wed Jul 9 10:23:33 2014 +0200 ---------------------------------------------------------------------- assembly/pom.xml | 4 ++-- pom.xml | 2 +- sshd-core/pom.xml | 4 ++-- sshd-git/pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/0f76c3ca/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index e8f4fda..346a2a6 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>apache-sshd</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0</version> <name>Apache Mina SSHD :: Assembly</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/0f76c3ca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7d611bd..21e2165 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0</version> <name>Apache Mina SSHD</name> <packaging>pom</packaging> <inceptionYear>2008</inceptionYear> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/0f76c3ca/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index f83a0b5..1f84e37 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.11.1-SNAPSHOT</version> + <version>0.12.0</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd-core</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.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/0f76c3ca/sshd-git/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index 904a0dd..ce96829 100644 --- a/sshd-git/pom.xml +++ b/sshd-git/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd-git</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0</version> <name>Apache Mina SSHD :: Git</name> <packaging>jar</packaging> <inceptionYear>2008</inceptionYear>
