Skip to content

Commit df0224c

Browse files
author
Invoicetronic bot
committed
Publish SDKs for tag v1.0.0
1 parent 011da2f commit df0224c

File tree

72 files changed

+94
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+94
-82
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For more information, see [Invoicetronic website][2]
99

1010
- API version: 1
1111

12-
- Build date: 2025-07-18T08:44:47.608009Z[Etc/UTC]
12+
- Build date: 2025-07-18T09:03:25.000313Z[Etc/UTC]
1313

1414
- Generator version: 7.14.0
1515

pom.xml

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@
3434
</developers>
3535

3636
<distributionManagement>
37-
<repository>
38-
<id>ossrh</id>
39-
<name>Central Repository OSSRH</name>
40-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
41-
</repository>
42-
<snapshotRepository>
43-
<id>ossrh</id>
44-
<name>Central Repository OSSRH</name>
45-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
46-
</snapshotRepository>
47-
</distributionManagement>
37+
<repository>
38+
<id>central</id>
39+
<name>Maven Central Repository</name>
40+
<url>https://central.sonatype.com/</url>
41+
</repository>
42+
<snapshotRepository>
43+
<id>central</id>
44+
<name>Maven Central Repository</name>
45+
<url>https://central.sonatype.com/</url>
46+
</snapshotRepository>
47+
</distributionManagement>
4848

4949
<build>
5050
<plugins>
@@ -128,13 +128,25 @@
128128
<version>3.3.0</version>
129129
<executions>
130130
<execution>
131+
<id>default-jar</id>
131132
<goals>
132133
<goal>jar</goal>
134+
</goals>
135+
</execution>
136+
<execution>
137+
<id>attach-test-jar</id>
138+
<goals>
133139
<goal>test-jar</goal>
134140
</goals>
135141
</execution>
136142
</executions>
137143
<configuration>
144+
<archive>
145+
<manifestEntries>
146+
<mode>development</mode>
147+
<url>${project.url}</url>
148+
</manifestEntries>
149+
</archive>
138150
</configuration>
139151
</plugin>
140152
<plugin>

src/main/java/com/invoicetronic/sdk/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* <p>ApiException class.</p>
2222
*/
2323
@SuppressWarnings("serial")
24-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T08:44:47.608009Z[Etc/UTC]", comments = "Generator version: 7.14.0")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T09:03:25.000313Z[Etc/UTC]", comments = "Generator version: 7.14.0")
2525
public class ApiException extends Exception {
2626
private static final long serialVersionUID = 1L;
2727

src/main/java/com/invoicetronic/sdk/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T08:44:47.608009Z[Etc/UTC]", comments = "Generator version: 7.14.0")
20+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T09:03:25.000313Z[Etc/UTC]", comments = "Generator version: 7.14.0")
2121
public class Configuration {
2222
public static final String VERSION = "1.0.0";
2323

src/main/java/com/invoicetronic/sdk/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.invoicetronic.sdk;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T08:44:47.608009Z[Etc/UTC]", comments = "Generator version: 7.14.0")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T09:03:25.000313Z[Etc/UTC]", comments = "Generator version: 7.14.0")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

src/main/java/com/invoicetronic/sdk/ServerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Representing a Server configuration.
2020
*/
21-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T08:44:47.608009Z[Etc/UTC]", comments = "Generator version: 7.14.0")
21+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T09:03:25.000313Z[Etc/UTC]", comments = "Generator version: 7.14.0")
2222
public class ServerConfiguration {
2323
public String URL;
2424
public String description;

src/main/java/com/invoicetronic/sdk/ServerVariable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Representing a Server Variable for server URL template substitution.
2020
*/
21-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T08:44:47.608009Z[Etc/UTC]", comments = "Generator version: 7.14.0")
21+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T09:03:25.000313Z[Etc/UTC]", comments = "Generator version: 7.14.0")
2222
public class ServerVariable {
2323
public String description;
2424
public String defaultValue;

src/main/java/com/invoicetronic/sdk/StringUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Collection;
1717
import java.util.Iterator;
1818

19-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T08:44:47.608009Z[Etc/UTC]", comments = "Generator version: 7.14.0")
19+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T09:03:25.000313Z[Etc/UTC]", comments = "Generator version: 7.14.0")
2020
public class StringUtil {
2121
/**
2222
* Check if the given array contains the given value (with case-insensitive comparison).

src/main/java/com/invoicetronic/sdk/auth/ApiKeyAuth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Map;
2121
import java.util.List;
2222

23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T08:44:47.608009Z[Etc/UTC]", comments = "Generator version: 7.14.0")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T09:03:25.000313Z[Etc/UTC]", comments = "Generator version: 7.14.0")
2424
public class ApiKeyAuth implements Authentication {
2525
private final String location;
2626
private final String paramName;

src/main/java/com/invoicetronic/sdk/auth/Authentication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Map;
2121
import java.util.List;
2222

23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T08:44:47.608009Z[Etc/UTC]", comments = "Generator version: 7.14.0")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-07-18T09:03:25.000313Z[Etc/UTC]", comments = "Generator version: 7.14.0")
2424
public interface Authentication {
2525
/**
2626
* Apply authentication settings to header and query params.

0 commit comments

Comments
 (0)