You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2023/03/03 13:59:26 UTC

[jena-site] branch main updated: fix syntax error in xml fragment

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 981faa332 fix syntax error in xml fragment
981faa332 is described below

commit 981faa33242e62eba8778de0db6aa5fdc548b8c3
Author: Simon Bin <Si...@users.noreply.github.com>
AuthorDate: Fri Mar 3 14:31:22 2023 +0100

    fix syntax error in xml fragment
---
 source/documentation/query/javascript-functions.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/documentation/query/javascript-functions.md b/source/documentation/query/javascript-functions.md
index 9d079d45c..cc0560abf 100644
--- a/source/documentation/query/javascript-functions.md
+++ b/source/documentation/query/javascript-functions.md
@@ -26,13 +26,13 @@ be added to the classpath.
     <dependency>
       <groupId>org.graalvm.js</groupId>
       <artifactId>js</artifactId>
-      <version>${ver.graalvm}/version>
+      <version>${ver.graalvm}</version>
     </dependency>
 
     <dependency>
       <groupId>org.graalvm.js</groupId>
       <artifactId>js-scriptengine</artifactId>
-      <version>${ver.graalvm}/version>
+      <version>${ver.graalvm}</version>
     </dependency>
 ```