Repository: mina-sshd Updated Branches: refs/heads/master 11c17d6a7 -> f11c73d4f
[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/f11c73d4 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/f11c73d4 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/f11c73d4 Branch: refs/heads/master Commit: f11c73d4fb7836e8ae8ccb4ed8301dc42c0968ac Parents: 11c17d6 Author: Guillaume Nodet <[email protected]> Authored: Wed Aug 19 15:46:05 2015 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Wed Aug 19 15:46:05 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/f11c73d4/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/f11c73d4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 419b590..932d567 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,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> @@ -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.0.0</tag> </scm> <properties> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/f11c73d4/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/f11c73d4/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>
