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

asf-gitbox-commits pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b4190e39a Updated site from main 
(166cc7a9a1653c24995672d4961d94841ea23d97)
b4190e39a is described below

commit b4190e39a18a3e746dfc0a4431a7b2b6f9e65722
Author: jenkins <[email protected]>
AuthorDate: Mon Aug 3 20:08:14 2026 +0000

    Updated site from main (166cc7a9a1653c24995672d4961d94841ea23d97)
---
 content/download/maven.html | 32 ++++++++++++++++++++++++++------
 content/index.json          |  2 +-
 content/sitemap.xml         |  4 ++--
 3 files changed, 29 insertions(+), 9 deletions(-)

diff --git a/content/download/maven.html b/content/download/maven.html
index 301694882..03e5b8781 100644
--- a/content/download/maven.html
+++ b/content/download/maven.html
@@ -209,8 +209,8 @@ on a version of Jena:</p>
 <div class="highlight"><pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-xml" data-lang="xml"><span style="display:flex;"><span><span 
style="color:#008000;font-weight:bold">&lt;dependency&gt;</span>
 </span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;groupId&gt;</span>org.apache.jena<span
 style="color:#008000;font-weight:bold">&lt;/groupId&gt;</span>
 </span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;artifactId&gt;</span>apache-jena-libs<span
 style="color:#008000;font-weight:bold">&lt;/artifactId&gt;</span>
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;type&gt;</span>pom<span 
style="color:#008000;font-weight:bold">&lt;/type&gt;</span>
 </span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;version&gt;</span>X.Y.Z<span 
style="color:#008000;font-weight:bold">&lt;/version&gt;</span>
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;type&gt;</span>pom<span 
style="color:#008000;font-weight:bold">&lt;/type&gt;</span>
 </span></span><span style="display:flex;"><span><span 
style="color:#008000;font-weight:bold">&lt;/dependency&gt;</span>
 </span></span></code></pre></div><p>This will transitively resolve all the 
dependencies for you: <code>jena-core</code>,
 <code>jena-arq</code>, <code>jena-tdb</code> and <code>jena-iri</code> and 
their dependencies.</p>
@@ -219,7 +219,24 @@ on a version of Jena:</p>
 <div class="highlight"><pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-xml" data-lang="xml"><span style="display:flex;"><span><span 
style="color:#008000;font-weight:bold">&lt;dependency&gt;</span>
 </span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;groupId&gt;</span>org.apache.jena<span
 style="color:#008000;font-weight:bold">&lt;/groupId&gt;</span>
 </span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;artifactId&gt;</span>jena-text<span 
style="color:#008000;font-weight:bold">&lt;/artifactId&gt;</span>
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;version&gt;</span>x.y.z<span 
style="color:#008000;font-weight:bold">&lt;/version&gt;</span>
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;version&gt;</span>X.Y.Z<span 
style="color:#008000;font-weight:bold">&lt;/version&gt;</span>
+</span></span><span style="display:flex;"><span><span 
style="color:#008000;font-weight:bold">&lt;/dependency&gt;</span>
+</span></span></code></pre></div><p>There is also a BOM (Bill of 
Materials):</p>
+<div class="highlight"><pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-xml" data-lang="xml"><span style="display:flex;"><span><span 
style="color:#008000;font-weight:bold">&lt;dependencyManagement&gt;</span>
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;dependency&gt;</span>
+</span></span><span style="display:flex;"><span>    <span 
style="color:#008000;font-weight:bold">&lt;groupId&gt;</span>org.apache.jena<span
 style="color:#008000;font-weight:bold">&lt;/groupId&gt;</span>
