From a6732d43c6f7c647d1e0f303fc9b582ec18c915e Mon Sep 17 00:00:00 2001 From: timmolter <tim.molter@gmail.com> Date: Wed, 8 Aug 2012 20:19:07 +0200 Subject: [PATCH] fixed repo id --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 82e060fa..126c280e 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> -- GitLab