This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit f9b2dd60b42d53abe96861cc96fbe688cf43c7ee Author: Hugo Hirsch <[email protected]> AuthorDate: Tue Oct 6 10:36:28 2020 +0200 RAT-158: Upgrade to new asf parent 23 and remove doxia version mngmt --- pom.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index efcd105..92f480b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>18</version> + <version>23</version> </parent> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-project</artifactId> @@ -310,19 +310,6 @@ agnostic home for software distribution comprehension and audit tools. <artifactId>apache-rat-plugin</artifactId> <!-- Do not use property values here as this makes problem during release --> <version>0.13</version> - <dependencies><!--TODO remove exclusion when upgrading to new ASF parent or doxia release (RAT-158) --> - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-core</artifactId> - <version>1.2</version> - <exclusions> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> <configuration> <excludes> <!-- This file only describes how to build the project and it has no license header -->
