Skip to content

Commit

Permalink
Merge pull request #419 from the-qa-company/master
Browse files Browse the repository at this point in the history
Sync master into dev
  • Loading branch information
ate47 authored Dec 11, 2023
2 parents 976c859 + a1dccd4 commit 3ec8dc4
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ If you want to say **thank you** or/and support active development of qEndpoint:

First of all, **thanks** for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.

Please read [our contribution guidelines](docs/CONTRIBUTING.md), and thank you for being involved!
Please read [our contribution guidelines](.github/CONTRIBUTING.md), and thank you for being involved!

---

Expand Down
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.7</version>
<version>1.14.0</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.7</version>
<version>1.14.0</version>

<packaging>jar</packaging>

Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>1.13.7</version>
<version>1.14.0</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.7</version>
<version>1.14.0</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.7</version>
<version>1.14.0</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.7</version>
<version>1.14.0</version>

<packaging>jar</packaging>

Expand All @@ -29,7 +29,7 @@
<artifactId>
qendpoint-parent
</artifactId>
<version>1.13.7</version>
<version>1.14.0</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.7</version>
<version>1.14.0</version>

<packaging>jar</packaging>

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

<licenses>
Expand Down
6 changes: 5 additions & 1 deletion release/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
- fix language literal
- add diffcat tool (#435)
- port HDTq implementation to core (#420)
- fix dir loader (#422)
- add multi-indexes (#429)

7 changes: 7 additions & 0 deletions release/RELEASE.md_old
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 1.13.8

- Include FOQ index in dump (#415)
- Fix msdl index ids (#416)
## Version 1.13.7

- fix language literal
## Version 1.13.6

- fix msdl predicate retrieve (#409)
Expand Down

0 comments on commit 3ec8dc4

Please sign in to comment.