This is an automated email from the ASF dual-hosted git repository. kdoran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi-maven.git
commit 83e10569303539131fa902b8b1ab53e49daab37b Author: Matt Gilman <[email protected]> AuthorDate: Wed Aug 19 22:18:02 2015 -0400 NIFI-875 prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a5d1cf4..5962163 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-maven-plugin</artifactId> - <version>1.1.0</version> + <version>1.1.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <description>Apache NiFi Nar Maven Plugin</description> <url>http://nifi.apache.org</url> @@ -67,7 +67,7 @@ <connection>scm:git:git://git.apache.org/nifi-maven.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi-maven.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=nifi-maven.git</url> - <tag>nifi-nar-maven-plugin-1.1.0-RC1</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system>
