Skip to content

Commit

Permalink
Update group id
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Jan 3, 2025
1 parent 0b77d46 commit fdd2362
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>Avalara.SDK</groupId>
<groupId>com.avalara</groupId>
<artifactId>Avalara.SDK</artifactId>
<packaging>jar</packaging>
<name>Avalara.SDK</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public GetDataInputFieldsRequest getGetDataInputFieldsRequest() {

private void SetConfiguration(ApiClient client) {
if (client == null) throw new MissingFormatArgumentException("client");
this.localVarApiClient.setSdkVersion("24.12.1");
this.localVarApiClient.setSdkVersion("24.12.0");
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ public SubmitDocumentRequest getSubmitDocumentRequest() {

private void SetConfiguration(ApiClient client) {
if (client == null) throw new MissingFormatArgumentException("client");
this.localVarApiClient.setSdkVersion("24.12.1");
this.localVarApiClient.setSdkVersion("24.12.0");
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public SubmitInteropDocumentRequest getSubmitInteropDocumentRequest() {

private void SetConfiguration(ApiClient client) {
if (client == null) throw new MissingFormatArgumentException("client");
this.localVarApiClient.setSdkVersion("24.12.1");
this.localVarApiClient.setSdkVersion("24.12.0");
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ public GetMandatesRequest getGetMandatesRequest() {

private void SetConfiguration(ApiClient client) {
if (client == null) throw new MissingFormatArgumentException("client");
this.localVarApiClient.setSdkVersion("24.12.1");
this.localVarApiClient.setSdkVersion("24.12.0");
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ public SearchParticipantsRequest getSearchParticipantsRequest() {

private void SetConfiguration(ApiClient client) {
if (client == null) throw new MissingFormatArgumentException("client");
this.localVarApiClient.setSdkVersion("24.12.1");
this.localVarApiClient.setSdkVersion("24.12.0");
}
}

0 comments on commit fdd2362

Please sign in to comment.