This is an automated email from the ASF dual-hosted git repository.

afs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new c876af1b07 GH-4120: Update parent pom.xml and apache-jena-libs pom.xml
c876af1b07 is described below

commit c876af1b070c67e1640cf741a26f46ecc85829a1
Author: Andy Seaborne <[email protected]>
AuthorDate: Tue Aug 4 14:21:39 2026 +0100

    GH-4120: Update parent pom.xml and apache-jena-libs pom.xml
---
 apache-jena-libs/pom.xml |  6 ++----
 pom.xml                  | 14 ++------------
 2 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/apache-jena-libs/pom.xml b/apache-jena-libs/pom.xml
index fc83928582..5c8ffb490a 100644
--- a/apache-jena-libs/pom.xml
+++ b/apache-jena-libs/pom.xml
@@ -36,13 +36,11 @@
   </parent>
 
   <description>
-    A POM artifact that references all the standard Jena Libraries with a 
single dependency.
+    A POM artifact, for use as a dependency, that has the commonly-used Jena 
Libraries as dependecies.
   </description>
 
   <!-- 
-       This list of dependencies is duplicated in jena-cmds.
-       Using <type>pom</type> breaks javadoc when building with Java11
-       but not when building with Java17 for Java11 bytecode.
+       A similar list of dependencies is in jena-cmds.
   -->
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 7e0fd1fb29..36157cab25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,8 +143,8 @@
   </properties>
 
   <issueManagement>
-    <system>JIRA</system>
-    <url>https://issues.apache.org/jira/browse/JENA</url>
+    <system>Github issues</system>
+    <url>https://github.com/apache/jena/issues</url>
   </issueManagement>
 
   <mailingLists>
@@ -172,16 +172,6 @@
         
<otherArchive>https://markmail.org/search/?q=list%3Aorg.apache.jena.dev</otherArchive>
       </otherArchives>
     </mailingList>
-    <mailingList>
-      <name>Jena Commits</name>
-      <post>[email protected]</post>
-      <subscribe>[email protected]</subscribe>
-      <unsubscribe>[email protected]</unsubscribe>
-      
<archive>https://lists.apache.org/[email protected]</archive>
-      <otherArchives>
-        
<otherArchive>https://mail-archives.apache.org/mod_mbox/jena-commits/</otherArchive>
-      </otherArchives>
-    </mailingList>
   </mailingLists>
 
   <profiles>

Reply via email to