Skip to content

Commit 7f088e7

Browse files
committed
prepare for version 2.2.0
1 parent 535eeab commit 7f088e7

File tree

7 files changed

+17
-10
lines changed

7 files changed

+17
-10
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>com.the-qa-company</groupId>
1111
<artifactId>qendpoint-parent</artifactId>
12-
<version>2.1.2</version>
12+
<version>2.2.0</version>
1313

1414
<packaging>pom</packaging>
1515

qendpoint-backend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>qendpoint-backend</artifactId>
7-
<version>2.1.2</version>
7+
<version>2.2.0</version>
88

99
<packaging>jar</packaging>
1010

@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.the-qa-company</groupId>
1717
<artifactId>qendpoint-parent</artifactId>
18-
<version>2.1.2</version>
18+
<version>2.2.0</version>
1919
</parent>
2020

2121
<licenses>

qendpoint-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>qendpoint-cli</artifactId>
5-
<version>2.1.2</version>
5+
<version>2.2.0</version>
66

77
<name>qendpoint package</name>
88
<description>Package of the qendpoint.</description>
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.the-qa-company</groupId>
1313
<artifactId>qendpoint-parent</artifactId>
14-
<version>2.1.2</version>
14+
<version>2.2.0</version>
1515
</parent>
1616

1717
<dependencies>

qendpoint-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>qendpoint-core</artifactId>
7-
<version>2.1.2</version>
7+
<version>2.2.0</version>
88

99
<packaging>jar</packaging>
1010

@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.the-qa-company</groupId>
2929
<artifactId>qendpoint-parent</artifactId>
30-
<version>2.1.2</version>
30+
<version>2.2.0</version>
3131
</parent>
3232

3333
<licenses>

qendpoint-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>qendpoint</artifactId>
6-
<version>2.1.2</version>
6+
<version>2.2.0</version>
77

88
<packaging>jar</packaging>
99

@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.the-qa-company</groupId>
1515
<artifactId>qendpoint-parent</artifactId>
16-
<version>2.1.2</version>
16+
<version>2.2.0</version>
1717
</parent>
1818

1919
<licenses>

release/RELEASE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
- fix HDT loading issues (#494)
1+
- update rdf4j to 5.1.0
2+
- add lucene option to set thresholds (#485)
3+
- fix issue with bitmap not enabled (#506)
4+
- add reload dl (#499)
5+
- add bounds to errors (#498)

release/RELEASE.md_old

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Version 2.1.2
2+
3+
- fix HDT loading issues (#494)
14
## Version 2.1.1
25

36
- fix issue with auto indexer (#482)

0 commit comments

Comments
 (0)