|
7 | 7 |
|
8 | 8 | <groupId>com.cloudconvert</groupId> |
9 | 9 | <artifactId>cloudconvert-java</artifactId> |
10 | | - <version>1.2.1</version> |
| 10 | + <version>1.2.2</version> |
11 | 11 |
|
12 | 12 | <name>cloudconvert-java</name> |
13 | 13 | <description>CloudConvert is an online file converter API - more than 200 different audio, video, document, ebook, archive, image, spreadsheet and presentation formats supported.</description> |
|
37 | 37 | <tag>HEAD</tag> |
38 | 38 | </scm> |
39 | 39 |
|
40 | | - <distributionManagement> |
41 | | - <snapshotRepository> |
42 | | - <id>ossrh</id> |
43 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
44 | | - </snapshotRepository> |
45 | | - <repository> |
46 | | - <id>ossrh</id> |
47 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
48 | | - </repository> |
49 | | - </distributionManagement> |
50 | 40 |
|
51 | 41 | <properties> |
52 | 42 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
73 | 63 | <throwing-function.version>1.5.0</throwing-function.version> |
74 | 64 |
|
75 | 65 | <maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version> |
76 | | - <nexus-staging-plugin.version>1.6.7</nexus-staging-plugin.version> |
| 66 | + <central-publishing-maven-plugin.version>0.7.0</central-publishing-maven-plugin.version> |
77 | 67 | <maven-source-plugin.version>3.1.0</maven-source-plugin.version> |
78 | 68 | <maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version> |
79 | 69 | <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
|
203 | 193 | <groups>${test.groups}</groups> |
204 | 194 | </configuration> |
205 | 195 | </plugin> |
| 196 | + |
206 | 197 | <plugin> |
207 | | - <groupId>org.sonatype.plugins</groupId> |
208 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
209 | | - <version>${nexus-staging-plugin.version}</version> |
| 198 | + <groupId>org.sonatype.central</groupId> |
| 199 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 200 | + <version>${central-publishing-maven-plugin.version}</version> |
210 | 201 | <extensions>true</extensions> |
211 | 202 | <configuration> |
212 | | - <serverId>ossrh</serverId> |
213 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
214 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 203 | + <publishingServerId>central</publishingServerId> |
| 204 | + <autoPublish>true</autoPublish> |
215 | 205 | </configuration> |
216 | 206 | </plugin> |
217 | 207 |
|
| 208 | + |
218 | 209 | <plugin> |
219 | 210 | <groupId>org.apache.maven.plugins</groupId> |
220 | 211 | <artifactId>maven-source-plugin</artifactId> |
|
246 | 237 | </execution> |
247 | 238 | </executions> |
248 | 239 | </plugin> |
249 | | - |
250 | 240 | <plugin> |
251 | 241 | <groupId>org.apache.maven.plugins</groupId> |
252 | 242 | <artifactId>maven-gpg-plugin</artifactId> |
|
263 | 253 | <configuration> |
264 | 254 |
|
265 | 255 | </configuration> |
266 | | - </plugin> |
| 256 | + </plugin> |
267 | 257 | </plugins> |
268 | 258 | </build> |
269 | 259 | </project> |
0 commit comments