Skip to content

Commit 4313bae

Browse files
committed
Update POM
1 parent 58fc9bd commit 4313bae

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

pom.xml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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>
@@ -50,12 +50,18 @@
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>
@@ -163,6 +169,17 @@
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>

0 commit comments

Comments
 (0)