diff options
Diffstat (limited to 'auth/auth-client')
-rw-r--r-- | auth/auth-client/.gitignore | 5 | ||||
-rw-r--r-- | auth/auth-client/pom.xml | 20 |
2 files changed, 8 insertions, 17 deletions
diff --git a/auth/auth-client/.gitignore b/auth/auth-client/.gitignore deleted file mode 100644 index 7a112ea5..00000000 --- a/auth/auth-client/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/.classpath -/.settings -/bin -/target -/.project diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index 56672b16..d4f5b1ff 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -62,6 +62,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> @@ -114,18 +122,6 @@ </plugins> </build> - <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> |