File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 2121 <licenses >
2222 <license >
2323 <name >MIT License</name >
24- <url >http://opensource.org/licenses/mit-license.php </url >
24+ <url >http://opensource.org/licenses/mit</url >
2525 </license >
2626 </licenses >
2727 <developers >
5050 </issueManagement >
5151 <scm >
5252 <connection >scm:git:https://github.com/3breadt/dd-plist.git</connection >
53- <developerConnection >scm:git:https:// github.com/ 3breadt/dd-plist.git</developerConnection >
53+ <developerConnection >scm:git:git@ github.com: 3breadt/dd-plist.git</developerConnection >
5454 <url >https://github.com/3breadt/dd-plist/tree/master</url >
5555 </scm >
5656 <properties >
5757 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5858 </properties >
59+ <distributionManagement >
60+ <snapshotRepository >
61+ <id >ossrh</id >
62+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
63+ </snapshotRepository >
64+ </distributionManagement >
5965 <build >
6066 <finalName >${project.artifactId} </finalName >
6167 <plugins >
163169 </execution >
164170 </executions >
165171 </plugin >
172+ <plugin >
173+ <groupId >org.sonatype.plugins</groupId >
174+ <artifactId >nexus-staging-maven-plugin</artifactId >
175+ <version >1.6.7</version >
176+ <extensions >true</extensions >
177+ <configuration >
178+ <serverId >ossrh</serverId >
179+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
180+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
181+ </configuration >
182+ </plugin >
166183 </plugins >
167184 </build >
168185 <dependencies >
You can’t perform that action at this time.
0 commit comments