File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 <developerConnection >scm:git:git@github.com:twikey/twikey-api-java.git</developerConnection >
3838 <url >https://github.com/twikey/twikey-api-java</url >
3939 </scm >
40- <distributionManagement >
41- <snapshotRepository >
42- <id >central</id >
43- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
44- </snapshotRepository >
45- <repository >
46- <id >central</id >
47- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
48- </repository >
49- </distributionManagement >
5040 <build >
5141 <plugins >
5242 <plugin >
9282 <tagNameFormat >v@{project.version}</tagNameFormat >
9383 </configuration >
9484 </plugin >
95- <plugin >
96- <groupId >org.sonatype.plugins</groupId >
97- <artifactId >nexus-staging-maven-plugin</artifactId >
98- <version >1.6.8</version >
99- <extensions >true</extensions >
100- <configuration >
101- <serverId >central</serverId >
102- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
103- <autoReleaseAfterClose >true</autoReleaseAfterClose >
104- </configuration >
105- </plugin >
10685 </plugins >
10786 </build >
10887 <profiles >
159138 </gpgArguments >
160139 </configuration >
161140 </plugin >
141+ <plugin >
142+ <groupId >org.sonatype.central</groupId >
143+ <artifactId >central-publishing-maven-plugin</artifactId >
144+ <version >0.9.0</version >
145+ <extensions >true</extensions >
146+ <configuration >
147+ <publishingServerId >central</publishingServerId >
148+ <autoPublish >true</autoPublish >
149+ <waitUntil >published</waitUntil >
150+ </configuration >
151+ </plugin >
162152 </plugins >
163153 </build >
164154 </profile >
You can’t perform that action at this time.
0 commit comments