|
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> |
|
108 | 73 | <dependency> |
109 | 74 | <groupId>com.fasterxml.jackson.core</groupId> |
110 | 75 | <artifactId>jackson-databind</artifactId> |
111 | | - <version>2.18.3</version> |
| 76 | + <version>2.19.0</version> |
112 | 77 | </dependency> |
113 | 78 |
|
114 | 79 | <dependency> |
|
249 | 214 | </build> |
250 | 215 | <profiles> |
251 | 216 | <profile> |
252 | | - <id>ossrh</id> |
| 217 | + <id>publish-sonatype-central-portal</id> |
253 | 218 | <build> |
254 | 219 | <plugins> |
255 | 220 | <plugin> |
|
293 | 258 | </plugin> |
294 | 259 |
|
295 | 260 | <plugin> |
296 | | - <groupId>org.sonatype.plugins</groupId> |
297 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
298 | | - <version>1.7.0</version> |
| 261 | + <groupId>org.sonatype.central</groupId> |
| 262 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 263 | + <version>0.7.0</version> |
299 | 264 | <extensions>true</extensions> |
300 | 265 | <configuration> |
301 | | - <serverId>ossrh</serverId> |
302 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
303 | | - <!-- Sometimes OSSRH is really slow --> |
304 | | - <stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes> |
305 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 266 | + <publishingServerId>sonatype-central-portal</publishingServerId> |
| 267 | + <autoPublish>true</autoPublish> |
306 | 268 | </configuration> |
307 | 269 | </plugin> |
308 | 270 | </plugins> |
|
320 | 282 | <dependency> |
321 | 283 | <groupId>com.puppycrawl.tools</groupId> |
322 | 284 | <artifactId>checkstyle</artifactId> |
323 | | - <version>10.23.0</version> |
| 285 | + <version>10.23.1</version> |
324 | 286 | </dependency> |
325 | 287 | </dependencies> |
326 | 288 | <configuration> |
|
357 | 319 | <dependency> |
358 | 320 | <groupId>net.sourceforge.pmd</groupId> |
359 | 321 | <artifactId>pmd-core</artifactId> |
360 | | - <version>7.12.0</version> |
| 322 | + <version>7.13.0</version> |
361 | 323 | </dependency> |
362 | 324 | <dependency> |
363 | 325 | <groupId>net.sourceforge.pmd</groupId> |
364 | 326 | <artifactId>pmd-java</artifactId> |
365 | | - <version>7.12.0</version> |
| 327 | + <version>7.13.0</version> |
366 | 328 | </dependency> |
367 | 329 | </dependencies> |
368 | 330 | </plugin> |
|
0 commit comments