Skip to content

Commit 846466d

Browse files
authored
update pom.xml for beta release (#88)
* update pom/xml for beta release * set user agent
1 parent 8f8e5f8 commit 846466d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>bandwidth-sdk</artifactId>
77
<packaging>jar</packaging>
88
<name>bandwidth-sdk</name>
9-
<version>9.0.0</version>
9+
<version>9.0.0-beta.1</version>
1010
<url>https://github.com/Bandwidth/java-sdk</url>
1111
<description>The official client SDK for Bandwidth&#39;s Voice, Messaging, MFA, and WebRTC APIs</description>
1212
<scm>
@@ -23,6 +23,17 @@
2323
</license>
2424
</licenses>
2525

26+
<distributionManagement>
27+
<snapshotRepository>
28+
<id>ossrh</id>
29+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
30+
</snapshotRepository>
31+
<repository>
32+
<id>ossrh</id>
33+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
34+
</repository>
35+
</distributionManagement>
36+
2637
<developers>
2738
<developer>
2839
<name>OpenAPI-Generator Contributors</name>

src/main/java/org/openapitools/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private void init() {
140140
json = new JSON();
141141

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

145145
authentications = new HashMap<String, Authentication>();
146146
}

0 commit comments

Comments
 (0)