Skip to content

Commit

Permalink
[wenhao] update version to 4.0.0-SNAPSHOT, plan to add more features.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhao committed Oct 15, 2019
1 parent 6630aa0 commit f1095ac
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 @@ -25,7 +25,7 @@ repositories {
}

group = 'com.github.wenhao'
version = '3.2.5'
version = '4.0.0-SNAPSHOT'

idea {
project {
Expand Down Expand Up @@ -196,7 +196,7 @@ publishing {
artifact javadocJar
groupId 'com.github.wenhao'
artifactId 'jpa-spec'
version '3.2.5'
version '4.0.0-SNAPSHOT'
pom.withXml {
def root = asNode()
root.appendNode('description', 'A JPA Query By Specification framework.')
Expand Down Expand Up @@ -231,10 +231,10 @@ bintray {
githubRepo = 'wenhao/jpa-spec'
githubReleaseNotesFile = 'README.md'
version {
name = '3.2.5'
desc = 'A JPA Query By Specification framework 3.2.5'
name = '4.0.0-SNAPSHOT'
desc = 'A JPA Query By Specification framework 4.0.0-SNAPSHOT'
released = new Date()
vcsTag = '3.2.5'
vcsTag = '4.0.0-SNAPSHOT'
gpg {
sign = true
passphrase = 'passphrase'
Expand Down

0 comments on commit f1095ac

Please sign in to comment.