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-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new 5c9a1fd0 Inherit property commons.felix.version from parent POM 5c9a1fd0 is described below commit 5c9a1fd09444631af2cf1989cc94a1fd7a7a1add Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 13 19:51:37 2024 -0400 Inherit property commons.felix.version from parent POM --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index c2ec3404..3dc5fd24 100644 --- a/pom.xml +++ b/pom.xml @@ -54,8 +54,6 @@ <!-- Commons Release Plugin --> <commons.bc.version>2.0.0-SNAPSHOT</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> - <!-- Temp until commons-parent 59, fixes GHA build somehow? --> - <commons.felix.version>5.1.9</commons.felix.version> <commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version> <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties>