From 196f6a21c7357c9d38c3d5b1a1f5356aba40bd97 Mon Sep 17 00:00:00 2001 From: Daniel Teixeira Date: Thu, 17 Sep 2015 18:25:38 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbc242cf..360a2439 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SPARQL playground is a standalone multi-platform web application used to learn SPARQL (implemented in Java Spring Boot and AngularJS). -It uses Sesame 2.7.9 as SPARQL Engine. +It uses Sesame 2.8.6 as SPARQL Engine. It is beeing developed at the SIB Swiss Institute of Bioinformatics. @@ -59,7 +59,7 @@ Notes: * For development purposes you may want to set the java property `-Dspring.profiles.active=nocache` so the cache is not enabled (example queries, page, images, faqs ...) ##Technology in use -* The SPARQL engine is Sesame 2.7.9 +* The SPARQL engine is Sesame 2.8.6 * The backend uses Spring Boot 1.2.3 * The frontend is build with angularJS 1.3 and bootstrap 3 * Requires Java 1.7 or higher