This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new e657dea No need to override version here. e657dea is described below commit e657dea560c7c0653e5b263ac78643357ae0779c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 15 09:10:40 2021 -0400 No need to override version here. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8094cea..1e16070 100644 --- a/pom.xml +++ b/pom.xml @@ -234,7 +234,6 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>${commons.rat.version}</version> <configuration> <excludes> <exclude>src/test/resources/**</exclude>