Skip to content

Commit d6e00e5

Browse files
chore(release): 4.0.23 [skip ci]
## [4.0.23](v4.0.22...v4.0.23) (2024-04-29) ### Bug Fixes * **deps:** bump org.apache.maven.plugins:maven-install-plugin ([202ccc7](202ccc7))
1 parent 202ccc7 commit d6e00e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+91
-84
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.23](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v4.0.22...v4.0.23) (2024-04-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump org.apache.maven.plugins:maven-install-plugin ([202ccc7](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/202ccc7ecd8ea436445768a4b0d8cc2e3f9954fd))
7+
18
## [4.0.22](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v4.0.21...v4.0.22) (2024-04-29)
29

310

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</properties>
1111
<groupId>net.hexonet.apiconnector</groupId>
1212
<artifactId>java-sdk</artifactId>
13-
<version>4.0.22</version>
13+
<version>4.0.23</version>
1414
<packaging>jar</packaging>
1515
<name>java-sdk</name>
1616
<description>A connector library for the insanely fast HEXONET backend API.</description>

src/main/java/net/hexonet/apiconnector/APIClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public String getReferer() {
300300
* @return module version
301301
*/
302302
public String getVersion() {
303-
return "4.0.22";
303+
return "4.0.23";
304304
}
305305

306306
/**

target/apidocs/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (22) on Mon Apr 29 08:50:26 UTC 2024 -->
5-
<title>All Classes and Interfaces (java-sdk 4.0.21 API)</title>
4+
<!-- Generated by javadoc (22) on Mon Apr 29 08:54:01 UTC 2024 -->
5+
<title>All Classes and Interfaces (java-sdk 4.0.22 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2024-04-29">

target/apidocs/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (22) on Mon Apr 29 08:50:26 UTC 2024 -->
5-
<title>All Packages (java-sdk 4.0.21 API)</title>
4+
<!-- Generated by javadoc (22) on Mon Apr 29 08:54:01 UTC 2024 -->
5+
<title>All Packages (java-sdk 4.0.22 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2024-04-29">

target/apidocs/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (22) on Mon Apr 29 08:50:26 UTC 2024 -->
5-
<title>Constant Field Values (java-sdk 4.0.21 API)</title>
4+
<!-- Generated by javadoc (22) on Mon Apr 29 08:54:01 UTC 2024 -->
5+
<title>Constant Field Values (java-sdk 4.0.22 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2024-04-29">

target/apidocs/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (22) on Mon Apr 29 08:50:26 UTC 2024 -->
5-
<title>API Help (java-sdk 4.0.21 API)</title>
4+
<!-- Generated by javadoc (22) on Mon Apr 29 08:54:01 UTC 2024 -->
5+
<title>API Help (java-sdk 4.0.22 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2024-04-29">

target/apidocs/index-all.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (22) on Mon Apr 29 08:50:26 UTC 2024 -->
5-
<title>Index (java-sdk 4.0.21 API)</title>
4+
<!-- Generated by javadoc (22) on Mon Apr 29 08:54:01 UTC 2024 -->
5+
<title>Index (java-sdk 4.0.22 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2024-04-29">

target/apidocs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (22) on Mon Apr 29 08:50:26 UTC 2024 -->
5-
<title>java-sdk 4.0.21 API</title>
4+
<!-- Generated by javadoc (22) on Mon Apr 29 08:54:01 UTC 2024 -->
5+
<title>java-sdk 4.0.22 API</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2024-04-29">

target/apidocs/net/hexonet/apiconnector/APIClient.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (22) on Mon Apr 29 08:50:26 UTC 2024 -->
5-
<title>APIClient (java-sdk 4.0.21 API)</title>
4+
<!-- Generated by javadoc (22) on Mon Apr 29 08:54:01 UTC 2024 -->
5+
<title>APIClient (java-sdk 4.0.22 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2024-04-29">

0 commit comments

Comments
 (0)