|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<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"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + 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"> |
3 | 4 | <modelVersion>4.0.0</modelVersion>
|
4 | 5 |
|
5 | 6 | <groupId>com.easypost</groupId>
|
6 | 7 | <artifactId>easypost-api-client</artifactId>
|
7 | 8 |
|
8 |
| - <version>4.0.4</version> |
| 9 | + <version>5.0.0</version> |
9 | 10 | <packaging>jar</packaging>
|
10 | 11 |
|
11 | 12 | <name>com.easypost:easypost-api-client</name>
|
|
139 | 140 | </configuration>
|
140 | 141 | </plugin>
|
141 | 142 | <plugin>
|
142 |
| - <groupId>org.sonatype.plugins</groupId> |
143 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
144 |
| - <version>1.6.7</version> |
145 |
| - <extensions>true</extensions> |
146 |
| - <configuration> |
147 |
| - <serverId>ossrh</serverId> |
148 |
| - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
149 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
150 |
| - </configuration> |
| 143 | + <groupId>org.sonatype.plugins</groupId> |
| 144 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 145 | + <version>1.6.7</version> |
| 146 | + <extensions>true</extensions> |
| 147 | + <configuration> |
| 148 | + <serverId>ossrh</serverId> |
| 149 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 150 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 151 | + </configuration> |
151 | 152 | </plugin>
|
152 | 153 | <plugin>
|
153 | 154 | <groupId>org.codehaus.mojo</groupId>
|
|
0 commit comments