Skip to content

Commit d7f5e87

Browse files
committed
Update developer and organization data
See #311.
1 parent e132278 commit d7f5e87

File tree

1 file changed

+42
-7
lines changed

1 file changed

+42
-7
lines changed

build.gradle

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017 Christoph Böhme
2+
* Copyright 2017, 2021 Christoph Böhme et al.
33
*
44
* Licensed under the Apache License, Version 2.0 the "License";
55
* you may not use this file except in compliance with the License.
@@ -49,7 +49,6 @@ subprojects {
4949
tasks.withType(JavaCompile) {
5050
options.encoding = 'UTF-8'
5151
}
52-
5352
task sourceJar(type: Jar) {
5453
dependsOn tasks.classes
5554
from sourceSets.main.allJava
@@ -99,7 +98,7 @@ gradle.projectsEvaluated {
9998
if (project.description) {
10099
description project.description
101100
}
102-
url 'https://github.com/culturegraph/metafacture-core'
101+
url 'https://github.com/metafacture/metafacture-core'
103102
inceptionYear '2011'
104103
developers {
105104
developer {
@@ -111,6 +110,10 @@ gradle.projectsEvaluated {
111110
role 'architect'
112111
role 'developer'
113112
}
113+
organization {
114+
name 'Deutsche Nationalbibliothek'
115+
url 'http://dnb.de/'
116+
}
114117
}
115118
developer {
116119
id 'cboehme'
@@ -121,11 +124,43 @@ gradle.projectsEvaluated {
121124
role 'architect'
122125
role 'developer'
123126
}
127+
organization {
128+
name 'Deutsche Nationalbibliothek'
129+
url 'http://dnb.de/'
130+
}
131+
}
132+
developer {
133+
id 'fsteeg'
134+
name 'Fabian Steeg'
135+
136+
url 'https://github.com/fsteeg'
137+
roles {
138+
role 'developer'
139+
role 'maintainer'
140+
}
141+
organization {
142+
name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)'
143+
url 'https://www.hbz-nrw.de/'
144+
}
145+
}
146+
developer {
147+
id 'dr0i'
148+
name 'Pascal Christoph'
149+
150+
url 'https://github.com/dr0i'
151+
roles {
152+
role 'developer'
153+
role 'maintainer'
154+
}
155+
organization {
156+
name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)'
157+
url 'https://www.hbz-nrw.de/'
158+
}
124159
}
125160
}
126161
organization {
127-
name 'Deutsche Nationalbibliothek'
128-
url 'http://dnb.de/'
162+
name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)'
163+
url 'https://www.hbz-nrw.de/'
129164
}
130165
licenses {
131166
license {
@@ -153,8 +188,8 @@ gradle.projectsEvaluated {
153188
url 'https://github.com/metafacture/metafacture-core/issues'
154189
}
155190
ciManagement {
156-
system 'Travis CI'
157-
url 'https://travis-ci.org/metafacture/metafacture-core'
191+
system 'Github Actions'
192+
url 'https://github.com/metafacture/metafacture-core/actions'
158193
}
159194
}
160195

0 commit comments

Comments
 (0)