File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 131
131
<plugin >
132
132
<groupId >org.apache.maven.plugins</groupId >
133
133
<artifactId >maven-source-plugin</artifactId >
134
- <version >${maven-source-plugin.version} </version >
135
134
<executions >
136
135
<execution >
137
136
<id >attach-sources</id >
144
143
<plugin >
145
144
<groupId >org.apache.maven.plugins</groupId >
146
145
<artifactId >maven-gpg-plugin</artifactId >
147
- <version >${maven-gpg-plugin.version} </version >
148
146
<executions >
149
147
<execution >
150
148
<id >sign-artifacts</id >
162
160
</executions >
163
161
</plugin >
164
162
<plugin >
165
- <groupId >org.sonatype.plugins </groupId >
166
- <artifactId >nexus-staging -maven-plugin</artifactId >
167
- <version >${nexus-staging-maven-plugin.version} </version >
163
+ <groupId >org.sonatype.central </groupId >
164
+ <artifactId >central-publishing -maven-plugin</artifactId >
165
+ <version >0.8.0 </version >
168
166
<extensions >true</extensions >
169
167
<configuration >
170
- <serverId >ossrh</serverId >
171
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
172
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
168
+ <publishingServerId >central</publishingServerId >
169
+ <tokenAuth >true</tokenAuth >
170
+ <autoPublish >true</autoPublish >
171
+ <waitUntil >published</waitUntil >
173
172
</configuration >
174
173
</plugin >
175
174
</plugins >
You can’t perform that action at this time.
0 commit comments