Skip to content

Commit 6df6234

Browse files
committed
Updated links to distributionManagement and to the plugin's wiki
1 parent d0fd262 commit 6df6234

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<version>40</version>
1919
</parent>
2020

21-
<url>http://mojo.codehaus.org/native2ascii-maven-plugin/</url>
21+
<url>https://github.com/mojohaus/native2ascii-maven-plugin/wiki</url>
2222
<inceptionYear>2007</inceptionYear>
2323
<licenses>
2424
<license>
@@ -76,6 +76,16 @@
7676
<system>JIRA</system>
7777
<url>https://github.com/mojohaus/native2ascii/issues</url>
7878
</issueManagement>
79+
<distributionManagement>
80+
<repository>
81+
<id>ossrh-staging</id>
82+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
83+
</repository>
84+
<snapshotRepository>
85+
<id>ossrh-snapshots</id>
86+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
87+
</snapshotRepository>
88+
</distributionManagement>
7989
<ciManagement>
8090
<system>TravisCI</system>
8191
<url>https://travis-ci.org/mojohaus/native2ascii-maven-plugin</url>

0 commit comments

Comments
 (0)