Repository: incubator-beam Updated Branches: refs/heads/master 978c99e9d -> a38a6072d
[BEAM-864] Update Apache POM parent to 18 and apache-rat-plugin to 0.12 to exclude DEPENDENCIES by default Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/300f4112 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/300f4112 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/300f4112 Branch: refs/heads/master Commit: 300f4112fd04116a180ffe297a8a58029a6f61a5 Parents: 978c99e Author: Jean-Baptiste Onofré <jbono...@apache.org> Authored: Mon Oct 31 07:08:38 2016 +0100 Committer: Jean-Baptiste Onofré <jbono...@apache.org> Committed: Tue Nov 1 07:53:24 2016 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/300f4112/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 453e57c..2820732 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>17</version> + <version>18</version> </parent> <groupId>org.apache.beam</groupId> @@ -907,7 +907,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.11</version> + <version>0.12</version> <configuration> <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile> <excludeSubProjects>false</excludeSubProjects>