From 9e6f7be0740b02ffde96b417229080c863a651d0 Mon Sep 17 00:00:00 2001 From: Andres Araujo Date: Sun, 7 Jun 2015 21:35:09 -0500 Subject: [PATCH] Fix pom description typos Fix pom description typos. --- publish.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.gradle b/publish.gradle index e27a7934..7153c807 100644 --- a/publish.gradle +++ b/publish.gradle @@ -79,7 +79,7 @@ uploadArchives { pom.project { name 'Ashley' - description 'Ashely, a miminal entity framework inspired by Ash and Atermis' + description 'Ashley, a minimal entity framework inspired by Ash and Artemis' url 'https://github.com/libgdx/ashley' scm { @@ -102,7 +102,7 @@ uploadArchives { name 'Stefan Bachmann' } developer { - id 'siondream' + id 'saltares' name 'David Saltares' } }