From 785d409f9f661fbf3e4265fd155531235b0e4636 Mon Sep 17 00:00:00 2001
From: Cameron Koegel <53310569+ckoegel@users.noreply.github.com>
Date: Wed, 22 Feb 2023 13:38:40 -0500
Subject: [PATCH] Fix/pom (#89)
* update pom/xml for beta release
* set user agent
* new pom configuration
---
pom.xml | 65 ++++++++++++++++++++++++++++++---------------------------
1 file changed, 34 insertions(+), 31 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5ede3946..6683fa95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,9 +10,9 @@
https://github.com/Bandwidth/java-sdk
The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs
- scm:git:git@github.com:openapitools/openapi-generator.git
- scm:git:git@github.com:openapitools/openapi-generator.git
- https://github.com/openapitools/openapi-generator
+ https://github.com/Bandwidth/java-sdk
+ scm:git:git@github.com:Bandwidth/java-sdk.git
+ scm:git:git@github.com:Bandwidth/java-sdk.git
@@ -36,10 +36,12 @@
- OpenAPI-Generator Contributors
- dx@bandwidth.com
- Bandwidth
- http://openapitools.org
+ support
+ Bandwidth Support
+ info@bandwidth.com
+ Bandwidth, Inc.
+ http://bandwidth.com
+ -5
@@ -205,6 +207,31 @@
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 3.0.1
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.2
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+