This repository was archived by the owner on Feb 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 180180 <!-- This profile is for the continuous integration pipeline for deploying to the central repository, which requires artifacts to be signed -->
181181 <profiles >
182182 <profile >
183- <id >CI </id >
183+ <id >MavenCentral </id >
184184 <build >
185185 <plugins >
186186 <plugin >
203203 </plugin >
204204 </plugins >
205205 </build >
206+
207+ <!-- Central Repository deployment configuration -->
208+ <distributionManagement >
209+ <snapshotRepository >
210+ <id >ossrh</id >
211+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
212+ </snapshotRepository >
213+ <repository >
214+ <id >ossrh</id >
215+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
216+ </repository >
217+ </distributionManagement >
206218 </profile >
207219 </profiles >
208220
235247 </dependencies >
236248 </dependencyManagement >
237249
238- <!-- Central Repository deployment configuration -->
239- <distributionManagement >
240- <snapshotRepository >
241- <id >ossrh</id >
242- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
243- </snapshotRepository >
244- <repository >
245- <id >ossrh</id >
246- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
247- </repository >
248- </distributionManagement >
249-
250250 <licenses >
251251 <license >
252252 <name >Apache License, Version 2.0</name >
You can’t perform that action at this time.
0 commit comments