Skip to content

Commit

Permalink
chore(release): 5.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jan 13, 2025
1 parent 3c222b9 commit eb7c3b4
Show file tree
Hide file tree
Showing 14 changed files with 477 additions and 57 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v5.0.4...v5.0.5) (2025-01-13)


### Bug Fixes

* **deps:** bump org.sonatype.central:central-publishing-maven-plugin ([3c222b9](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/3c222b9034ddea1c2df34917221afc2b61d08e28))

## [5.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v5.0.3...v5.0.4) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</properties>
<groupId>io.github.centralnicgroup-opensource</groupId>
<artifactId>java-sdk</artifactId>
<version>5.0.4</version>
<version>5.0.5</version>
<packaging>jar</packaging>
<name>java-sdk</name>
<description>A connector library for the insanely fast backend API for Centralnic Reseller.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ public String getReferer() {
* @return module version
*/
public String getVersion() {
return "5.0.4";
return "5.0.5";
}

/**
Expand Down
10 changes: 5 additions & 5 deletions target/site/dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| 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
| 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
| Rendered using Apache Maven Fluido Skin 2.0.0-M9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-12-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2025-01-13<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 5.0.3</li>
<li id="projectVersion">Version: 5.0.4</li>
<li class="pull-right"><a href="./">java-sdk</a></li>
</ul>
</div>
Expand Down Expand Up @@ -136,7 +136,7 @@ <h1>Project Dependency Graph</h1>
<section><a id="Dependency_Tree"></a>
<h2>Dependency Tree</h2>
<ul>
<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">
<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">
<table class="table table-striped">
<tr class="a">
<th>java-sdk</th></tr>
Expand Down Expand Up @@ -253,7 +253,7 @@ <h1>Dependency File Details</h1>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>© 2024
<p>© 2025
</p>
</div>
</div>
Expand Down
20 changes: 10 additions & 10 deletions target/site/dependency-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| 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
| 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
| Rendered using Apache Maven Fluido Skin 2.0.0-M9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-12-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2025-01-13<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 5.0.3</li>
<li id="projectVersion">Version: 5.0.4</li>
<li class="pull-right"><a href="./">java-sdk</a></li>
</ul>
</div>
Expand Down Expand Up @@ -69,30 +69,30 @@ <h2>Apache Maven</h2>
<pre>&lt;dependency&gt;
&lt;groupId&gt;io.github.centralnicgroup-opensource&lt;/groupId&gt;
&lt;artifactId&gt;java-sdk&lt;/artifactId&gt;
&lt;version&gt;5.0.3&lt;/version&gt;
&lt;version&gt;5.0.4&lt;/version&gt;
&lt;/dependency&gt;</pre></section><section><a id="Apache_Ivy"></a>
<h2>Apache Ivy</h2>
<pre>&lt;dependency org=&quot;io.github.centralnicgroup-opensource&quot; name=&quot;java-sdk&quot; rev=&quot;5.0.3&quot;&gt;
<pre>&lt;dependency org=&quot;io.github.centralnicgroup-opensource&quot; name=&quot;java-sdk&quot; rev=&quot;5.0.4&quot;&gt;
&lt;artifact name=&quot;java-sdk&quot; type=&quot;jar&quot; /&gt;
&lt;/dependency&gt;</pre></section><section><a id="Groovy_Grape"></a>
<h2>Groovy Grape</h2>
<pre>@Grapes(
@Grab(group='io.github.centralnicgroup-opensource', module='java-sdk', version='5.0.3')
@Grab(group='io.github.centralnicgroup-opensource', module='java-sdk', version='5.0.4')
)</pre></section><section><a id="Gradle.2FGrails"></a>
<h2>Gradle/Grails</h2>
<pre>implementation 'io.github.centralnicgroup-opensource:java-sdk:5.0.3'</pre></section><section><a id="Scala_SBT"></a>
<pre>implementation 'io.github.centralnicgroup-opensource:java-sdk:5.0.4'</pre></section><section><a id="Scala_SBT"></a>
<h2>Scala SBT</h2>
<pre>libraryDependencies += &quot;io.github.centralnicgroup-opensource&quot; % &quot;java-sdk&quot; % &quot;5.0.3&quot;</pre></section><section><a id="Leiningen"></a>
<pre>libraryDependencies += &quot;io.github.centralnicgroup-opensource&quot; % &quot;java-sdk&quot; % &quot;5.0.4&quot;</pre></section><section><a id="Leiningen"></a>
<h2>Leiningen</h2>
<pre>[io.github.centralnicgroup-opensource/java-sdk &quot;5.0.3&quot;]</pre></section></section>
<pre>[io.github.centralnicgroup-opensource/java-sdk &quot;5.0.4&quot;]</pre></section></section>
</main>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>© 2024
<p>© 2025
</p>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions target/site/distribution-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| 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
| 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
| Rendered using Apache Maven Fluido Skin 2.0.0-M9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-12-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2025-01-13<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 5.0.3</li>
<li id="projectVersion">Version: 5.0.4</li>
<li class="pull-right"><a href="./">java-sdk</a></li>
</ul>
</div>
Expand Down Expand Up @@ -75,7 +75,7 @@ <h2>Snapshot Repository - central</h2><a class="externalLink" href="https://s01.
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>© 2024
<p>© 2025
</p>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions target/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| 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
| 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
| Rendered using Apache Maven Fluido Skin 2.0.0-M9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-12-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2025-01-13<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 5.0.3</li>
<li id="projectVersion">Version: 5.0.4</li>
<li class="pull-right"><a href="./">java-sdk</a></li>
</ul>
</div>
Expand Down Expand Up @@ -73,7 +73,7 @@ <h1>About java-sdk</h1>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>© 2024
<p>© 2025
</p>
</div>
</div>
Expand Down
Loading

0 comments on commit eb7c3b4

Please sign in to comment.