Repository: mina-sshd Updated Branches: refs/heads/0.14.x 09fe46f29 -> b56b780da
[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/b56b780d Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/b56b780d Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/b56b780d Branch: refs/heads/0.14.x Commit: b56b780da27779161af5334c79c1bbc7c855080d Parents: 09fe46f Author: Guillaume Nodet <[email protected]> Authored: Tue Mar 3 13:52:19 2015 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Tue Mar 3 13:52:19 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/b56b780d/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 5fc5bfd..e590b50 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</version> + <version>0.14.1-SNAPSHOT</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>apache-sshd</artifactId> - <version>0.14.0</version> + <version>0.14.1-SNAPSHOT</version> <name>Apache Mina SSHD :: Assembly</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/b56b780d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dad04ab..511a131 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.14.0</version> + <version>0.14.1-SNAPSHOT</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>sshd-0.14.0</tag> + <tag>HEAD</tag> </scm> <dependencyManagement> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/b56b780d/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index f824df6..4db0691 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</version> + <version>0.14.1-SNAPSHOT</version> </parent> <artifactId>sshd-core</artifactId> - <version>0.14.0</version> + <version>0.14.1-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/b56b780d/sshd-git/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index 793a008..f137e70 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</version> + <version>0.14.1-SNAPSHOT</version> </parent> <artifactId>sshd-git</artifactId> - <version>0.14.0</version> + <version>0.14.1-SNAPSHOT</version> <name>Apache Mina SSHD :: Git</name> <packaging>jar</packaging> <inceptionYear>2008</inceptionYear>
