Skip to content

Commit 0200664

Browse files
committed
Update license and maven script
1 parent 5a2da69 commit 0200664

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

HEADER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2016-${year} David Karnok
1+
Copyright 2017-${year} Mikel Pascual
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

gradle/maven.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)