Skip to content

Commit

Permalink
[Wen Hao] - upgrade to 2.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhao committed Oct 21, 2016
1 parent ab36823 commit 9735647
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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'
}
}
}
Expand All @@ -90,7 +90,7 @@ install {
packaging 'jar'
groupId 'com.github.wenhao'
artifactId 'jpa-spec'
version '2.0.9'
version '2.1.0'

licenses {
license {
Expand Down

0 comments on commit 9735647

Please sign in to comment.