File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed
Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 2525 distribution : ' temurin'
2626 java-version : 17
2727 cache : ' maven'
28- server-id : ossrh
28+ server-id : central
2929 server-username : OSSRH_USERNAME
3030 server-password : OSSRH_PASSWORD
3131 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 2121 <java .version>17</java .version>
2222
2323 <maven-gpg-plugin .version>3.2.3</maven-gpg-plugin .version>
24- <nexus-staging -maven-plugin .version>1.6.13</ nexus-staging -maven-plugin .version>
24+ <central-publishing -maven-plugin .version>0.9.0</ central-publishing -maven-plugin .version>
2525 <jacoco-maven-plugin .version>0.8.8</jacoco-maven-plugin .version>
2626 </properties >
2727
120120 <profiles >
121121 <profile >
122122 <id >release</id >
123- <distributionManagement >
124- <snapshotRepository >
125- <id >ossrh</id >
126- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
127- </snapshotRepository >
128- </distributionManagement >
129123 <build >
130124 <plugins >
131125 <plugin >
196190 </executions >
197191 </plugin >
198192 <plugin >
199- <groupId >org.sonatype.plugins </groupId >
200- <artifactId >nexus-staging -maven-plugin</artifactId >
201- <version >${nexus-staging -maven-plugin.version} </version >
193+ <groupId >org.sonatype.central </groupId >
194+ <artifactId >central-publishing -maven-plugin</artifactId >
195+ <version >${central-publishing -maven-plugin.version} </version >
202196 <extensions >true</extensions >
203197 <configuration >
204- <serverId >ossrh</ serverId >
205- <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
206- <autoReleaseAfterClose >true</autoReleaseAfterClose >
198+ <deploymentName >htmx-spring-boot - ${project.version} </ deploymentName >
199+ <publishingServerId >central</ publishingServerId >
200+ <autoPublish >true</autoPublish >
207201 </configuration >
208202 </plugin >
203+
209204 </plugins >
210205 </build >
211206 </profile >
You can’t perform that action at this time.
0 commit comments