Skip to content

Commit

Permalink
prepare for release 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Mar 23, 2023
1 parent 25273fe commit 170944f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions hdt-qs-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</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>

<packaging>jar</packaging>

Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
</parent>

<licenses>
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.11.2</version>
<version>1.11.3</version>

<packaging>pom</packaging>

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.11.2</version>
<version>1.11.3</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.11.2</version>
<version>1.11.3</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.11.2</version>
<version>1.11.3</version>

<packaging>jar</packaging>

Expand All @@ -29,7 +29,7 @@
<artifactId>
qendpoint-parent
</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
</parent>

<licenses>
Expand Down
3 changes: 1 addition & 2 deletions release/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- fix prefix page links
- add sha512 hashes in the release note
- fix unix start endpoint and qepSearch scripts

5 changes: 5 additions & 0 deletions release/RELEASE.md_old
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 1.11.2

- fix prefix page links
- add sha512 hashes in the release note

## Version 1.11.1

- fix NullPointerException (#292)
Expand Down

0 comments on commit 170944f

Please sign in to comment.