You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gossip.apache.org by ec...@apache.org on 2017/01/05 01:24:05 UTC

[04/10] incubator-gossip git commit: [maven-release-plugin] prepare release gossip-0.1.1-incubating

[maven-release-plugin] prepare release gossip-0.1.1-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/80cd29ba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/80cd29ba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/80cd29ba

Branch: refs/heads/master
Commit: 80cd29ba01df6054e1ca95cd8de1a53c1e9fab96
Parents: be28494
Author: Edward Capriolo <ed...@gmail.com>
Authored: Sun Dec 11 12:31:18 2016 -0500
Committer: Edward Capriolo <ed...@gmail.com>
Committed: Sun Dec 11 12:31:18 2016 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/80cd29ba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 24341e9..239ee9d 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.1-incubating-SNAPSHOT</version>
+	<version>0.1.1-incubating</version>
 	<packaging>jar</packaging>
 	<description>A peer to peer cluster discovery service</description>
 	<url>http://gossip.incubator.apache.org/</url>
@@ -65,7 +65,7 @@
 		<connection>scm:git:git@github.com:apache/incubator-gossip.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-gossip.git</developerConnection>
 		<url>scm:git:git@github.com:apache/incubator-gossip.git</url>
-	  <tag>HEAD</tag>
+	  <tag>gossip-0.1.1-incubating</tag>
   </scm>
 	
 	<issueManagement>