Skip to content

Commit 41332b5

Browse files
author
Jenkins
committed
Version: 5.4.1 (2023-05-12-15:40:30)
1 parent 750b61a commit 41332b5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Using Maven:
1818
<dependency>
1919
<groupId>org.nameapi.client</groupId>
2020
<artifactId>nameapi-client</artifactId>
21-
<version>5.4.0</version>
21+
<version>5.4.1</version>
2222
</dependency>
2323

2424
Or Gradle:
2525

26-
implementation 'org.nameapi.client:nameapi-client:5.4.0'
26+
implementation 'org.nameapi.client:nameapi-client:5.4.1'
2727

2828
Also you could download the jar, or check out the source code from this GitHub project.
2929

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.nameapi.client</groupId>
66
<artifactId>nameapi-client</artifactId>
77
<name>nameapi-client</name>
8-
<version>5.4.0</version>
8+
<version>5.4.1</version>
99

1010
<url>https://github.com/optimaize/nameapi-client-java</url>
1111
<description>
@@ -41,7 +41,7 @@
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<java.version>1.8</java.version>
4343
<anythingworks.version>1.1.0</anythingworks.version>
44-
<ontology.version>5.4.0</ontology.version>
44+
<ontology.version>5.4.1</ontology.version>
4545
<swagger-annotations-version>1.5.4</swagger-annotations-version>
4646
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
4747
<repo-base-url>https://repo1.maven.org</repo-base-url>

src/main/java/org/nameapi/client/services/NameApiBaseCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
public abstract class NameApiBaseCommand<T, A, R> extends RestBaseCommand<T, A, R> {
1818

19-
protected static String CLIENT_VERSION = "NameAPI Java Client 5.4.0";
19+
protected static String CLIENT_VERSION = "NameAPI Java Client 5.4.1";
2020

2121
protected NameApiBaseCommand(@NotNull Class<T> wsdlPortType) {
2222
super(wsdlPortType);

0 commit comments

Comments
 (0)