Skip to content

Commit

Permalink
prepare for version 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Jul 17, 2023
1 parent 9a6336b commit 75308bc
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>1.13.0</version>
<version>1.13.1</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions qendpoint-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>qendpoint-backend</artifactId>
<version>1.13.0</version>
<version>1.13.1</version>

<packaging>jar</packaging>

Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>1.13.0</version>
<version>1.13.1</version>
</parent>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions qendpoint-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>qendpoint-cli</artifactId>
<version>1.13.0</version>
<version>1.13.1</version>

<name>qendpoint package</name>
<description>Package of the qendpoint.</description>
Expand All @@ -11,7 +11,7 @@
<parent>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>1.13.0</version>
<version>1.13.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions qendpoint-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>qendpoint-core</artifactId>
<version>1.13.0</version>
<version>1.13.1</version>

<packaging>jar</packaging>

Expand All @@ -29,7 +29,7 @@
<artifactId>
qendpoint-parent
</artifactId>
<version>1.13.0</version>
<version>1.13.1</version>
</parent>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions qendpoint-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>qendpoint</artifactId>
<version>1.13.0</version>
<version>1.13.1</version>

<packaging>jar</packaging>

Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>1.13.0</version>
<version>1.13.1</version>
</parent>

<licenses>
Expand Down
9 changes: 2 additions & 7 deletions release/RELEASE.md
Original file line number Diff line number Diff line change
@@ -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)
9 changes: 9 additions & 0 deletions release/RELEASE.md_old
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 75308bc

Please sign in to comment.