Skip to content

Commit 6630aa0

Browse files
committed
[wenhao] update build.gradle.
1 parent 4ee4577 commit 6630aa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ buildScan {
154154

155155
sonarqube {
156156
properties {
157-
property "sonar.projectName", "A JAP Query By Specification framework."
157+
property "sonar.projectName", "A JPA Query By Specification framework."
158158
property "sonar.projectKey", "wenhao_jpa-spec"
159159
}
160160
}
@@ -199,7 +199,7 @@ publishing {
199199
version '3.2.5'
200200
pom.withXml {
201201
def root = asNode()
202-
root.appendNode('description', 'A JAP Query By Specification framework.')
202+
root.appendNode('description', 'A JPA Query By Specification framework.')
203203
root.appendNode('name', 'jpa-spec')
204204
root.appendNode('url', 'https://github.com/wenhao/jpa-spec')
205205
root.appendNode('inceptionYear', '2016')
@@ -221,7 +221,7 @@ bintray {
221221
pkg {
222222
repo = 'maven'
223223
name = 'jpa-spec'
224-
desc = 'A JAP Query By Specification framework'
224+
desc = 'A JPA Query By Specification framework'
225225
licenses = ['MIT']
226226
websiteUrl = 'https://github.com/wenhao/jpa-spec'
227227
issueTrackerUrl = 'https://github.com/wenhao/jpa-spec/issues'
@@ -232,7 +232,7 @@ bintray {
232232
githubReleaseNotesFile = 'README.md'
233233
version {
234234
name = '3.2.5'
235-
desc = 'A JAP Query By Specification framework 3.2.5'
235+
desc = 'A JPA Query By Specification framework 3.2.5'
236236
released = new Date()
237237
vcsTag = '3.2.5'
238238
gpg {

0 commit comments

Comments
 (0)