File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Copyright 2016 -${year} David Karnok
1+ Copyright 2017 -${year} Mikel Pascual
22
33Licensed under the Apache License, Version 2.0 (the "License");
44you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ task uploadMavenCentral(type:Upload, dependsOn: signArchives) {
3939 // Closure to configure all the POM with extra info, common to all projects
4040 pom. project {
4141 name " ${ project.name} "
42- description " ${ project.name} developed by David Karnok "
42+ description " ${ project.name} developed by Mikel Pascual "
4343 developers {
4444 developer {
45- id ' akarnokd '
46- name ' David Karnok '
47- email ' akarnokd@gmail .com'
45+ id ' akaita '
46+ name ' Mikel Pascual '
47+ email ' mikel@akaita .com'
4848 }
4949 }
5050 licenses {
@@ -54,15 +54,15 @@ task uploadMavenCentral(type:Upload, dependsOn: signArchives) {
5454 distribution ' repo'
5555 }
5656 }
57- url " https://github.com/akarnokd /${ rootProject.githubProjectName} "
57+ url " https://github.com/akaita /${ rootProject.githubProjectName} "
5858 scm {
59- connection " scm:git:git@github.com:akarnokd /${ rootProject.githubProjectName} .git"
60- url " scm:git:git@github.com:akarnokd /${ rootProject.githubProjectName} .git"
61- developerConnection " scm:git:git@github.com:akarnokd /${ rootProject.githubProjectName} .git"
59+ connection " scm:git:git@github.com:akaita /${ rootProject.githubProjectName} .git"
60+ url " scm:git:git@github.com:akaita /${ rootProject.githubProjectName} .git"
61+ developerConnection " scm:git:git@github.com:akaita /${ rootProject.githubProjectName} .git"
6262 }
6363 issueManagement {
6464 system ' github'
65- url " https://github.com/akarnokd /${ rootProject.githubProjectName} /issues"
65+ url " https://github.com/akaita /${ rootProject.githubProjectName} /issues"
6666 }
6767 }
6868 }
You can’t perform that action at this time.
0 commit comments