Repository: incubator-nifi Updated Branches: refs/heads/nifi-270-release-setup [created] 6e0731dee
NIFI-270: fix pomFileName parameter for maven plugins. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/ac894f1f Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/ac894f1f Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/ac894f1f Branch: refs/heads/nifi-270-release-setup Commit: ac894f1f0ff505613ed7eafdd1f77657aea9dc39 Parents: 300952a Author: Benson Margulies <[email protected]> Authored: Fri Jan 16 07:29:17 2015 -0500 Committer: Benson Margulies <[email protected]> Committed: Fri Jan 16 07:29:17 2015 -0500 ---------------------------------------------------------------------- maven-plugins/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/ac894f1f/maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index 31d2bdc..8d1773c 100644 --- a/maven-plugins/pom.xml +++ b/maven-plugins/pom.xml @@ -174,7 +174,7 @@ <goal>perform</goal> </goals> <configuration> - <pomFileName>platform/pom.xml</pomFileName> + <pomFileName>maven-plugins/pom.xml</pomFileName> <arguments>-P apache-release,check-licenses</arguments> <autoVersionSubmodules>true</autoVersionSubmodules> <releaseProfiles>apache-release</releaseProfiles>
