From 6ab599d01cb0c00d5baa5092649be58b8a99701d Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 13 Mar 2011 17:57:46 +0100 Subject: Updated maven pom and deploy process; now lombok is linked in mavencentral so we no longer need our own repository. Also updated publish process to new server (escudo is in, libertad is out). --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c6194f44..5eae78c0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ ivyCache google.properties debug LombokizedEclipse.launch -libertad-upload.key +escudo-upload.key findbugsReport.html lib .settings @@ -14,4 +14,4 @@ lib .factorypath lombok.iml .idea -*.markdown.html \ No newline at end of file +*.markdown.html -- cgit