From 75308bc8d4d5ea191ff5d01e561d6f29e482ef22 Mon Sep 17 00:00:00 2001 From: qaate47 Date: Mon, 17 Jul 2023 22:06:09 +0200 Subject: [PATCH] prepare for version 1.13.1 --- pom.xml | 2 +- qendpoint-backend/pom.xml | 4 ++-- qendpoint-cli/pom.xml | 4 ++-- qendpoint-core/pom.xml | 4 ++-- qendpoint-store/pom.xml | 4 ++-- release/RELEASE.md | 9 ++------- release/RELEASE.md_old | 9 +++++++++ 7 files changed, 20 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index bcec6aee..904ef1d4 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.the-qa-company qendpoint-parent - 1.13.0 + 1.13.1 pom diff --git a/qendpoint-backend/pom.xml b/qendpoint-backend/pom.xml index 9df460bc..7ef2f01b 100644 --- a/qendpoint-backend/pom.xml +++ b/qendpoint-backend/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 qendpoint-backend - 1.13.0 + 1.13.1 jar @@ -15,7 +15,7 @@ com.the-qa-company qendpoint-parent - 1.13.0 + 1.13.1 diff --git a/qendpoint-cli/pom.xml b/qendpoint-cli/pom.xml index 4f4d5cf8..adaa0177 100644 --- a/qendpoint-cli/pom.xml +++ b/qendpoint-cli/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 qendpoint-cli - 1.13.0 + 1.13.1 qendpoint package Package of the qendpoint. @@ -11,7 +11,7 @@ com.the-qa-company qendpoint-parent - 1.13.0 + 1.13.1 diff --git a/qendpoint-core/pom.xml b/qendpoint-core/pom.xml index 134e5b0d..0c74675f 100644 --- a/qendpoint-core/pom.xml +++ b/qendpoint-core/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 qendpoint-core - 1.13.0 + 1.13.1 jar @@ -29,7 +29,7 @@ qendpoint-parent - 1.13.0 + 1.13.1 diff --git a/qendpoint-store/pom.xml b/qendpoint-store/pom.xml index da9e8fec..e11c9475 100644 --- a/qendpoint-store/pom.xml +++ b/qendpoint-store/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 qendpoint - 1.13.0 + 1.13.1 jar @@ -13,7 +13,7 @@ com.the-qa-company qendpoint-parent - 1.13.0 + 1.13.1 diff --git a/release/RELEASE.md b/release/RELEASE.md index 99049566..94a7fcc2 100644 --- a/release/RELEASE.md +++ b/release/RELEASE.md @@ -1,7 +1,2 @@ -- update RDF4J to 4.3.2 (#379) -- fix indexing issue with rdf2hdt CLI (#373) -- start work new storage system for the core (#336) -- allow nquads with the simple parser (#358) -- see query plan in frontend (#280) -- format button in frontend (#259) - +- Multi Section Dictionary Lang (#378) +- fix FTS index (#387) diff --git a/release/RELEASE.md_old b/release/RELEASE.md_old index e691a830..954901e9 100644 --- a/release/RELEASE.md_old +++ b/release/RELEASE.md_old @@ -1,3 +1,12 @@ +## Version 1.13.0 + +- update RDF4J to 4.3.2 (#379) +- fix indexing issue with rdf2hdt CLI (#373) +- start work new storage system for the core (#336) +- allow nquads with the simple parser (#358) +- see query plan in frontend (#280) +- format button in frontend (#259) + ## Version 1.12.0 - split hdt-qs-backend into qendpoint-store and qendpoint-backend, introducing the new artifact id qendpoint-backend to use the Spring endpoint