File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 4343
4444 <groupId >com.compdf</groupId >
4545 <artifactId >compdfkit-pdf-api-java</artifactId >
46- <version >1.0.0-SNAPSHOT </version >
46+ <version >1.0.0</version >
4747
4848 <name >compdfkit-pdf-api-java</name >
4949 <description >compdfkit-pdf-api-java</description >
8989 <build >
9090 <plugins >
9191 <plugin >
92- <groupId >org.sonatype.plugins</groupId >
93- <artifactId >nexus-staging-maven-plugin</artifactId >
94- <version >1.6.7</version >
95- <extensions >true</extensions >
92+ <groupId >org.apache.maven.plugins</groupId >
93+ <artifactId >maven-release-plugin</artifactId >
94+ <version >2.5.3</version >
9695 <configuration >
97- <serverId >ossrh</serverId >
98- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
99- <autoReleaseAfterClose >true</autoReleaseAfterClose >
96+ <autoVersionSubmodules >true</autoVersionSubmodules >
97+ <useReleaseProfile >false</useReleaseProfile >
98+ <releaseProfiles >release</releaseProfiles >
99+ <goals >deploy</goals >
100100 </configuration >
101101 </plugin >
102102
153153
154154 <distributionManagement >
155155 <snapshotRepository >
156- <!-- 注意,此id必须与setting.xml中指定的一致-->
157- <id >ossrh</id >
156+ <id >release</id >
158157 <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
159158 </snapshotRepository >
160159 <repository >
161- <id >ossrh </id >
162- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 /</url >
160+ <id >release </id >
161+ <url >https://s01.oss.sonatype.org/content/repositories/releases /</url >
163162 </repository >
164163 </distributionManagement >
165164 </profile >
You can’t perform that action at this time.
0 commit comments