Skip to content

Commit

Permalink
[Wen Hao] - upgrade to 2.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhao committed Oct 19, 2016
1 parent 2022c3a commit 3d8996d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -46,7 +46,7 @@ repositories {
}
dependencies {
compile 'com.github.wenhao:jpa-spec:2.0.7'
compile 'com.github.wenhao:jpa-spec:2.0.9'
}
```

Expand All @@ -58,7 +58,7 @@ add repository [http://jcenter.bintray.com](http://jcenter.bintray.com) to maven
<dependency>
<groupId>com.github.wenhao</groupId>
<artifactId>jpa-spec</artifactId>
<version>2.0.7</version>
<version>2.0.9</version>
</dependency>
```

Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Expand Up @@ -18,7 +18,7 @@ repositories {
}

group = 'com.github.wenhao'
version = '2.0.8'
version = '2.0.9'

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.8'
desc = 'A JAP Query By Specification framework 2.0.8'
name = '2.0.9'
desc = 'A JAP Query By Specification framework 2.0.9'
released = new Date()
vcsTag = '2.0.8'
vcsTag = '2.0.9'
}
}
}
Expand All @@ -90,7 +90,7 @@ install {
packaging 'jar'
groupId 'com.github.wenhao'
artifactId 'jpa-spec'
version '2.0.8'
version '2.0.9'

licenses {
license {
Expand Down

0 comments on commit 3d8996d

Please sign in to comment.