Repository: incubator-nifi Updated Branches: refs/heads/nifi-0.1.0-incubating-rc6 [created] 6480ad7e8
NIFI-429: prepare release nifi-parent-1.0.0-incubating-rc6 Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/c8c3cd57 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/c8c3cd57 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/c8c3cd57 Branch: refs/heads/nifi-0.1.0-incubating-rc6 Commit: c8c3cd57e6fe7dfc6d282afa557cab85a12b01f1 Parents: 3472bf3 Author: Mark Payne <[email protected]> Authored: Tue May 5 13:59:15 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Tue May 5 13:59:15 2015 -0400 ---------------------------------------------------------------------- nifi-parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/c8c3cd57/nifi-parent/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-parent/pom.xml b/nifi-parent/pom.xml index fb2f827..747922c 100644 --- a/nifi-parent/pom.xml +++ b/nifi-parent/pom.xml @@ -23,7 +23,7 @@ </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-parent</artifactId> - <version>1.0.0-incubating-SNAPSHOT</version> + <version>1.0.0-incubating</version> <packaging>pom</packaging> <description>The nifi-parent enables each apache nifi project to ensure consistent approaches and DRY</description> <url>http://nifi.incubator.apache.org</url> @@ -60,7 +60,7 @@ <connection>scm:git:git://git.apache.org/incubator-nifi.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-nifi.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git</url> - <tag>HEAD</tag> + <tag>nifi-parent-1.0.0-incubating-rc6</tag> </scm> <issueManagement> <system>JIRA</system>
