|
44 | 44 | </scm> |
45 | 45 |
|
46 | 46 | <distributionManagement> |
47 | | - <snapshotRepository> |
48 | | - <id>ossrh</id> |
49 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
50 | | - </snapshotRepository> |
51 | 47 | <repository> |
52 | | - <id>ossrh</id> |
53 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 48 | + <id>central</id> |
| 49 | + <url>https://repo1.maven.org/maven2/</url> |
54 | 50 | </repository> |
55 | 51 | </distributionManagement> |
56 | 52 |
|
57 | 53 | <dependencies> |
58 | 54 | <dependency> |
59 | 55 | <groupId>org.apache.pdfbox</groupId> |
60 | 56 | <artifactId>pdfbox</artifactId> |
61 | | - <version>3.0.4</version> |
| 57 | + <version>3.0.5</version> |
62 | 58 | </dependency> |
63 | 59 | <dependency> |
64 | 60 | <groupId>junit</groupId> |
|
190 | 186 | </executions> |
191 | 187 | </plugin> |
192 | 188 |
|
193 | | - <plugin> |
194 | | - <groupId>org.sonatype.plugins</groupId> |
195 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
196 | | - <version>1.6.13</version> |
197 | | - <extensions>true</extensions> |
198 | | - <configuration> |
199 | | - <serverId>ossrh</serverId> |
200 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
201 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
202 | | - </configuration> |
203 | | - </plugin> |
204 | | - |
205 | 189 | <plugin> |
206 | 190 | <groupId>org.apache.maven.plugins</groupId> |
207 | 191 | <artifactId>maven-release-plugin</artifactId> |
208 | | - <version>2.5.3</version> |
| 192 | + <version>3.1.1</version> |
209 | 193 | <configuration> |
210 | 194 | <autoVersionSubmodules>true</autoVersionSubmodules> |
211 | 195 | <useReleaseProfile>false</useReleaseProfile> |
|
227 | 211 | </archive> |
228 | 212 | </configuration> |
229 | 213 | </plugin> |
| 214 | + |
| 215 | + <plugin> |
| 216 | + <groupId>org.sonatype.central</groupId> |
| 217 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 218 | + <version>0.9.0</version> |
| 219 | + <extensions>true</extensions> |
| 220 | + <configuration> |
| 221 | + <publishingServerId>central</publishingServerId> |
| 222 | + <autoPublish>true</autoPublish> |
| 223 | + </configuration> |
| 224 | + </plugin> |
| 225 | + |
230 | 226 | <plugin> |
231 | 227 | <groupId>org.apache.felix</groupId> |
232 | 228 | <artifactId>maven-bundle-plugin</artifactId> |
|
0 commit comments