You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by gi...@apache.org on 2021/02/08 17:22:53 UTC

[jena-site] branch asf-site updated: Updated site from master (2e2fe608b59270a9c8354e3ce5ab8799a28e953e)

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

git-site-role 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 8a3cd37  Updated site from master (2e2fe608b59270a9c8354e3ce5ab8799a28e953e)
8a3cd37 is described below

commit 8a3cd37566195ecb4aa9be8ef46c9933533273e0
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Feb 8 17:22:48 2021 +0000

    Updated site from master (2e2fe608b59270a9c8354e3ce5ab8799a28e953e)
---
 content/documentation/fuseki2/fuseki-embedded.html | 4 ++--
 content/sitemap.xml                                | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/documentation/fuseki2/fuseki-embedded.html b/content/documentation/fuseki2/fuseki-embedded.html
index b4ad768..23fe3fe 100644
--- a/content/documentation/fuseki2/fuseki-embedded.html
+++ b/content/documentation/fuseki2/fuseki-embedded.html
@@ -305,7 +305,7 @@ server.stop() ;
 set that is read-only over HTTP. The application can still update the dataset.</p>
 <pre><code>Dataset ds = ... ;
 FusekiServer server = FusekiServer.create()
-    .setPort(3332)
+    .port(3332)
     .add(&quot;/ds&quot;, ds, true)
     .build() ;
 server.start() ;
@@ -345,7 +345,7 @@ dataService.addEndpoint(OperationName.Query, &quot;&quot;);
 dataService.addEndpoint(OperationName.Update, &quot;&quot;);
 
 FusekiServer server = FusekiServer.create()
-   .setPort(3332)
+   .port(3332)
    .add(&quot;/data&quot;, dataService)
    .build() ;
 server.start() ;
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 53e1801..13eade8 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -299,7 +299,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2021-02-05T17:11:36+01:00</lastmod>
+    <lastmod>2021-02-08T12:11:16+01:00</lastmod>
   </url>
   
   <url>
@@ -344,7 +344,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/fuseki-embedded.html</loc>
-    <lastmod>2021-02-05T17:11:36+01:00</lastmod>
+    <lastmod>2021-02-08T12:11:16+01:00</lastmod>
   </url>
   
   <url>