This is an automated email from the ASF dual-hosted git repository. chtompki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
The following commit(s) were added to refs/heads/master by this push: new 016c29a commons-parent: 47 -> 48 016c29a is described below commit 016c29ae543bda7509e1c22d5b8767bb61e08534 Author: Rob Tompkins <chtom...@gmail.com> AuthorDate: Sat May 18 22:35:14 2019 -0400 commons-parent: 47 -> 48 --- commons-statistics-distribution/pom.xml | 16 ++++++++++++++++ pom.xml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/commons-statistics-distribution/pom.xml b/commons-statistics-distribution/pom.xml index ed5d669..bc9e3d9 100644 --- a/commons-statistics-distribution/pom.xml +++ b/commons-statistics-distribution/pom.xml @@ -83,4 +83,20 @@ </dependencies> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>src/test/resources/org/apache/commons/statistics/distribution/testData.txt</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + </project> diff --git a/pom.xml b/pom.xml index d4b50a3..1ee61da 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>47</version> + <version>48</version> </parent> <modelVersion>4.0.0</modelVersion>