Repository: mina-sshd Updated Branches: refs/heads/master ec07ea7f4 -> 701b53ca2
[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/701b53ca Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/701b53ca Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/701b53ca Branch: refs/heads/master Commit: 701b53ca2a3ca8e762326e5157e91a56fadc257a Parents: ec07ea7 Author: Guillaume Nodet <[email protected]> Authored: Thu Jun 29 11:12:54 2017 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Thu Jun 29 11:12:54 2017 +0200 ---------------------------------------------------------------------- assembly/pom.xml | 2 +- pom.xml | 4 ++-- sshd-contrib/pom.xml | 2 +- sshd-core/pom.xml | 2 +- sshd-git/pom.xml | 2 +- sshd-ldap/pom.xml | 2 +- sshd-spring-sftp/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/701b53ca/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 3e8cec0..3f2715b 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.6.0</version> + <version>1.7.0-SNAPSHOT</version> </parent> <artifactId>apache-sshd</artifactId> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/701b53ca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 848a8e0..f787a6a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.6.0</version> + <version>1.7.0-SNAPSHOT</version> <name>Apache Mina SSHD</name> <packaging>pom</packaging> <inceptionYear>2008</inceptionYear> @@ -76,7 +76,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-1.6.0</tag> + <tag>HEAD</tag> </scm> <properties> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/701b53ca/sshd-contrib/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml index 0cb1a8d..04be272 100644 --- a/sshd-contrib/pom.xml +++ b/sshd-contrib/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.6.0</version> + <version>1.7.0-SNAPSHOT</version> </parent> <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/701b53ca/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 092515e..8174dd0 100644 --- a/sshd-core/pom.xml +++ b/sshd-core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.6.0</version> + <version>1.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/701b53ca/sshd-git/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index 4c3e0b3..a0a775d 100644 --- a/sshd-git/pom.xml +++ b/sshd-git/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.6.0</version> + <version>1.7.0-SNAPSHOT</version> </parent> <artifactId>sshd-git</artifactId> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/701b53ca/sshd-ldap/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index db7175c..7fa0920 100644 --- a/sshd-ldap/pom.xml +++ b/sshd-ldap/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.6.0</version> + <version>1.7.0-SNAPSHOT</version> </parent> <artifactId>sshd-ldap</artifactId> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/701b53ca/sshd-spring-sftp/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml index 28080d0..aa76da7 100644 --- a/sshd-spring-sftp/pom.xml +++ b/sshd-spring-sftp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.6.0</version> + <version>1.7.0-SNAPSHOT</version> </parent> <artifactId>sshd-spring-sftp</artifactId>
