Skip to content

Commit eb7c3b4

Browse files
chore(release): 5.0.5 [skip ci]
## [5.0.5](v5.0.4...v5.0.5) (2025-01-13) ### Bug Fixes * **deps:** bump org.sonatype.central:central-publishing-maven-plugin ([3c222b9](3c222b9))
1 parent 3c222b9 commit eb7c3b4

File tree

14 files changed

+477
-57
lines changed

14 files changed

+477
-57
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v5.0.4...v5.0.5) (2025-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump org.sonatype.central:central-publishing-maven-plugin ([3c222b9](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/3c222b9034ddea1c2df34917221afc2b61d08e28))
7+
18
## [5.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v5.0.3...v5.0.4) (2024-12-09)
29

310

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.4</version>
14+
<version>5.0.5</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.4";
400+
return "5.0.5";
401401
}
402402

403403
/**

target/site/dependencies.html

Lines changed: 5 additions & 5 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.8.0:dependencies at 2024-12-09
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:dependencies at 2025-01-13
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: 2024-12-09<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-01-13<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.3</li>
32+
<li id="projectVersion">Version: 5.0.4</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.3 <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.4 <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>
@@ -253,7 +253,7 @@ <h1>Dependency File Details</h1>
253253
<footer>
254254
<div class="container-fluid">
255255
<div class="row-fluid">
256-
<p>© 2024
256+
<p>© 2025
257257
</p>
258258
</div>
259259
</div>

target/site/dependency-info.html

Lines changed: 10 additions & 10 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.8.0:dependency-info at 2024-12-09
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:dependency-info at 2025-01-13
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: 2024-12-09<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-01-13<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.3</li>
32+
<li id="projectVersion">Version: 5.0.4</li>
3333
<li class="pull-right"><a href="./">java-sdk</a></li>
3434
</ul>
3535
</div>
@@ -69,30 +69,30 @@ <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.3&lt;/version&gt;
72+
&lt;version&gt;5.0.4&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.3&quot;&gt;
75+
<pre>&lt;dependency org=&quot;io.github.centralnicgroup-opensource&quot; name=&quot;java-sdk&quot; rev=&quot;5.0.4&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.3')
80+
@Grab(group='io.github.centralnicgroup-opensource', module='java-sdk', version='5.0.4')
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.3'</pre></section><section><a id="Scala_SBT"></a>
83+
<pre>implementation 'io.github.centralnicgroup-opensource:java-sdk:5.0.4'</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.3&quot;</pre></section><section><a id="Leiningen"></a>
85+
<pre>libraryDependencies += &quot;io.github.centralnicgroup-opensource&quot; % &quot;java-sdk&quot; % &quot;5.0.4&quot;</pre></section><section><a id="Leiningen"></a>
8686
<h2>Leiningen</h2>
87-
<pre>[io.github.centralnicgroup-opensource/java-sdk &quot;5.0.3&quot;]</pre></section></section>
87+
<pre>[io.github.centralnicgroup-opensource/java-sdk &quot;5.0.4&quot;]</pre></section></section>
8888
</main>
8989
</div>
9090
</div>
9191
<hr/>
9292
<footer>
9393
<div class="container-fluid">
9494
<div class="row-fluid">
95-
<p>© 2024
95+
<p>© 2025
9696
</p>
9797
</div>
9898
</div>

target/site/distribution-management.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.8.0:distribution-management at 2024-12-09
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:distribution-management at 2025-01-13
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: 2024-12-09<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-01-13<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.3</li>
32+
<li id="projectVersion">Version: 5.0.4</li>
3333
<li class="pull-right"><a href="./">java-sdk</a></li>
3434
</ul>
3535
</div>
@@ -75,7 +75,7 @@ <h2>Snapshot Repository - central</h2><a class="externalLink" href="https://s01.
7575
<footer>
7676
<div class="container-fluid">
7777
<div class="row-fluid">
78-
<p>© 2024
78+
<p>© 2025
7979
</p>
8080
</div>
8181
</div>

target/site/index.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.8.0:index at 2024-12-09
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:index at 2025-01-13
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: 2024-12-09<span class="divider">|</span>
30+
<li id="publishDate">Last Published: 2025-01-13<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 5.0.3</li>
32+
<li id="projectVersion">Version: 5.0.4</li>
3333
<li class="pull-right"><a href="./">java-sdk</a></li>
3434
</ul>
3535
</div>
@@ -73,7 +73,7 @@ <h1>About java-sdk</h1>
7373
<footer>
7474
<div class="container-fluid">
7575
<div class="row-fluid">
76-
<p>© 2024
76+
<p>© 2025
7777
</p>
7878
</div>
7979
</div>

0 commit comments

Comments
 (0)