diff --git a/pom.xml b/pom.xml index a20669ba..a4259351 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.the-qa-company qendpoint-parent - 2.1.0 + 2.1.1 pom diff --git a/qendpoint-backend/pom.xml b/qendpoint-backend/pom.xml index 686d4906..c367dfc9 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 - 2.1.0 + 2.1.1 jar @@ -15,7 +15,7 @@ com.the-qa-company qendpoint-parent - 2.1.0 + 2.1.1 diff --git a/qendpoint-cli/pom.xml b/qendpoint-cli/pom.xml index cbc775e0..474c04f3 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 - 2.1.0 + 2.1.1 qendpoint package Package of the qendpoint. @@ -11,7 +11,7 @@ com.the-qa-company qendpoint-parent - 2.1.0 + 2.1.1 diff --git a/qendpoint-core/pom.xml b/qendpoint-core/pom.xml index aa83badc..00751405 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 - 2.1.0 + 2.1.1 jar @@ -27,7 +27,7 @@ com.the-qa-company qendpoint-parent - 2.1.0 + 2.1.1 diff --git a/qendpoint-store/pom.xml b/qendpoint-store/pom.xml index 7450d780..8f104741 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 - 2.1.0 + 2.1.1 jar @@ -13,7 +13,7 @@ com.the-qa-company qendpoint-parent - 2.1.0 + 2.1.1 diff --git a/release/RELEASE.md b/release/RELEASE.md index 960d1175..1c2f5e60 100644 --- a/release/RELEASE.md +++ b/release/RELEASE.md @@ -1,3 +1,3 @@ -- add indexhdtrepo command (#482) -- allow predownload file (#480) - +- fix issue with auto indexer (#482) +- fix issue with the reset of a dataset (#489) +- add option to read v0 "other" indexes (#486) diff --git a/release/RELEASE.md_old b/release/RELEASE.md_old index 60f0bc61..ced6e419 100644 --- a/release/RELEASE.md_old +++ b/release/RELEASE.md_old @@ -1,3 +1,8 @@ +## Version 2.1.0 + +- add indexhdtrepo command (#482) +- allow predownload file (#480) + ## Version 2.0.1 - deploy fixes