|
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> |
|
237 | 202 | </build> |
238 | 203 | <profiles> |
239 | 204 | <profile> |
240 | | - <id>ossrh</id> |
| 205 | + <id>publish-sonatype-central-portal</id> |
241 | 206 | <build> |
242 | 207 | <plugins> |
243 | 208 | <plugin> |
|
281 | 246 | </plugin> |
282 | 247 |
|
283 | 248 | <plugin> |
284 | | - <groupId>org.sonatype.plugins</groupId> |
285 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
286 | | - <version>1.7.0</version> |
| 249 | + <groupId>org.sonatype.central</groupId> |
| 250 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 251 | + <version>0.7.0</version> |
287 | 252 | <extensions>true</extensions> |
288 | 253 | <configuration> |
289 | | - <serverId>ossrh</serverId> |
290 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
291 | | - <!-- Sometimes OSSRH is really slow --> |
292 | | - <stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes> |
293 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 254 | + <publishingServerId>sonatype-central-portal</publishingServerId> |
| 255 | + <autoPublish>true</autoPublish> |
294 | 256 | </configuration> |
295 | 257 | </plugin> |
296 | 258 | </plugins> |
|
308 | 270 | <dependency> |
309 | 271 | <groupId>com.puppycrawl.tools</groupId> |
310 | 272 | <artifactId>checkstyle</artifactId> |
311 | | - <version>10.23.0</version> |
| 273 | + <version>10.23.1</version> |
312 | 274 | </dependency> |
313 | 275 | </dependencies> |
314 | 276 | <configuration> |
|
345 | 307 | <dependency> |
346 | 308 | <groupId>net.sourceforge.pmd</groupId> |
347 | 309 | <artifactId>pmd-core</artifactId> |
348 | | - <version>7.12.0</version> |
| 310 | + <version>7.13.0</version> |
349 | 311 | </dependency> |
350 | 312 | <dependency> |
351 | 313 | <groupId>net.sourceforge.pmd</groupId> |
352 | 314 | <artifactId>pmd-java</artifactId> |
353 | | - <version>7.12.0</version> |
| 315 | + <version>7.13.0</version> |
354 | 316 | </dependency> |
355 | 317 | </dependencies> |
356 | 318 | </plugin> |
|
0 commit comments