From f6eeed939b7ab32770746d6e552c53ff6a30fb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Prante?= Date: Sun, 16 Oct 2022 17:45:03 +0200 Subject: [PATCH] update to datastructures 1.0.1, rename README.adoc to README.md --- README.adoc => README.md | 9 +-------- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) rename README.adoc => README.md (67%) diff --git a/README.adoc b/README.md similarity index 67% rename from README.adoc rename to README.md index 1bc6b7e..efa6788 100644 --- a/README.adoc +++ b/README.md @@ -1,12 +1,5 @@ # xbib Contextual Query Language Compiler for Java -image:https://api.travis-ci.org/xbib/cql.svg[title="Build status", link="https://travis-ci.org/xbib/cql/"] -image:https://img.shields.io/sonar/http/nemo.sonarqube.com/org.xbib%3Acql/coverage.svg?style=flat-square[title="Coverage", link="https://sonarqube.com/dashboard/index?id=org.xbib%3Acql"] -image:https://maven-badges.herokuapp.com/maven-central/org.xbib/cql/badge.svg[title="Maven Central", link="http://search.maven.org/#search%7Cga%7C1%7Cxbib%20cql"] -image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[title="Apache License 2.0", link="https://opensource.org/licenses/Apache-2.0"] -image:https://img.shields.io/twitter/url/https/twitter.com/xbib.svg?style=social&label=Follow%20%40xbib[title="Twitter", link="https://twitter.com/xbib"] - - CQL, the Contextual Query Language, is a formal language for representing queries to information retrieval systems. Its objective is to combine simplicity with expressiveness, to accommodate the range of complexity from very simple queries to very complex. CQL queries are intended to be human readable and writable, intuitive, @@ -19,7 +12,7 @@ It also support extensive query options, filter queries and faceting, with bread More about CQL can be found under link:http://docs.oasis-open.org/search-ws/searchRetrieve/v1.0/os/part5-cql/searchRetrieve-v1.0-os-part5-cql.html[the searchRetrieve 1.0 CQL specification]. -== License +## License Copyright (C) 2012 Jörg Prante diff --git a/settings.gradle b/settings.gradle index 030bc25..190bd4d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,7 +4,7 @@ dependencyResolutionManagement { version('gradle', '7.5.1') version('groovy', '3.0.10') version('junit', '5.9.1') - version('datastructures', '1.0.0') + version('datastructures', '1.0.1') library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit') library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit') library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')