File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 8080 <plugin >
8181 <groupId >org.apache.maven.plugins</groupId >
8282 <artifactId >maven-gpg-plugin</artifactId >
83- <version >1.5 </version >
83+ <version >3.0.1 </version >
8484 <executions >
8585 <execution >
8686 <id >sign-artifacts</id >
9191 </execution >
9292 </executions >
9393 </plugin >
94+ <plugin >
95+ <groupId >org.sonatype.central</groupId >
96+ <artifactId >central-publishing-maven-plugin</artifactId >
97+ <version >0.5.0</version >
98+ <extensions >true</extensions >
99+ <configuration >
100+ <publishingServerId >sch</publishingServerId >
101+ <autoPublish >false</autoPublish >
102+ <tokenAuth >true</tokenAuth >
103+ </configuration >
104+ </plugin >
94105 </plugins >
95106 </build >
96- <distributionManagement >
97- <snapshotRepository >
98- <id >oss</id >
99- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
100- </snapshotRepository >
101- <repository >
102- <id >oss</id >
103- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
104- </repository >
105- </distributionManagement >
106107 </profile >
107108 <profile >
108109 <id >it</id >
You can’t perform that action at this time.
0 commit comments