1
1
/*
2
- * Copyright 2017 Christoph Böhme
2
+ * Copyright 2017, 2021 Christoph Böhme et al.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 the "License";
5
5
* you may not use this file except in compliance with the License.
@@ -49,7 +49,6 @@ subprojects {
49
49
tasks. withType(JavaCompile ) {
50
50
options. encoding = ' UTF-8'
51
51
}
52
-
53
52
task sourceJar(type : Jar ) {
54
53
dependsOn tasks. classes
55
54
from sourceSets. main. allJava
@@ -99,7 +98,7 @@ gradle.projectsEvaluated {
99
98
if (project. description) {
100
99
description project. description
101
100
}
102
- url ' https://github.com/culturegraph /metafacture-core'
101
+ url ' https://github.com/metafacture /metafacture-core'
103
102
inceptionYear ' 2011'
104
103
developers {
105
104
developer {
@@ -111,6 +110,10 @@ gradle.projectsEvaluated {
111
110
role ' architect'
112
111
role ' developer'
113
112
}
113
+ organization {
114
+ name ' Deutsche Nationalbibliothek'
115
+ url ' http://dnb.de/'
116
+ }
114
117
}
115
118
developer {
116
119
id ' cboehme'
@@ -121,11 +124,43 @@ gradle.projectsEvaluated {
121
124
role ' architect'
122
125
role ' developer'
123
126
}
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
+ }
124
159
}
125
160
}
126
161
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/'
129
164
}
130
165
licenses {
131
166
license {
@@ -153,8 +188,8 @@ gradle.projectsEvaluated {
153
188
url ' https://github.com/metafacture/metafacture-core/issues'
154
189
}
155
190
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 '
158
193
}
159
194
}
160
195
0 commit comments