Repository: incubator-nifi Updated Branches: refs/heads/nifi-270-release-setup 9335b46aa -> 3ed0d13da
[maven-release-plugin] prepare release maven-plugins-0.0.1-test-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/76325149 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/76325149 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/76325149 Branch: refs/heads/nifi-270-release-setup Commit: 763251499361f96bdea122c8ba06e669806aae8b Parents: 9335b46 Author: Benson Margulies <[email protected]> Authored: Fri Jan 16 07:47:49 2015 -0500 Committer: Benson Margulies <[email protected]> Committed: Fri Jan 16 07:47:49 2015 -0500 ---------------------------------------------------------------------- maven-plugins/nar-maven-plugin/pom.xml | 4 ++-- maven-plugins/pom.xml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/76325149/maven-plugins/nar-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/nar-maven-plugin/pom.xml b/maven-plugins/nar-maven-plugin/pom.xml index af313ad..fcf9c54 100644 --- a/maven-plugins/nar-maven-plugin/pom.xml +++ b/maven-plugins/nar-maven-plugin/pom.xml @@ -19,10 +19,10 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>maven-plugins</artifactId> - <version>0.0.1-incubating-SNAPSHOT</version> + <version>0.0.1-test-incubating</version> </parent> <artifactId>nar-maven-plugin</artifactId> - <version>0.0.1-incubating-SNAPSHOT</version> + <version>0.0.1-test-incubating</version> <packaging>maven-plugin</packaging> <name>Apache NiFi NAR Plugin</name> <description>Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator.</description> http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/76325149/maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index 83f3cc3..127fde4 100644 --- a/maven-plugins/pom.xml +++ b/maven-plugins/pom.xml @@ -20,11 +20,11 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>16</version> - <relativePath/> + <relativePath /> </parent> <groupId>org.apache.nifi</groupId> <artifactId>maven-plugins</artifactId> - <version>0.0.1-incubating-SNAPSHOT</version> + <version>0.0.1-test-incubating</version> <packaging>pom</packaging> <name>Apache NiFi Maven Plugins</name> <description>Apache NiFi Maven Plugins. It is currently a part of the Apache Incubator.</description> @@ -65,7 +65,8 @@ <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> - </scm> + <tag>maven-plugins-0.0.1-test-incubating</tag> + </scm> <issueManagement> <system>JIRA</system> <url>https://issues.apache.org/jira/browse/NIFI</url>
