Skip to content

Commit a1dccd4

Browse files
committed
prepare for version 1.14.0
1 parent 2d6c4ca commit a1dccd4

File tree

7 files changed

+18
-11
lines changed

7 files changed

+18
-11
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>1.13.8</version>
12+
<version>1.14.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>1.13.8</version>
7+
<version>1.14.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>1.13.8</version>
18+
<version>1.14.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>1.13.8</version>
5+
<version>1.14.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>1.13.8</version>
14+
<version>1.14.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>1.13.8</version>
7+
<version>1.14.0</version>
88

99
<packaging>jar</packaging>
1010

@@ -29,7 +29,7 @@
2929
<artifactId>
3030
qendpoint-parent
3131
</artifactId>
32-
<version>1.13.8</version>
32+
<version>1.14.0</version>
3333
</parent>
3434

3535
<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>1.13.8</version>
6+
<version>1.14.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>1.13.8</version>
16+
<version>1.14.0</version>
1717
</parent>
1818

1919
<licenses>

release/RELEASE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
- Include FOQ index in dump (#415)
2-
- Fix msdl index ids (#416)
1+
- add diffcat tool (#435)
2+
- port HDTq implementation to core (#420)
3+
- fix dir loader (#422)
4+
- add multi-indexes (#429)
5+

release/RELEASE.md_old

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 1.13.8
2+
3+
- Include FOQ index in dump (#415)
4+
- Fix msdl index ids (#416)
15
## Version 1.13.7
26

37
- fix language literal

0 commit comments

Comments
 (0)