From d7f5e879c2755141162653d6f01248d325eee36c Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Thu, 29 Apr 2021 15:42:05 +0200 Subject: [PATCH 1/2] Update developer and organization data See #311. --- build.gradle | 49 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 42 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 3a2e4d071..59fedc049 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2017 Christoph Böhme + * Copyright 2017, 2021 Christoph Böhme et al. * * Licensed under the Apache License, Version 2.0 the "License"; * you may not use this file except in compliance with the License. @@ -49,7 +49,6 @@ subprojects { tasks.withType(JavaCompile) { options.encoding = 'UTF-8' } - task sourceJar(type: Jar) { dependsOn tasks.classes from sourceSets.main.allJava @@ -99,7 +98,7 @@ gradle.projectsEvaluated { if (project.description) { description project.description } - url 'https://github.com/culturegraph/metafacture-core' + url 'https://github.com/metafacture/metafacture-core' inceptionYear '2011' developers { developer { @@ -111,6 +110,10 @@ gradle.projectsEvaluated { role 'architect' role 'developer' } + organization { + name 'Deutsche Nationalbibliothek' + url 'http://dnb.de/' + } } developer { id 'cboehme' @@ -121,11 +124,43 @@ gradle.projectsEvaluated { role 'architect' role 'developer' } + organization { + name 'Deutsche Nationalbibliothek' + url 'http://dnb.de/' + } + } + developer { + id 'fsteeg' + name 'Fabian Steeg' + email 'steeg@hbz-nrw.de' + url 'https://github.com/fsteeg' + roles { + role 'developer' + role 'maintainer' + } + organization { + name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)' + url 'https://www.hbz-nrw.de/' + } + } + developer { + id 'dr0i' + name 'Pascal Christoph' + email 'christoph@hbz-nrw.de' + url 'https://github.com/dr0i' + roles { + role 'developer' + role 'maintainer' + } + organization { + name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)' + url 'https://www.hbz-nrw.de/' + } } } organization { - name 'Deutsche Nationalbibliothek' - url 'http://dnb.de/' + name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)' + url 'https://www.hbz-nrw.de/' } licenses { license { @@ -153,8 +188,8 @@ gradle.projectsEvaluated { url 'https://github.com/metafacture/metafacture-core/issues' } ciManagement { - system 'Travis CI' - url 'https://travis-ci.org/metafacture/metafacture-core' + system 'Github Actions' + url 'https://github.com/metafacture/metafacture-core/actions' } } From 8710014c49abc94e98a1ec7bee4d14ac7c37aeb1 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Mon, 3 May 2021 15:19:27 +0200 Subject: [PATCH 2/2] Remove developers section Point organization to github.com/metafacture to emphasize the community character. --- build.gradle | 62 ++-------------------------------------------------- 1 file changed, 2 insertions(+), 60 deletions(-) diff --git a/build.gradle b/build.gradle index 59fedc049..19fb6afe4 100644 --- a/build.gradle +++ b/build.gradle @@ -100,67 +100,9 @@ gradle.projectsEvaluated { } url 'https://github.com/metafacture/metafacture-core' inceptionYear '2011' - developers { - developer { - id 'mgeipel' - name 'Markus M. Geipel' - email 'm.geipel@dnb.de' - url 'https://github.com/mgeipel' - roles { - role 'architect' - role 'developer' - } - organization { - name 'Deutsche Nationalbibliothek' - url 'http://dnb.de/' - } - } - developer { - id 'cboehme' - name 'Christoph Böhme' - email 'c.boehme@dnb.de' - url 'https://github.com/cboehme' - roles { - role 'architect' - role 'developer' - } - organization { - name 'Deutsche Nationalbibliothek' - url 'http://dnb.de/' - } - } - developer { - id 'fsteeg' - name 'Fabian Steeg' - email 'steeg@hbz-nrw.de' - url 'https://github.com/fsteeg' - roles { - role 'developer' - role 'maintainer' - } - organization { - name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)' - url 'https://www.hbz-nrw.de/' - } - } - developer { - id 'dr0i' - name 'Pascal Christoph' - email 'christoph@hbz-nrw.de' - url 'https://github.com/dr0i' - roles { - role 'developer' - role 'maintainer' - } - organization { - name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)' - url 'https://www.hbz-nrw.de/' - } - } - } organization { - name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)' - url 'https://www.hbz-nrw.de/' + name 'Metafacture' + url 'https://github.com/metafacture' } licenses { license {