diff options
Diffstat (limited to 'auth/pom.xml')
-rw-r--r-- | auth/pom.xml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/auth/pom.xml b/auth/pom.xml index 99b998c0..bf3a9ac3 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -66,6 +66,14 @@ <role>Developer</role> </roles> </developer> + <developer> + <name>Sai Gandham</name> + <email>sai.gandham@att.com</email> + <organization>ATT</organization> + <roles> + <role>Developer</role> + </roles> + </developer> </developers> <build> @@ -447,17 +455,6 @@ </dependencyManagement> - <distributionManagement> - <repository> - <id>nexus</id> - <name>attarch-releases</name> - <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases</url> - </repository> - <snapshotRepository> - <id>nexus</id> - <name>attarch-snapshots</name> - <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots</url> - </snapshotRepository> - </distributionManagement> + </project> |