|
10 | 10 | <url>https://github.com/Bandwidth/java-sdk</url> |
11 | 11 | <description>The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs</description> |
12 | 12 | <scm> |
13 | | - <connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection> |
14 | | - < developerConnection>scm:git: [email protected]: openapitools/openapi-generator.git</ developerConnection> |
15 | | - <url>https://github.com/openapitools/openapi-generator</url> |
| 13 | + <url>https://github.com/Bandwidth/java-sdk</url> |
| 14 | + < connection>scm:git: [email protected]: Bandwidth/java-sdk.git</ connection> |
| 15 | + <developerConnection>scm:git:git@github.com:Bandwidth/java-sdk.git</developerConnection> |
16 | 16 | </scm> |
17 | 17 |
|
18 | 18 | <licenses> |
|
36 | 36 |
|
37 | 37 | <developers> |
38 | 38 | <developer> |
39 | | - <name>OpenAPI-Generator Contributors</name> |
40 | | - |
41 | | - <organization>Bandwidth</organization> |
42 | | - <organizationUrl>http://openapitools.org</organizationUrl> |
| 39 | + <id>support</id> |
| 40 | + <name>Bandwidth Support</name> |
| 41 | + |
| 42 | + <organization>Bandwidth, Inc.</organization> |
| 43 | + <organizationUrl>http://bandwidth.com</organizationUrl> |
| 44 | + <timezone>-5</timezone> |
43 | 45 | </developer> |
44 | 46 | </developers> |
45 | 47 |
|
|
205 | 207 | </execution> |
206 | 208 | </executions> |
207 | 209 | </plugin> |
| 210 | + <plugin> |
| 211 | + <groupId>org.apache.maven.plugins</groupId> |
| 212 | + <artifactId>maven-gpg-plugin</artifactId> |
| 213 | + <version>3.0.1</version> |
| 214 | + <executions> |
| 215 | + <execution> |
| 216 | + <id>sign-artifacts</id> |
| 217 | + <phase>verify</phase> |
| 218 | + <goals> |
| 219 | + <goal>sign</goal> |
| 220 | + </goals> |
| 221 | + </execution> |
| 222 | + </executions> |
| 223 | + </plugin> |
| 224 | + <plugin> |
| 225 | + <groupId>org.sonatype.plugins</groupId> |
| 226 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 227 | + <version>1.6.2</version> |
| 228 | + <extensions>true</extensions> |
| 229 | + <configuration> |
| 230 | + <serverId>ossrh</serverId> |
| 231 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 232 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 233 | + </configuration> |
| 234 | + </plugin> |
208 | 235 | <!-- Use spotless plugin to automatically format code, remove unused import, etc |
209 | 236 | To apply changes directly to the file, run `mvn spotless:apply` |
210 | 237 | Ref: https://github.com/diffplug/spotless/tree/main/plugin-maven |
|
251 | 278 | </plugins> |
252 | 279 | </build> |
253 | 280 |
|
254 | | - <profiles> |
255 | | - <profile> |
256 | | - <id>sign-artifacts</id> |
257 | | - <build> |
258 | | - <plugins> |
259 | | - <plugin> |
260 | | - <groupId>org.apache.maven.plugins</groupId> |
261 | | - <artifactId>maven-gpg-plugin</artifactId> |
262 | | - <version>3.0.1</version> |
263 | | - <executions> |
264 | | - <execution> |
265 | | - <id>sign-artifacts</id> |
266 | | - <phase>verify</phase> |
267 | | - <goals> |
268 | | - <goal>sign</goal> |
269 | | - </goals> |
270 | | - </execution> |
271 | | - </executions> |
272 | | - </plugin> |
273 | | - </plugins> |
274 | | - </build> |
275 | | - </profile> |
276 | | - </profiles> |
277 | | - |
278 | 281 | <dependencies> |
279 | 282 | <dependency> |
280 | 283 | <groupId>org.glassfish.jaxb</groupId> |
|
0 commit comments