diff --git a/pom.xml b/pom.xml index 82e060fa92a3cafb5fef203ee1f1b7b61a66047d..126c280e1334f24d28157cbb4ccf79b91e501a0b 100644 --- a/pom.xml +++ b/pom.xml @@ -28,12 +28,12 @@ <distributionManagement> <snapshotRepository> - <id>snapshots</id> + <id>xeiam_oss.snapshots</id> <name>Nexus Snapshots Repo</name> <url>http://nexus.xeiam.com/content/repositories/snapshots/</url> </snapshotRepository> <repository> - <id>releases</id> + <id>xeiam_oss.releases</id> <name>Nexus Release Repo</name> <url>http://nexus.xeiam.com/content/repositories/releases/</url> </repository>