Skip to content

Commit 8aaa6d7

Browse files
chore(release): 5.0.14 [skip ci]
## [5.0.14](v5.0.13...v5.0.14) (2025-07-03) ### Bug Fixes * **deps:** bump org.apache.maven.plugins:maven-enforcer-plugin ([11df827](11df827)) * **deps:** bump org.apache.maven.plugins:maven-gpg-plugin ([ad58f12](ad58f12))
1 parent 11df827 commit 8aaa6d7

File tree

14 files changed

+75
-57
lines changed

14 files changed

+75
-57
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.0.14](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v5.0.13...v5.0.14) (2025-07-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump org.apache.maven.plugins:maven-enforcer-plugin ([11df827](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/11df8273eb8736d9a1b5fe90e8ed7cb00a35bad8))
7+
* **deps:** bump org.apache.maven.plugins:maven-gpg-plugin ([ad58f12](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/ad58f12801c54acae0d0f22f189c14875443ce97))
8+
19
## [5.0.13](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v5.0.12...v5.0.13) (2025-06-18)
210

311

pom.xml

Lines changed: 1 addition & 1 deletion
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.13</version>
14+
<version>5.0.14</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

Lines changed: 1 addition & 1 deletion
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.13";
400+
return "5.0.14";
401401
}
402402

403403
/**

target/site/dependencies.html

Lines changed: 4 additions & 4 deletions
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-06-18
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-07-03
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-06-18<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-07-03<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.12</li>
32+
<li id="projectVersion">Version: 5.0.13</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.12 <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.13 <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

Lines changed: 9 additions & 9 deletions
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-06-18
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-07-03
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-06-18<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-07-03<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.12</li>
32+
<li id="projectVersion">Version: 5.0.13</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.12&lt;/version&gt;
72+
&lt;version&gt;5.0.13&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.12&quot;&gt;
75+
<pre>&lt;dependency org=&quot;io.github.centralnicgroup-opensource&quot; name=&quot;java-sdk&quot; rev=&quot;5.0.13&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.12')
80+
@Grab(group='io.github.centralnicgroup-opensource', module='java-sdk', version='5.0.13')
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.12'</pre></section><section><a id="Scala_SBT"></a>
83+
<pre>implementation 'io.github.centralnicgroup-opensource:java-sdk:5.0.13'</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.12&quot;</pre></section><section><a id="Leiningen"></a>
85+
<pre>libraryDependencies += &quot;io.github.centralnicgroup-opensource&quot; % &quot;java-sdk&quot; % &quot;5.0.13&quot;</pre></section><section><a id="Leiningen"></a>
8686
<h2>Leiningen</h2>
87-
<pre>[io.github.centralnicgroup-opensource/java-sdk &quot;5.0.12&quot;]</pre></section></section>
87+
<pre>[io.github.centralnicgroup-opensource/java-sdk &quot;5.0.13&quot;]</pre></section></section>
8888
</main>
8989
</div>
9090
</div>

target/site/distribution-management.html

Lines changed: 3 additions & 3 deletions
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-06-18
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-07-03
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-06-18<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-07-03<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.12</li>
32+
<li id="projectVersion">Version: 5.0.13</li>
3333
<li class="pull-right"><a href="./">java-sdk</a></li>
3434
</ul>
3535
</div>

target/site/index.html

Lines changed: 3 additions & 3 deletions
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-06-18
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-07-03
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-06-18<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-07-03<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.12</li>
32+
<li id="projectVersion">Version: 5.0.13</li>
3333
<li class="pull-right"><a href="./">java-sdk</a></li>
3434
</ul>
3535
</div>

0 commit comments

Comments
 (0)