Skip to content

Commit

Permalink
update pom.xml for beta release (#88)
Browse files Browse the repository at this point in the history
* update pom/xml for beta release

* set user agent
  • Loading branch information
ckoegel authored Feb 22, 2023
1 parent 8f8e5f8 commit 846466d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>bandwidth-sdk</artifactId>
<packaging>jar</packaging>
<name>bandwidth-sdk</name>
<version>9.0.0</version>
<version>9.0.0-beta.1</version>
<url>https://github.com/Bandwidth/java-sdk</url>
<description>The official client SDK for Bandwidth&#39;s Voice, Messaging, MFA, and WebRTC APIs</description>
<scm>
Expand All @@ -23,6 +23,17 @@
</license>
</licenses>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<developers>
<developer>
<name>OpenAPI-Generator Contributors</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openapitools/client/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/9.0.0/java");
setUserAgent("OpenAPI-Generator/9.0.0-beta.1/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down

0 comments on commit 846466d

Please sign in to comment.