+</span></span><span style="display:flex;"><span>    <span 
style="color:#008000;font-weight:bold">&lt;artifactId&gt;</span>jena-bom<span 
style="color:#008000;font-weight:bold">&lt;/artifactId&gt;</span>
+</span></span><span style="display:flex;"><span>    <span 
style="color:#008000;font-weight:bold">&lt;version&gt;</span>X.Y.Z<span 
style="color:#008000;font-weight:bold">&lt;/version&gt;</span>
+</span></span><span style="display:flex;"><span>    <span 
style="color:#008000;font-weight:bold">&lt;type&gt;</span>pom<span 
style="color:#008000;font-weight:bold">&lt;/type&gt;</span>
+</span></span><span style="display:flex;"><span>    <span 
style="color:#008000;font-weight:bold">&lt;scope&gt;</span>import<span 
style="color:#008000;font-weight:bold">&lt;/scope&gt;</span>
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;/dependency&gt;</span>
+</span></span><span style="display:flex;"><span><span 
style="color:#008000;font-weight:bold">&lt;/dependencyManagement&gt;</span>
+</span></span></code></pre></div><p>which uses 
<code>&lt;type&gt;pom&lt;/type&gt;</code> and 
<code>&lt;scope&gt;import&lt;/scope&gt;</code>.</p>
+<p>This gives version number for all artifacts so that an artifact can
+be included with needing to give version number for each artifact.</p>
+<div class="highlight"><pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-xml" data-lang="xml"><span style="display:flex;"><span><span 
style="color:#008000;font-weight:bold">&lt;dependency&gt;</span>
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;groupId&gt;</span>org.apache.jena<span
 style="color:#008000;font-weight:bold">&lt;/groupId&gt;</span>
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&lt;artifactId&gt;</span>jena-shacl<span 
style="color:#008000;font-weight:bold">&lt;/artifactId&gt;</span>
 </span></span><span style="display:flex;"><span><span 
style="color:#008000;font-weight:bold">&lt;/dependency&gt;</span>
 </span></span></code></pre></div><p>Please check for the latest versions.</p>
 <h3 id="major-artifacts">Major Artifacts</h3>
@@ -236,6 +253,11 @@ structuring Jena development.</p>
     <td><code>apache-jena-libs</code></td>
     <td><code>pom</code></td>
     <td>A POM artifact that may be referenced to pull in all the standard Jena 
Libraries (Core, ARQ, IRI, and TDB) with a single dependency.</td>
+  <tr>
+    <td><code>jena-bom</code></td>
+    <td><code>pom</code></td>
+    <td>The Apache Jena BOM - uses for dependencyManagement and 
+<p>A POM artifact that may be referenced to pull in all the standard Jena 
Libraries (Core, ARQ, IRI, and TDB) with a single dependency.</td></p>
   </tr>
   <tr>
     <td><code>apache-jena</code></td>
@@ -254,8 +276,8 @@ structuring Jena development.</p>
   </tr>
   <tr>
     <td><code>jena-fuseki-main</code></td>
-    <td><code>war</code></td>
-    <td>Fuseki packaged for standalone and embedded use.<td>
+    <td><code>jar</code></td>
+    <td>The java code for Fuseki server for embedded use.<td>
   </tr>
   <tr>
     <td><code>jena-text</code></td>
@@ -284,8 +306,6 @@ structuring Jena development.</p>
     </td>
   </tr>
 </table>
-<p>There are also a number of artifacts used in development.
-The full list can be seen by browsing Maven</p>
 <p><a href="https://repo1.maven.org/maven2/org/apache/jena/";>Released Jena 
artifacts</a></p>
 <p>(This includes historic artifacts which are no longer active.)</p>
 <p>You can run <code>mvn dependency:tree</code> to print the dependency
diff --git a/content/index.json b/content/index.json
index 3524b2c76..66c70635a 100644
--- a/content/index.json
+++ b/content/index.json
@@ -1 +1 @@
-[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
+[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 09f4da09d..4879056a1 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -212,7 +212,7 @@
     <lastmod>2026-06-05T12:41:47+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/download.html</loc>
-    <lastmod>2026-07-28T19:03:33+01:00</lastmod>
+    <lastmod>2026-08-03T15:49:33+01:00</lastmod>
   </url><url>
     
<loc>https://jena.apache.org/documentation/notes/event-handler-howto.html</loc>
     <lastmod>2023-06-06T21:08:29+02:00</lastmod>
@@ -727,7 +727,7 @@
     <lastmod>2024-03-17T17:44:27+00:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/download/maven.html</loc>
-    <lastmod>2025-07-15T11:51:08+01:00</lastmod>
+    <lastmod>2026-08-03T15:49:33+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/tutorials/using_jena_with_eclipse.html</loc>
     <lastmod>2023-11-23T00:10:28+01:00</lastmod>

Reply via email to