Repository: mina-sshd Updated Branches: refs/heads/master 83925cb70 -> 100463f67
[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/100463f6 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/100463f6 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/100463f6 Branch: refs/heads/master Commit: 100463f67865408e97d68b467308acfe2f301f8a Parents: 83925cb Author: Guillaume Nodet <[email protected]> Authored: Thu Jan 11 18:27:27 2018 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Thu Jan 11 18:27:27 2018 +0100 ---------------------------------------------------------------------- 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/100463f6/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 75d3275..6027f0e 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.7.0</version> + <version>1.7.1-SNAPSHOT</version> </parent> <artifactId>apache-sshd</artifactId> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/100463f6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 31b7d72..b33a638 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.7.0</version> + <version>1.7.1-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.7.0</tag> + <tag>HEAD</tag> </scm> <properties> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/100463f6/sshd-contrib/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml index cae164e..0a557ed 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.7.0</version> + <version>1.7.1-SNAPSHOT</version> </parent> <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/100463f6/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 93fd777..9580b0f 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.7.0</version> + <version>1.7.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/100463f6/sshd-git/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index 3c84b3d..11b4e54 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.7.0</version> + <version>1.7.1-SNAPSHOT</version> </parent> <artifactId>sshd-git</artifactId> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/100463f6/sshd-ldap/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index 953ca22..0856f7d 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.7.0</version> + <version>1.7.1-SNAPSHOT</version> </parent> <artifactId>sshd-ldap</artifactId> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/100463f6/sshd-spring-sftp/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml index 0dda1ae..09af43d 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.7.0</version> + <version>1.7.1-SNAPSHOT</version> </parent> <artifactId>sshd-spring-sftp</artifactId>
