Repository: mina-sshd Updated Branches: refs/heads/master 94059021c -> 4ad43dd16
[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/4ad43dd1 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/4ad43dd1 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/4ad43dd1 Branch: refs/heads/master Commit: 4ad43dd1622c714eb967e079c119626fc5786ad2 Parents: 9405902 Author: Guillaume Nodet <[email protected]> Authored: Tue Oct 21 10:22:23 2014 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Tue Oct 21 10:22:23 2014 +0200 ---------------------------------------------------------------------- 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/4ad43dd1/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index b6d3bda..7ebd56e 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.13.0</version> + <version>0.13.1-SNAPSHOT</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>apache-sshd</artifactId> - <version>0.13.0</version> + <version>0.13.1-SNAPSHOT</version> <name>Apache Mina SSHD :: Assembly</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/4ad43dd1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ef64c11..85cdac9 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>0.13.0</version> + <version>0.13.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.13.0</tag> + <tag>HEAD</tag> </scm> <dependencyManagement> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/4ad43dd1/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 1edcc59..15753b7 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.13.0</version> + <version>0.13.1-SNAPSHOT</version> </parent> <artifactId>sshd-core</artifactId> - <version>0.13.0</version> + <version>0.13.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/4ad43dd1/sshd-git/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index f3fe0c3..8cdebdd 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.13.0</version> + <version>0.13.1-SNAPSHOT</version> </parent> <artifactId>sshd-git</artifactId> - <version>0.13.0</version> + <version>0.13.1-SNAPSHOT</version> <name>Apache Mina SSHD :: Git</name> <packaging>jar</packaging> <inceptionYear>2008</inceptionYear>
