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 64fc3812 Bump commons-parent but skip Moditect
64fc3812 is described below
commit 64fc381252523ac38f722337ef0eeaee7354a81b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 10 11:45:50 2023 -0400
Bump commons-parent but skip Moditect
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 623d3ff5..e8857b6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>58</version>
+ <version>64</version>
</parent>
<artifactId>commons-rdf-parent</artifactId>
@@ -72,6 +72,7 @@
<slf4j.version>1.7.26</slf4j.version>
<junit.version>4.13.2</junit.version>
<skipAPICompatCheck>false</skipAPICompatCheck>
+ <moditect.skip>true</moditect.skip>
</properties>
<scm>