File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 4545 <url >https://github.com/java-diff-utils/java-diff-utils/issues</url >
4646 </issueManagement >
4747
48+ <!--
4849 <distributionManagement>
4950 <repository>
5051 <id>sonatype-nexus-staging</id>
5152 <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
5253 </repository>
5354 <snapshotRepository>
5455 <id>sonatype-nexus-snapshots</id>
55- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
56+ <url>https://central .sonatype.com/repository/maven- snapshots/ </url>
5657 </snapshotRepository>
5758 </distributionManagement>
59+ -->
5860 <properties >
5961 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6062 <maven .compiler.source>1.8</maven .compiler.source>
210212 </execution >
211213 </executions >
212214 </plugin >
215+ <plugin >
216+ <groupId >org.sonatype.central</groupId >
217+ <artifactId >central-publishing-maven-plugin</artifactId >
218+ <version >0.8.0</version >
219+ <extensions >true</extensions >
220+ <configuration >
221+ <publishingServerId >sonatype-nexus</publishingServerId >
222+ </configuration >
223+ </plugin >
213224 </plugins >
214225 </build >
215226 <profiles >
You can’t perform that action at this time.
0 commit comments