From 973564740f10dad9f6f4eb93138fe5b486f1f066 Mon Sep 17 00:00:00 2001 From: Hao Wen Date: Fri, 21 Oct 2016 13:46:46 +0800 Subject: [PATCH] [Wen Hao] - upgrade to 2.0.10. --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 399cfda..0bd7c31 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ repositories { } group = 'com.github.wenhao' -version = '2.1.0-SNAPSHOT' +version = '2.1.0' dependencies { compile("org.springframework.data:spring-data-jpa:$springBootVersion") @@ -71,10 +71,10 @@ bintray { githubRepo = 'wenhao/jpa-spec' githubReleaseNotesFile = 'README.md' version { - name = '2.0.9' - desc = 'A JAP Query By Specification framework 2.0.9' + name = '2.1.0' + desc = 'A JAP Query By Specification framework 2.1.0' released = new Date() - vcsTag = '2.0.9' + vcsTag = '2.1.0' } } } @@ -90,7 +90,7 @@ install { packaging 'jar' groupId 'com.github.wenhao' artifactId 'jpa-spec' - version '2.0.9' + version '2.1.0' licenses { license {