Rename repositories to have the same names as in Sonatype parent POM
diff --git a/pom.xml b/pom.xml
index 9678f55..97dda12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,13 +282,13 @@
             </build>
             <distributionManagement>
                 <repository>
-                    <id>oss.sonatype.org-releases</id>
-                    <name>OSSRH Release Repository</name>
+                    <id>sonatype-nexus-staging</id>
+                    <name>Nexus Release Repository</name>
                     <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
                 </repository>
                 <snapshotRepository>
-                    <id>oss.sonatype.org-snapshots</id>
-                    <name>OSSRH Snapshot Repository</name>
+                    <id>sonatype-nexus-snapshots</id>
+                    <name>Sonatype Nexus Snapshots</name>
                     <url>http://oss.sonatype.org/content/repositories/snapshots/</url>
                     <uniqueVersion>false</uniqueVersion>
                 </snapshotRepository>