diff --git a/.github/workflows/package-build.yml b/.github/workflows/package-build.yml
index 22e342583..62077cb52 100644
--- a/.github/workflows/package-build.yml
+++ b/.github/workflows/package-build.yml
@@ -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"
@@ -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"
diff --git a/pom.xml b/pom.xml
index 65d9f3169..e691617a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
com.the-qa-company
qendpoint-parent
- 1.16.1
+ 2.0.1
pom
diff --git a/qendpoint-backend/pom.xml b/qendpoint-backend/pom.xml
index 89f47fcd2..ffc2c04cf 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.16.1
+ 2.0.1
jar
@@ -15,7 +15,7 @@
com.the-qa-company
qendpoint-parent
- 1.16.1
+ 2.0.1
diff --git a/qendpoint-cli/pom.xml b/qendpoint-cli/pom.xml
index 954e7387c..1318b8f86 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.16.1
+ 2.0.1
qendpoint package
Package of the qendpoint.
@@ -11,7 +11,7 @@
com.the-qa-company
qendpoint-parent
- 1.16.1
+ 2.0.1
diff --git a/qendpoint-core/pom.xml b/qendpoint-core/pom.xml
index 8dbedd614..6a9db4135 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.16.1
+ 2.0.1
jar
@@ -27,7 +27,7 @@
com.the-qa-company
qendpoint-parent
- 1.16.1
+ 2.0.1
diff --git a/qendpoint-store/pom.xml b/qendpoint-store/pom.xml
index 31748bde2..b6845e7e4 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.16.1
+ 2.0.1
jar
@@ -13,7 +13,7 @@
com.the-qa-company
qendpoint-parent
- 1.16.1
+ 2.0.1
diff --git a/release/RELEASE.md b/release/RELEASE.md
index 339bc4093..6f0116fd8 100644
--- a/release/RELEASE.md
+++ b/release/RELEASE.md
@@ -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
diff --git a/release/RELEASE.md_old b/release/RELEASE.md_old
index e12c99962..f0c1550c4 100644
--- a/release/RELEASE.md_old
+++ b/release/RELEASE.md_old
@@ -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