diff options
Diffstat (limited to 'cadi/pom.xml')
-rw-r--r-- | cadi/pom.xml | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/cadi/pom.xml b/cadi/pom.xml index 0634cc69..1928f7df 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -69,6 +69,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> @@ -365,19 +373,5 @@ </build> - <!-- ============================================================== --> - <!-- Maven Central Repository Information --> - <!-- ============================================================== --> - <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> |