From 02f680bfc5b10af43568c3456c26bbbc33435598 Mon Sep 17 00:00:00 2001 From: Jon Brisbin Date: Mon, 15 Oct 2012 15:13:46 -0400 Subject: [PATCH] Adding a description to the maven.gradle file. --- maven.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven.gradle b/maven.gradle index e49b1b710..399dc0c8e 100644 --- a/maven.gradle +++ b/maven.gradle @@ -29,8 +29,8 @@ def customizePom(pom, gradleProject) { // add all items necessary for maven central publication generatedPom.project { - name = gradleProject.description - description = gradleProject.description + name = "Spring Data REST" + description = "Directly export Spring Data managed JPA Entities to the web." url = 'http://github.com/SpringSource/spring-data-rest' organization { name = 'SpringSource'