File tree Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change 1414 convention-over-configuration). Supports sharding, advisory locking, statement timeouts and PostgreSQL types
1515 such as enums and hstore.
1616 </description >
17- <url >https://github.com/zalando-incubator /java-sproc-wrapper</url >
17+ <url >https://github.com/zalando-stups /java-sproc-wrapper</url >
1818
1919 <organization >
2020 <name >Zalando SE</name >
308308 </plugins >
309309 </build >
310310
311- <distributionManagement >
312- <snapshotRepository >
313- <id >ossrh</id >
314- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
315- </snapshotRepository >
316- <repository >
317- <id >ossrh</id >
318- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
319- </repository >
320- </distributionManagement >
321-
322311 <profiles >
323312 <profile >
324313 <id >integration-test</id >
526515 </executions >
527516 </plugin >
528517 <plugin >
529- <groupId >org.sonatype.plugins </groupId >
530- <artifactId >nexus-staging -maven-plugin</artifactId >
531- <version >1.6.8 </version >
518+ <groupId >org.sonatype.central </groupId >
519+ <artifactId >central-publishing -maven-plugin</artifactId >
520+ <version >0.9.0 </version >
532521 <extensions >true</extensions >
533522 <configuration >
534- <serverId >ossrh</ serverId >
535- <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
536- <autoReleaseAfterClose >true</autoReleaseAfterClose >
523+ <publishingServerId >central</ publishingServerId >
524+ <deploymentName > ${project.artifactId} : ${project.version} </ deploymentName >
525+ <autoPublish >true</autoPublish >
537526 </configuration >
538527 </plugin >
539528 </plugins >
You can’t perform that action at this time.
0 commit comments