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 43
43
44
44
<groupId >com.compdf</groupId >
45
45
<artifactId >compdfkit-pdf-api-java</artifactId >
46
- <version >1.0.0-SNAPSHOT </version >
46
+ <version >1.0.0</version >
47
47
48
48
<name >compdfkit-pdf-api-java</name >
49
49
<description >compdfkit-pdf-api-java</description >
89
89
<build >
90
90
<plugins >
91
91
<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 >
96
95
<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 >
100
100
</configuration >
101
101
</plugin >
102
102
153
153
154
154
<distributionManagement >
155
155
<snapshotRepository >
156
- <!-- 注意,此id必须与setting.xml中指定的一致-->
157
- <id >ossrh</id >
156
+ <id >release</id >
158
157
<url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
159
158
</snapshotRepository >
160
159
<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 >
163
162
</repository >
164
163
</distributionManagement >
165
164
</profile >
You can’t perform that action at this time.
0 commit comments