Skip to content

Commit

Permalink
Merge pull request #479 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 Sep 30, 2024
2 parents fba03de + e6f4480 commit 61c92ee
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
scripts/build_package.ps1 scripts/jpackage_windows.cfg qendpoint.jar
mv scripts/build/distributions/*.msi qendpoint.msi
- name: Upload installer
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: "qendpoint.msi"
path: "qendpoint.msi"
Expand All @@ -185,7 +185,7 @@ jobs:
scripts/build_package.sh scripts/jpackage_linux.cfg qendpoint.jar
mv scripts/build/distributions/*.deb qendpoint.deb
- name: Upload installer
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: "qendpoint.deb"
path: "qendpoint.deb"
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.16.1</version>
<version>2.0.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.16.1</version>
<version>2.0.1</version>

<packaging>jar</packaging>

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

<packaging>jar</packaging>

Expand All @@ -27,7 +27,7 @@
<parent>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>1.16.1</version>
<version>2.0.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.16.1</version>
<version>2.0.1</version>

<packaging>jar</packaging>

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

<licenses>
Expand Down
5 changes: 1 addition & 4 deletions release/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
- delta file support (#462)
- add log sparql function (#464)
- better csv generation from profiler (#460)
- add logging of delta bitmap usage in store
- deploy fixes
12 changes: 12 additions & 0 deletions release/RELEASE.md_old
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Version 2.0.0

- reimplement #470 (#477)
- fix literal parsing for msdl (#474)
- update to rdf4j 5

## Version 1.16.1

- delta file support (#462)
- add log sparql function (#464)
- better csv generation from profiler (#460)
- add logging of delta bitmap usage in store
## Version 1.16.0

- rollback to rdf4j 4.3
Expand Down

0 comments on commit 61c92ee

Please sign in to comment.