|
49 | 49 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
50 | 50 |
|
51 | 51 | <!-- Dependency-Versions --> |
52 | | - <vaadin.version>24.7.2</vaadin.version> |
| 52 | + <vaadin.version>24.7.4</vaadin.version> |
53 | 53 | </properties> |
54 | 54 |
|
55 | 55 | <dependencyManagement> |
|
64 | 64 | </dependencies> |
65 | 65 | </dependencyManagement> |
66 | 66 |
|
67 | | - <repositories> |
68 | | - <!-- The order of definitions matters. Explicitly defining central here |
69 | | - to make sure it has the highest priority. --> |
70 | | - <repository> |
71 | | - <id>central</id> |
72 | | - <url>https://repo.maven.apache.org/maven2</url> |
73 | | - <snapshots> |
74 | | - <enabled>false</enabled> |
75 | | - </snapshots> |
76 | | - </repository> |
77 | | - </repositories> |
78 | | - |
79 | | - <pluginRepositories> |
80 | | - <!-- The order of definitions matters. Explicitly defining central here |
81 | | - to make sure it has the highest priority. --> |
82 | | - <pluginRepository> |
83 | | - <id>central</id> |
84 | | - <url>https://repo.maven.apache.org/maven2</url> |
85 | | - <snapshots> |
86 | | - <enabled>false</enabled> |
87 | | - </snapshots> |
88 | | - </pluginRepository> |
89 | | - </pluginRepositories> |
90 | | - |
91 | | - <distributionManagement> |
92 | | - <snapshotRepository> |
93 | | - <id>ossrh</id> |
94 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
95 | | - </snapshotRepository> |
96 | | - <repository> |
97 | | - <id>ossrh</id> |
98 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
99 | | - </repository> |
100 | | - </distributionManagement> |
101 | | - |
102 | 67 | <dependencies> |
103 | 68 | <dependency> |
104 | 69 | <groupId>com.vaadin</groupId> |
|
238 | 203 | </build> |
239 | 204 | <profiles> |
240 | 205 | <profile> |
241 | | - <id>ossrh</id> |
| 206 | + <id>publish-sonatype-central-portal</id> |
242 | 207 | <build> |
243 | 208 | <plugins> |
244 | 209 | <plugin> |
|
282 | 247 | </plugin> |
283 | 248 |
|
284 | 249 | <plugin> |
285 | | - <groupId>org.sonatype.plugins</groupId> |
286 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
287 | | - <version>1.7.0</version> |
| 250 | + <groupId>org.sonatype.central</groupId> |
| 251 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 252 | + <version>0.7.0</version> |
288 | 253 | <extensions>true</extensions> |
289 | 254 | <configuration> |
290 | | - <serverId>ossrh</serverId> |
291 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
292 | | - <!-- Sometimes OSSRH is really slow --> |
293 | | - <stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes> |
294 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 255 | + <publishingServerId>sonatype-central-portal</publishingServerId> |
| 256 | + <autoPublish>true</autoPublish> |
295 | 257 | </configuration> |
296 | 258 | </plugin> |
297 | 259 | </plugins> |
|
309 | 271 | <dependency> |
310 | 272 | <groupId>com.puppycrawl.tools</groupId> |
311 | 273 | <artifactId>checkstyle</artifactId> |
312 | | - <version>10.23.0</version> |
| 274 | + <version>10.23.1</version> |
313 | 275 | </dependency> |
314 | 276 | </dependencies> |
315 | 277 | <configuration> |
|
346 | 308 | <dependency> |
347 | 309 | <groupId>net.sourceforge.pmd</groupId> |
348 | 310 | <artifactId>pmd-core</artifactId> |
349 | | - <version>7.12.0</version> |
| 311 | + <version>7.13.0</version> |
350 | 312 | </dependency> |
351 | 313 | <dependency> |
352 | 314 | <groupId>net.sourceforge.pmd</groupId> |
353 | 315 | <artifactId>pmd-java</artifactId> |
354 | | - <version>7.12.0</version> |
| 316 | + <version>7.13.0</version> |
355 | 317 | </dependency> |
356 | 318 | </dependencies> |
357 | 319 | </plugin> |
|
0 commit comments