@@ -13,43 +13,40 @@ publishing {
1313 fromResolutionResult()
1414 }
1515 }
16- afterEvaluate { project ->
17- artifactId = project. name
18- pom {
19- name = project. name
20- description = project. description
21- url = ' http://github.com/SimY4/xpath-to-xml'
22- inceptionYear = ' 2017'
16+ pom {
17+ name = project. name
18+ description = project. description
19+ url = ' http://github.com/SimY4/xpath-to-xml'
20+ inceptionYear = ' 2017'
2321
24- properties = [
25- ' info.releaseNotesURL' : ' https://github.com/SimY4/xpath-to-xml/releases' ,
26- ' info.versionScheme' : ' semver-spec'
27- ]
22+ properties = [
23+ ' info.releaseNotesURL' : ' https://github.com/SimY4/xpath-to-xml/releases' ,
24+ ' info.versionScheme' : ' semver-spec'
25+ ]
2826
29- scm {
30- connection = ' scm:git:https://github.com/SimY4/xpath-to-xml'
31- developerConnection = ' scm:git:https://github.com/SimY4/xpath-to-xml'
32- url = ' http://github.com/SimY4/xpath-to-xml'
33- }
27+ scm {
28+ connection = ' scm:git:https://github.com/SimY4/xpath-to-xml'
29+ developerConnection = ' scm:git:https://github.com/SimY4/xpath-to-xml'
30+ url = ' http://github.com/SimY4/xpath-to-xml'
31+ }
3432
35- issueManagement {
36- system = ' GitHub'
37- url = ' https://github.com/SimY4/xpath-to-xml/issues'
38- }
33+ issueManagement {
34+ system = ' GitHub'
35+ url = ' https://github.com/SimY4/xpath-to-xml/issues'
36+ }
3937
40- licenses {
41- license {
42- name = ' The Apache License, Version 2.0'
43- url = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
44- }
38+ licenses {
39+ license {
40+ name = ' The Apache License, Version 2.0'
41+ url = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
4542 }
43+ }
4644
47- developers {
48- developer {
49- id = ' SimY4'
50- name = ' Alex Simkin'
51- url = ' http://github.com/SimY4'
52- }
45+ developers {
46+ developer {
47+ id = ' SimY4'
48+ name = ' Alex Simkin'
49+ url = ' http://github.com/SimY4'
5350 }
5451 }
5552 }
0 commit comments