Skip to content

Commit fa0ccf1

Browse files
committed
Merge branch 'main' into development
2 parents ef10738 + 82e7c50 commit fa0ccf1

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ version: 2
77
updates:
88
- package-ecosystem: "gradle" # See documentation for possible values
99
directory: "/" # Location of package manifests
10-
target-branch: "dev"
10+
target-branch: "development"
1111
schedule:
1212
interval: "weekly"

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Perform CodeQL Analysis
8181
uses: github/codeql-action/analyze@v2
8282
with:
83-
category: "/language:java
83+
category: "/language:java"
8484

8585
review:
8686
name: Review Dependencies and create SBOM

CITATION.cff

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Inckmann"
5+
given-names: "Maximilian"
6+
affiliation: Karlsruhe Institute of Technology
7+
email: maximilian.inckmann@kit.edu
8+
orcid: "https://orcid.org/0009-0005-2800-4833"
9+
- family-names: "Jejkal"
10+
given-names: "Thomas"
11+
affiliation: Karlsruhe Institute of Technology
12+
email: thomas.jejkal@kit.edu
13+
orcid: "https://orcid.org/0000-0003-2804-688X"
14+
- family-names: "Hartmann"
15+
given-names: "Volker"
16+
affiliation: Karlsruhe Institute of Technology
17+
email: volker.hartmann@kit.edu
18+
orcid: "https://orcid.org/0000-0001-6383-5214"
19+
- family-names: "Pfeil"
20+
given-names: "Andreas"
21+
affiliation: Karlsruhe Institute of Technology
22+
email: andreas.pfeil@kit.edu
23+
orcid: "https://orcid.org/0000-0001-6575-1022"
24+
title: "mapping-service"
25+
type: software
26+
abstract: The mapping-service provides a generic interface for mapping various documents. Mappers can be added as plugins regardless of the programming language in which they were developed and are then made usable via the REST-API and a Web-UI.
27+
date-released: 2020-10-15
28+
url: "https://github.com/kit-data-manager/mapping-service"
29+
repository-code: "https://github.com/kit-data-manager/mapping-service"
30+
license: Apache-2.0

0 commit comments

Comments
 (0)