From f6980f3324bdc6e1608131fbb2be9855aba90672 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Wed, 29 Apr 2015 23:21:38 -0500 Subject: [PATCH] release 5.0.0.Beta2 --- hibernate-spatial/hibernate-spatial.gradle | 5 +++++ release/release.gradle | 2 +- .../hibernate-enhance-maven-plugin.gradle | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hibernate-spatial/hibernate-spatial.gradle b/hibernate-spatial/hibernate-spatial.gradle index 2582589195..56a2a13a9f 100644 --- a/hibernate-spatial/hibernate-spatial.gradle +++ b/hibernate-spatial/hibernate-spatial.gradle @@ -29,6 +29,11 @@ repositories { } } +mavenPom { + name = 'Integrate support for Spatial/GIS data into Hibernate O/RM' + description = 'Integrate support for Spatial/GIS data into Hibernate O/RM' +} + dependencies { compile(project(':hibernate-core')) compile([group: 'postgresql', name: 'postgresql', version: '8.4-701.jdbc4']) diff --git a/release/release.gradle b/release/release.gradle index 19ad7d59f9..87f6e73f4d 100644 --- a/release/release.gradle +++ b/release/release.gradle @@ -213,7 +213,7 @@ task buildBundles(type: Task, dependsOn: [distZip,distTar]) { task uploadBundles(type: Exec, dependsOn: buildBundles) { description = "Uploads release bundles to SourceForge" - final String url = "frs.sourceforge.net:/home/frs/project/hibernate/hibernate${majorVersion}/${version}"; + final String url = "frs.sourceforge.net:/home/frs/project/hibernate/hibernate-orm/${majorVersion}/${version}"; executable 'rsync' args '-vr', '-e ssh', "${project.buildDir}/distributions/", url diff --git a/tooling/hibernate-enhance-maven-plugin/hibernate-enhance-maven-plugin.gradle b/tooling/hibernate-enhance-maven-plugin/hibernate-enhance-maven-plugin.gradle index 8b6c8f88ce..3229f23ee9 100644 --- a/tooling/hibernate-enhance-maven-plugin/hibernate-enhance-maven-plugin.gradle +++ b/tooling/hibernate-enhance-maven-plugin/hibernate-enhance-maven-plugin.gradle @@ -75,6 +75,7 @@ processResources.doLast { groupId project.group packaging 'maven-plugin' name 'Enhance Plugin of the Hibernate project for use with Maven build system.' + description 'Enhance Plugin of the Hibernate project for use with Maven build system.' properties { 'project.build.sourceEncoding' 'UTF-8' }