Repository: mina-sshd Updated Branches: refs/heads/master 24a7742f5 -> 85b12b820
[maven-release-plugin] prepare release sshd-1.0.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/85b12b82 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/85b12b82 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/85b12b82 Branch: refs/heads/master Commit: 85b12b820279ce0514a15b2d4568980f7610600a Parents: 24a7742 Author: Guillaume Nodet <[email protected]> Authored: Wed Aug 19 09:02:15 2015 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Wed Aug 19 09:02:15 2015 +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/85b12b82/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 10feda9..d1101f3 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.apache.sshd</groupId> <artifactId>apache-sshd</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0</version> <name>Apache Mina SSHD :: Assembly</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/85b12b82/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 511dc71..5edbd4b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0</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>HEAD</tag> + <tag>sshd-1.0.0</tag> </scm> <properties> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/85b12b82/sshd-core/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index 8b5b85d..ba15949 100644 --- a/sshd-core/pom.xml +++ b/sshd-core/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.sshd</groupId> <artifactId>sshd</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> <artifactId>sshd-core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0</version> <name>Apache Mina SSHD :: Core</name> <packaging>jar</packaging> <inceptionYear>2008</inceptionYear> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/85b12b82/sshd-git/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml index 0a92e23..49575ba 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>1.0.1-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>sshd-git</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0</version> <name>Apache Mina SSHD :: Git</name> <packaging>jar</packaging> <inceptionYear>2008</inceptionYear>
