File tree Expand file tree Collapse file tree 6 files changed +11
-17
lines changed Expand file tree Collapse file tree 6 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 41
41
java-version : 21
42
42
distribution : temurin
43
43
cache : maven
44
- server-id : ossrh
44
+ server-id : central
45
45
server-username : MAVEN_USERNAME
46
46
server-password : MAVEN_PASSWORD
47
47
Original file line number Diff line number Diff line change 76
76
* ` clean ` is needed to avoid the ` verify-* ` modules check outdated reports of previous builds.
77
77
* ` install ` will copy the built framework (jar) in your local maven repo, so that you can use it locally in other projects/modules.
78
78
* the ` -DskipSign ` flag allows to skip signing the artifact with a gpg key. That's needed in GitHub actions to publish
79
- on [ Ossrh ] ( https://s01.oss. sonatype.org/content/repositories/releases/io/ github/ giulong/spectrum/ ) .
79
+ on [ Maven Central ] ( https://central. sonatype.com/artifact/io. github. giulong/spectrum ) .
80
80
* the ` -DbrowsersTests ` property is a shorthand to activate all the profiles needed to run tests on all the browsers. It's equivalent to
81
81
running with these active profiles: ` -P chrome,firefox,edge ` .
82
82
* the ` -DmacosTests ` property is a shorthand to activate all the profiles needed to run tests on macOS. It's equivalent to
Original file line number Diff line number Diff line change 6
6
[ ![ javadoc] ( https://javadoc.io/badge2/io.github.giulong/spectrum/javadoc.svg )] ( https://javadoc.io/doc/io.github.giulong/spectrum )
7
7
[ ![ badge-jdk] ( https://img.shields.io/badge/jdk-21-blue.svg )] ( https://jdk.java.net/archive/ )
8
8
[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
9
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.giulong/spectrum.svg )] ( https://search.maven.org/search?q=g: io.github.giulong%20a: spectrum )
9
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.giulong/spectrum.svg )] ( https://central.sonatype.com/artifact/ io.github.giulong/ spectrum )
10
10
[ ![ GitHub commit activity (branch)] ( https://img.shields.io/github/commit-activity/y/giulong/spectrum/develop )] ( https://github.com/giulong/spectrum/commits/develop/ )
11
11
[ ![ GitHub Discussions] ( https://img.shields.io/github/discussions/giulong/spectrum )] ( https://github.com/giulong/spectrum/discussions )
12
12
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 33
33
</licenses >
34
34
35
35
<properties >
36
- <revision >1.24.4 </revision >
36
+ <revision >1.25.0 </revision >
37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
38
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
39
39
<docs .folder>docs</docs .folder>
Original file line number Diff line number Diff line change 41
41
<url >https://github.com/giulong/spectrum</url >
42
42
</scm >
43
43
44
- <distributionManagement >
45
- <snapshotRepository >
46
- <id >ossrh</id >
47
- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
48
- </snapshotRepository >
49
- </distributionManagement >
50
-
51
44
<properties >
52
45
<maven .deploy.skip>false</maven .deploy.skip>
53
46
<maven .install.skip>false</maven .install.skip>
368
361
</executions >
369
362
</plugin >
370
363
<plugin >
371
- <groupId >org.sonatype.plugins </groupId >
372
- <artifactId >nexus-staging -maven-plugin</artifactId >
373
- <version >1.7 .0</version >
364
+ <groupId >org.sonatype.central </groupId >
365
+ <artifactId >central-publishing -maven-plugin</artifactId >
366
+ <version >0.8 .0</version >
374
367
<extensions >true</extensions >
375
368
<configuration >
376
- <serverId >ossrh</ serverId >
377
- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
378
- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
369
+ <publishingServerId >central</ publishingServerId >
370
+ <autoPublish >true</ autoPublish >
371
+ <waitUntil >published</ waitUntil >
379
372
</configuration >
380
373
</plugin >
381
374
<!-- OSSRH -->
You can’t perform that action at this time.
0 commit comments