Repository: mina-sshd Updated Branches: refs/heads/0.14.x 1804661e6 -> 09fe46f29
[maven-release-plugin] prepare release sshd-0.14.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/09fe46f2 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/09fe46f2 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/09fe46f2 Branch: refs/heads/0.14.x Commit: 09fe46f29a14790ea47e5559721fcfa3087fe7ea Parents: 1804661 Author: Guillaume Nodet <[email protected]> Authored: Tue Mar 3 13:35:35 2015 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Tue Mar 3 13:35:35 2015 +0100 ---------------------------------------------------------------------- assembly/pom.xml | 4 ++-- pom.xml | 4 ++-- sshd-core/pom.xml | 4 ++-- sshd-git/pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/09fe46f2/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 56a34b4..5fc5bfd 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>apache-sshd</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> <name>Apache Mina SSHD :: Assembly</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/09fe46f2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 371fbf6..dad04ab 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> <name>Apache Mina SSHD</name> <packaging>pom</packaging> <inceptionYear>2008</inceptionYear> @@ -77,7 +77,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>HEAD</tag> + <tag>sshd-0.14.0</tag> </scm> <dependencyManagement> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/09fe46f2/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index dea63e0..f824df6 100644 --- a/sshd-core/pom.xml +++ b/sshd-core/pom.xml @@ -24,11 +24,11 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> </parent> <artifactId>sshd-core</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.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/09fe46f2/sshd-git/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index 5001840..793a008 100644 --- a/sshd-git/pom.xml +++ b/sshd-git/pom.xml @@ -24,11 +24,11 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> </parent> <artifactId>sshd-git</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> <name>Apache Mina SSHD :: Git</name> <packaging>jar</packaging> <inceptionYear>2008</inceptionYear>
