This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 04e9e33 update parent POM
04e9e33 is described below
commit 04e9e33a351c8ac358d2eb9e08349c8dd3f352bc
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Jan 26 09:29:36 2020 +0100
update parent POM
---
pom.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index eda7b5a..3459e59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>22</version>
+ <version>23</version>
<relativePath>../asf/pom.xml</relativePath>
</parent>
@@ -1086,11 +1086,6 @@ under the License.
</environmentVariables>
</configuration>
</plugin>
- <plugin><!-- TODO remove when upgrading parent to 23 -->
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <version>0.13</version>
- </plugin>
</plugins>
</pluginManagement>
<plugins>