Repository: mina-sshd Updated Branches: refs/heads/master 8aee2acf3 -> 83925cb70
[maven-release-plugin] prepare release sshd-1.7.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/83925cb7 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/83925cb7 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/83925cb7 Branch: refs/heads/master Commit: 83925cb70551c2b5e49f5044efa0d2e74d3180e4 Parents: 8aee2ac Author: Guillaume Nodet <[email protected]> Authored: Thu Jan 11 18:26:35 2018 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Thu Jan 11 18:26:35 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/83925cb7/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 3f2715b..75d3275 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-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>apache-sshd</artifactId> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/83925cb7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 863f965..31b7d72 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</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>HEAD</tag> + <tag>sshd-1.7.0</tag> </scm> <properties> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/83925cb7/sshd-contrib/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml index ac5660a..cae164e 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-SNAPSHOT</version> + <version>1.7.0</version> </parent> <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/83925cb7/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 89a6f2a..93fd777 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-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/83925cb7/sshd-git/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index a0a775d..3c84b3d 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-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>sshd-git</artifactId> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/83925cb7/sshd-ldap/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index 495b893..953ca22 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-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>sshd-ldap</artifactId> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/83925cb7/sshd-spring-sftp/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml index e883667..0dda1ae 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-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>sshd-spring-sftp</artifactId>
