Skip to content

Commit a93d93a

Browse files
chore(release): 4.0.19 [skip ci]
## [4.0.19](v4.0.18...v4.0.19) (2024-03-12) ### Bug Fixes * **deps:** bump org.apache.maven.plugins:maven-gpg-plugin ([0cd1850](0cd1850))
1 parent 0cd1850 commit a93d93a

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

+152
-141
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.19](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v4.0.18...v4.0.19) (2024-03-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump org.apache.maven.plugins:maven-gpg-plugin ([0cd1850](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/0cd185006aaeb87d902bd6464a8485c83ea94c77))
7+
18
## [4.0.18](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v4.0.17...v4.0.18) (2024-1-19)
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.18</version>
13+
<version>4.0.19</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.18";
303+
return "4.0.19";
304304
}
305305

306306
/**

target/apidocs/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Fri Jan 19 15:43:42 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Mar 12 07:49:40 UTC 2024 -->
55
<title>All Classes and Interfaces (java-sdk 4.0.18 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">
8-
<meta name="dc.created" content="2024-01-19">
8+
<meta name="dc.created" content="2024-03-12">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

target/apidocs/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Fri Jan 19 15:43:42 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Mar 12 07:49:40 UTC 2024 -->
55
<title>All Packages (java-sdk 4.0.18 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">
8-
<meta name="dc.created" content="2024-01-19">
8+
<meta name="dc.created" content="2024-03-12">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

target/apidocs/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Fri Jan 19 15:43:42 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Mar 12 07:49:40 UTC 2024 -->
55
<title>Constant Field Values (java-sdk 4.0.18 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">
8-
<meta name="dc.created" content="2024-01-19">
8+
<meta name="dc.created" content="2024-03-12">
99
<meta name="description" content="summary of constants">
1010
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

target/apidocs/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Fri Jan 19 15:43:42 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Mar 12 07:49:40 UTC 2024 -->
55
<title>API Help (java-sdk 4.0.18 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">
8-
<meta name="dc.created" content="2024-01-19">
8+
<meta name="dc.created" content="2024-03-12">
99
<meta name="description" content="help">
1010
<meta name="generator" content="javadoc/HelpWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

target/apidocs/index-all.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Fri Jan 19 15:43:42 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Mar 12 07:49:40 UTC 2024 -->
55
<title>Index (java-sdk 4.0.18 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">
8-
<meta name="dc.created" content="2024-01-19">
8+
<meta name="dc.created" content="2024-03-12">
99
<meta name="description" content="index">
1010
<meta name="generator" content="javadoc/IndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

target/apidocs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Fri Jan 19 15:43:42 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Mar 12 07:49:40 UTC 2024 -->
55
<title>java-sdk 4.0.18 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">
8-
<meta name="dc.created" content="2024-01-19">
8+
<meta name="dc.created" content="2024-03-12">
99
<meta name="description" content="index redirect">
1010
<meta name="generator" content="javadoc/IndexRedirectWriter">
1111
<link rel="canonical" href="net/hexonet/apiconnector/package-summary.html">

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Fri Jan 19 15:43:42 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Mar 12 07:49:40 UTC 2024 -->
55
<title>APIClient (java-sdk 4.0.18 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">
8-
<meta name="dc.created" content="2024-01-19">
8+
<meta name="dc.created" content="2024-03-12">
99
<meta name="description" content="declaration: package: net.hexonet.apiconnector, class: APIClient">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)