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

[jena-site] branch main updated (992e8dc -> 7b77879)

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

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git.


    from 992e8dc  Merge pull request #36 from jmkeil/patch-1
     add 52f82b2  Turtle writer options
     new 0ba3c68  Merge branch 'ttl-write' into main
     new 5bd3383  Correct name
     new 7b77879  Update for branch 'main'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                                | 2 +-
 source/documentation/fuseki2/fuseki-data-access-control.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[jena-site] 03/03: Update for branch 'main'

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7b77879923a7a6c093405ca78055f7a8fb921627
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Mon Feb 8 22:07:42 2021 +0000

    Update for branch 'main'
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 065ba4e..dd5a2fa 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -64,7 +64,7 @@ pipeline {
         stage('Deploy') {
             when {
                 anyOf {
-                    branch 'master'
+                    branch 'main'
                 }
             }
             steps {


[jena-site] 01/03: Merge branch 'ttl-write' into main

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0ba3c6899d42feafb7de94f0b922b106092223b3
Merge: 992e8dc 52f82b2
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Mon Feb 8 21:53:31 2021 +0000

    Merge branch 'ttl-write' into main



[jena-site] 02/03: Correct name

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5bd33830ef05e9ca226a85d0f22f4f2a5ccf9f45
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Mon Feb 8 22:07:23 2021 +0000

    Correct name
---
 source/documentation/fuseki2/fuseki-data-access-control.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/documentation/fuseki2/fuseki-data-access-control.md b/source/documentation/fuseki2/fuseki-data-access-control.md
index 756c2f7..e293441 100644
--- a/source/documentation/fuseki2/fuseki-data-access-control.md
+++ b/source/documentation/fuseki2/fuseki-data-access-control.md
@@ -277,7 +277,7 @@ Graph ACLs are defined in a [Graph Security Registry](#graph-security-registry)
         . . .
 </pre>
 
-All dataset storage types are supported. TDB1 and TBD2 have special implementations for handling graph access control.
+All dataset storage types are supported. TDB1 and TDB2 have special implementations for handling graph access control.
 
 ### Graph Security Registry {#graph-security-registry}