|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>io.toolisticon.pogen4selenium</groupId> |
5 | 5 | <artifactId>pogen4selenium</artifactId> |
6 | | - <version>0.9.0</version> |
| 6 | + <version>0.9.1</version> |
7 | 7 | <packaging>pom</packaging> |
8 | 8 | <name>pogen4selenium</name> |
9 | 9 | <description>Please refer to https://github.com/toolisticon/pogen4selenium</description> |
|
49 | 49 | <java.compile.target.version>17</java.compile.target.version> |
50 | 50 |
|
51 | 51 | <!-- project dependency versions --> |
52 | | - <cute.version>1.8.0</cute.version> |
| 52 | + <cute.version>1.8.2</cute.version> |
53 | 53 | <spiap.version>0.11.0</spiap.version> |
54 | | - <aptk.version>0.30.2</aptk.version> |
| 54 | + <aptk.version>0.30.3</aptk.version> |
55 | 55 | <selenium.version>4.27.0</selenium.version> |
56 | 56 |
|
57 | 57 | <!-- versions of test dependencies --> |
|
87 | 87 | <maven-versions-plugin.version>2.16.2</maven-versions-plugin.version> |
88 | 88 |
|
89 | 89 | <gitflow-maven-plugin.version>1.20.0</gitflow-maven-plugin.version> |
90 | | - <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
| 90 | + <sonatype-centralPublishingPlugin.version>0.8.0</sonatype-centralPublishingPlugin.version> |
91 | 91 | </properties> |
92 | 92 | <build> |
93 | 93 | <defaultGoal>clean install</defaultGoal> |
|
297 | 297 | </executions> |
298 | 298 | </plugin> |
299 | 299 |
|
300 | | - <plugin> |
301 | | - <groupId>org.sonatype.plugins</groupId> |
302 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
303 | | - <version>${nexus-staging-maven-plugin.version}</version> |
304 | | - <configuration> |
305 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
306 | | - <serverId>sonatype-nexus-staging</serverId> |
307 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
308 | | - </configuration> |
309 | | - <executions> |
310 | | - <execution> |
311 | | - <id>default-deploy</id> |
312 | | - <phase>deploy</phase> |
313 | | - <goals> |
314 | | - <goal>deploy</goal> |
315 | | - </goals> |
316 | | - </execution> |
317 | | - </executions> |
318 | | - </plugin> |
| 300 | + <!-- [RELEASE] NEXUS (version, configuration) --> |
| 301 | + <plugin> |
| 302 | + <groupId>org.sonatype.central</groupId> |
| 303 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 304 | + <version>${sonatype-centralPublishingPlugin.version}</version> |
| 305 | + <extensions>true</extensions> |
| 306 | + <configuration> |
| 307 | + <publishingServerId>central</publishingServerId> |
| 308 | + <autoPublish>true</autoPublish> |
| 309 | + </configuration> |
| 310 | + </plugin> |
319 | 311 | </plugins> |
320 | 312 | </pluginManagement> |
321 | 313 | <plugins> |
|
397 | 389 | <groupId>org.apache.maven.plugins</groupId> |
398 | 390 | <artifactId>maven-gpg-plugin</artifactId> |
399 | 391 | </plugin> |
400 | | - <plugin> |
401 | | - <groupId>org.sonatype.plugins</groupId> |
402 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
403 | | - </plugin> |
| 392 | + <plugin> |
| 393 | + <groupId>org.sonatype.central</groupId> |
| 394 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 395 | + </plugin> |
404 | 396 | </plugins> |
405 | 397 | </build> |
406 | 398 | </profile> |
|
491 | 483 |
|
492 | 484 | </profile> |
493 | 485 | </profiles> |
494 | | - <repositories> |
495 | | - <repository> |
496 | | - <id>sonatype-nexus-snapshots</id> |
497 | | - <name>Sonatype Nexus Snapshots</name> |
498 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
499 | | - <releases> |
500 | | - <enabled>false</enabled> |
501 | | - </releases> |
502 | | - <snapshots> |
503 | | - <enabled>true</enabled> |
504 | | - </snapshots> |
505 | | - </repository> |
506 | | - </repositories> |
507 | | - <distributionManagement> |
508 | | - <snapshotRepository> |
509 | | - <id>sonatype-nexus-snapshots</id> |
510 | | - <name>Sonatype Nexus Snapshots</name> |
511 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
512 | | - </snapshotRepository> |
513 | | - <repository> |
514 | | - <id>sonatype-nexus-staging</id> |
515 | | - <name>Nexus Release Repository</name> |
516 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
517 | | - </repository> |
518 | | - </distributionManagement> |
| 486 | + |
519 | 487 | <dependencies> |
520 | 488 | <!-- Test dependencies --> |
521 | 489 | <dependency> |
|
0 commit comments