Skip to content

Commit 1a895cb

Browse files
chore(release): 5.0.11 [skip ci]
## [5.0.11](v5.0.10...v5.0.11) (2025-03-31) ### Bug Fixes * **deps:** bump org.apache.maven.plugins:maven-surefire-plugin ([4d726b7](4d726b7))
1 parent 4d726b7 commit 1a895cb

14 files changed

+59
-52
lines changed

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.11](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v5.0.10...v5.0.11) (2025-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump org.apache.maven.plugins:maven-surefire-plugin ([4d726b7](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/4d726b7343879f50664a70cb91747651408dc849))
7+
18
## [5.0.10](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v5.0.9...v5.0.10) (2025-03-14)
29

310

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</properties>
1212
<groupId>io.github.centralnicgroup-opensource</groupId>
1313
<artifactId>java-sdk</artifactId>
14-
<version>5.0.10</version>
14+
<version>5.0.11</version>
1515
<packaging>jar</packaging>
1616
<name>java-sdk</name>
1717
<description>A connector library for the insanely fast backend API for Centralnic Reseller.</description>

src/main/java/com/centralnicreseller/apiconnector/APIClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public String getReferer() {
397397
* @return module version
398398
*/
399399
public String getVersion() {
400-
return "5.0.10";
400+
return "5.0.11";
401401
}
402402

403403
/**

target/site/dependencies.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
<!--
5-
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.9.0:dependencies at 2025-03-14
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.9.0:dependencies at 2025-03-31
66
| Rendered using Apache Maven Fluido Skin 2.0.0-M9
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -27,9 +27,9 @@
2727

2828
<div id="breadcrumbs">
2929
<ul class="breadcrumb">
30-
<li id="publishDate">Last Published: 2025-03-14<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-03-31<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.9</li>
32+
<li id="projectVersion">Version: 5.0.10</li>
3333
<li class="pull-right"><a href="./">java-sdk</a></li>
3434
</ul>
3535
</div>
@@ -136,7 +136,7 @@ <h1>Project Dependency Graph</h1>
136136
<section><a id="Dependency_Tree"></a>
137137
<h2>Dependency Tree</h2>
138138
<ul>
139-
<li>io.github.centralnicgroup-opensource:java-sdk:jar:5.0.9 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep0" style="display:none">
139+
<li>io.github.centralnicgroup-opensource:java-sdk:jar:5.0.10 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep0" style="display:none">
140140
<table class="table table-striped">
141141
<tr class="a">
142142
<th>java-sdk</th></tr>

target/site/dependency-info.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
<!--
5-
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.9.0:dependency-info at 2025-03-14
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.9.0:dependency-info at 2025-03-31
66
| Rendered using Apache Maven Fluido Skin 2.0.0-M9
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -27,9 +27,9 @@
2727

2828
<div id="breadcrumbs">
2929
<ul class="breadcrumb">
30-
<li id="publishDate">Last Published: 2025-03-14<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-03-31<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.9</li>
32+
<li id="projectVersion">Version: 5.0.10</li>
3333
<li class="pull-right"><a href="./">java-sdk</a></li>
3434
</ul>
3535
</div>
@@ -69,22 +69,22 @@ <h2>Apache Maven</h2>
6969
<pre>&lt;dependency&gt;
7070
&lt;groupId&gt;io.github.centralnicgroup-opensource&lt;/groupId&gt;
7171
&lt;artifactId&gt;java-sdk&lt;/artifactId&gt;
72-
&lt;version&gt;5.0.9&lt;/version&gt;
72+
&lt;version&gt;5.0.10&lt;/version&gt;
7373
&lt;/dependency&gt;</pre></section><section><a id="Apache_Ivy"></a>
7474
<h2>Apache Ivy</h2>
75-
<pre>&lt;dependency org=&quot;io.github.centralnicgroup-opensource&quot; name=&quot;java-sdk&quot; rev=&quot;5.0.9&quot;&gt;
75+
<pre>&lt;dependency org=&quot;io.github.centralnicgroup-opensource&quot; name=&quot;java-sdk&quot; rev=&quot;5.0.10&quot;&gt;
7676
&lt;artifact name=&quot;java-sdk&quot; type=&quot;jar&quot; /&gt;
7777
&lt;/dependency&gt;</pre></section><section><a id="Groovy_Grape"></a>
7878
<h2>Groovy Grape</h2>
7979
<pre>@Grapes(
80-
@Grab(group='io.github.centralnicgroup-opensource', module='java-sdk', version='5.0.9')
80+
@Grab(group='io.github.centralnicgroup-opensource', module='java-sdk', version='5.0.10')
8181
)</pre></section><section><a id="Gradle.2FGrails"></a>
8282
<h2>Gradle/Grails</h2>
83-
<pre>implementation 'io.github.centralnicgroup-opensource:java-sdk:5.0.9'</pre></section><section><a id="Scala_SBT"></a>
83+
<pre>implementation 'io.github.centralnicgroup-opensource:java-sdk:5.0.10'</pre></section><section><a id="Scala_SBT"></a>
8484
<h2>Scala SBT</h2>
85-
<pre>libraryDependencies += &quot;io.github.centralnicgroup-opensource&quot; % &quot;java-sdk&quot; % &quot;5.0.9&quot;</pre></section><section><a id="Leiningen"></a>
85+
<pre>libraryDependencies += &quot;io.github.centralnicgroup-opensource&quot; % &quot;java-sdk&quot; % &quot;5.0.10&quot;</pre></section><section><a id="Leiningen"></a>
8686
<h2>Leiningen</h2>
87-
<pre>[io.github.centralnicgroup-opensource/java-sdk &quot;5.0.9&quot;]</pre></section></section>
87+
<pre>[io.github.centralnicgroup-opensource/java-sdk &quot;5.0.10&quot;]</pre></section></section>
8888
</main>
8989
</div>
9090
</div>

target/site/distribution-management.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
<!--
5-
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.9.0:distribution-management at 2025-03-14
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.9.0:distribution-management at 2025-03-31
66
| Rendered using Apache Maven Fluido Skin 2.0.0-M9
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -27,9 +27,9 @@
2727

2828
<div id="breadcrumbs">
2929
<ul class="breadcrumb">
30-
<li id="publishDate">Last Published: 2025-03-14<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-03-31<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.9</li>
32+
<li id="projectVersion">Version: 5.0.10</li>
3333
<li class="pull-right"><a href="./">java-sdk</a></li>
3434
</ul>
3535
</div>

target/site/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
<!--
5-
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.9.0:index at 2025-03-14
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.9.0:index at 2025-03-31
66
| Rendered using Apache Maven Fluido Skin 2.0.0-M9
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -27,9 +27,9 @@
2727

2828
<div id="breadcrumbs">
2929
<ul class="breadcrumb">
30-
<li id="publishDate">Last Published: 2025-03-14<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-03-31<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.9</li>
32+
<li id="projectVersion">Version: 5.0.10</li>
3333
<li class="pull-right"><a href="./">java-sdk</a></li>
3434
</ul>
3535
</div>

0 commit comments

Comments
 (0)