Repository: incubator-streams-master Updated Branches: refs/heads/master 44409a3bb -> c1bff1376
[maven-release-plugin] prepare release streams-master-0.4-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/0a376ddd Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/0a376ddd Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/0a376ddd Branch: refs/heads/master Commit: 0a376dddc989f8fa17fc8eec9c47053b6e1b1839 Parents: 44409a3 Author: Steve Blackmon <[email protected]> Authored: Sun Oct 23 20:17:11 2016 -0500 Committer: Steve Blackmon <[email protected]> Committed: Sun Oct 23 20:17:11 2016 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/0a376ddd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 028bb68..84d31c7 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <name>Apache Streams :: streams-master</name> <description>Apache Streams Master Pom</description> <packaging>pom</packaging> - <version>0.4-incubating-SNAPSHOT</version> + <version>0.4-incubating</version> <inceptionYear>2012</inceptionYear> @@ -51,7 +51,7 @@ <connection>scm:git:[email protected]:apache/incubator-streams-master.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-streams-master.git</developerConnection> <url>scm:git:[email protected]:apache/incubator-streams-master.git</url> - <tag>HEAD</tag> + <tag>streams-master-0.4-incubating</tag> </scm> <issueManagement>
