[NIFI-195] Take advantage of inheritance from ASF parent version 16
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/31921212 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/31921212 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/31921212 Branch: refs/heads/develop Commit: 31921212da0e5406d55838493654b429bdc54070 Parents: 0d8da14 Author: Karl-Heinz Marbaise <[email protected]> Authored: Mon Dec 22 22:41:07 2014 +0100 Committer: Karl-Heinz Marbaise <[email protected]> Committed: Mon Dec 22 22:41:07 2014 +0100 ---------------------------------------------------------------------- pom.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/31921212/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9607386..85bbf19 100644 --- a/pom.xml +++ b/pom.xml @@ -144,11 +144,6 @@ <type>maven-plugin</type> </dependency> <dependency> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>2.5</version> - </dependency> - <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.3</version> @@ -891,11 +886,6 @@ </configuration> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.5.1</version> - </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <version>1.6</version> @@ -946,4 +936,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project>
