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

commit d1ca3fec748084a6d2012de05822b817f86a3f72
Author: Andy Seaborne <[email protected]>
AuthorDate: Sun May 10 14:00:40 2026 +0100

    Revise module names
---
 jena-fuseki2/pom.xml         | 4 ++--
 jena-querybuilder/pom.xml    | 2 +-
 jena-serviceenhancer/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml
index fa671896b2..48dbe7ab25 100644
--- a/jena-fuseki2/pom.xml
+++ b/jena-fuseki2/pom.xml
@@ -28,11 +28,11 @@
     <version>6.2.0-SNAPSHOT</version>
   </parent> 
 
-  <name>Apache Jena - Fuseki - A SPARQL 1.1 Server</name>
+  <name>Apache Jena - Fuseki</name>
   <artifactId>jena-fuseki</artifactId>
   <version>6.2.0-SNAPSHOT</version>
 
-  <description>Fuseki is a SPARQL 1.1 Server which provides the SPARQL query, 
+  <description>Fuseki is a SPARQL Server which provides the SPARQL query, 
   SPARQL update and SPARQL graph store protocols.
   </description>
 
diff --git a/jena-querybuilder/pom.xml b/jena-querybuilder/pom.xml
index 6cef435ee9..ef7281cde9 100644
--- a/jena-querybuilder/pom.xml
+++ b/jena-querybuilder/pom.xml
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>jena-querybuilder</artifactId>
-  <name>Apache Jena - Extras - Query Builder</name>
+  <name>Apache Jena - Query Builder</name>
   <description>A utility package to simplify the building of ARQ queries in 
code.  Provides both a simple builder interface for queries as well as simple 
prepared statement processing.</description>
 
   <parent>
diff --git a/jena-serviceenhancer/pom.xml b/jena-serviceenhancer/pom.xml
index 8faee9cade..ccb0fcc28e 100644
--- a/jena-serviceenhancer/pom.xml
+++ b/jena-serviceenhancer/pom.xml
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>jena-serviceenhancer</artifactId>
-  <name>Apache Jena - Extras - Service Enhancer</name>
+  <name>Apache Jena - Service Enhancer</name>
   <description>A plugin that extends the sparql SERVICE clauses with bulk 
requests, lateral joins and advanced result set caching.</description>
 
   <parent>

Reply via email to