Repository: incubator-gossip Updated Branches: refs/heads/master 0bdf2f692 -> 6720f35be
[maven-release-plugin] prepare release gossip-0.1.0-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-gossip/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gossip/commit/0d209911 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/0d209911 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/0d209911 Branch: refs/heads/master Commit: 0d209911a6f1abc0fddc66dcd7ff85f34ec3c114 Parents: 78fc5a0 Author: Edward Capriolo <[email protected]> Authored: Wed Nov 9 14:12:06 2016 -0500 Committer: Edward Capriolo <[email protected]> Committed: Wed Nov 9 14:12:06 2016 -0500 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/0d209911/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2d50920..84c1a3b 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.gossip</groupId> <artifactId>gossip</artifactId> <name>gossip</name> - <version>0.1.0-incubating-SNAPSHOT</version> + <version>0.1.0-incubating</version> <packaging>jar</packaging> <description>A peer to peer cluster discovery service</description> <url>http://gossip.incubator.apache.org/</url> @@ -65,7 +65,8 @@ <connection>scm:git:[email protected]:apache/incubator-gossip.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-gossip.git</developerConnection> <url>scm:git:[email protected]:apache/incubator-gossip.git</url> - </scm> + <tag>gossip-0.1.0-incubating</tag> + </scm> <issueManagement> <system>JIRA</system>
