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-rdf.git
The following commit(s) were added to refs/heads/master by this push: new afe40a85 Bump commons-parent from 52 to 58 afe40a85 is described below commit afe40a85d86ea0e7b44a03c7851442f19c345ee7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 25 18:19:18 2023 -0400 Bump commons-parent from 52 to 58 --- pom.xml | 15 +-------------- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index b4511e43..b03310dc 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>52</version> + <version>58</version> </parent> <artifactId>commons-rdf-parent</artifactId> @@ -374,19 +374,6 @@ <artifactId>coveralls-maven-plugin</artifactId> <version>4.3.0</version> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - <version>${commons.jdepend.version}</version> - <dependencies> - <!-- Forked jdepend https://github.com/nidi3/jdepend supports Java 8 --> - <dependency> - <groupId>guru.nidi</groupId> - <artifactId>jdepend</artifactId> - <version>2.9.5</version> - </dependency> - </dependencies> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f59b2e81..70cd97a3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -39,6 +39,9 @@ <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot"> Bump actions/setup-java from 1.4.0 to 3.6.0 #81, #99. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump commons-parent from 52 to 58. + </action> <action type="update" dev="ggregory" due-to="Dependabot"> Bump actions/upload-artifact from 3.1.0 to 3.1.1 #100. </action>