Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 43c6ea9

Browse files
committed
Merge branch 'master' into feature/aml
2 parents e29794b + 25936a3 commit 43c6ea9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ We always look for contributions, bug reports, feature requests etc. Simply open
5353
| Daniel Espen | Fraunhofer IESE | [daespen](https://github.com/daespen) | | x | x | x | x |
5454
| Michael Jacoby | Fraunhofer IOSB| [mjacoby](https://github.com/mjacoby) | x | x | | x | x |
5555
| Jens Müller | Fraunhofer IOSB | [JensMueller2709](https://github.com/JensMueller2709) | | | | x | |
56-
| Bastian Rössl | Fraunhofer IOSB-INA | []() | | | | x | |
56+
| Bastian Rössl | Fraunhofer IOSB-INA | [br-iosb](https://github.com/br-iosb) | | | | x | |
5757
| Frank Schnicke | Fraunhofer IESE | [frankschnicke](https://github.com/frankschnicke) | | | x | | x |
5858
| Arno Weiss | Fraunhofer IWU | []() | | | | x | |

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
<module>dataformat-core</module>
1414
<module>dataformat-json</module>
1515
<module>dataformat-xml</module>
16+
<!-- <module>dataformat-jsonld</module> -->
1617
</modules>
1718
<properties>
18-
<revision>1.1.2</revision>
19+
<revision>1.0.0</revision>
1920
<model.version>1.1.2</model.version>
2021
<maven.compiler.source>1.8</maven.compiler.source>
2122
<maven.compiler.target>1.8</maven.compiler.target>
@@ -29,7 +30,7 @@
2930
<commons-io.version>2.6</commons-io.version>
3031
<jackson.version>2.12.3</jackson.version>
3132
<javax-validation.version>2.0.1.Final</javax-validation.version>
32-
<jena.version>3.16.0</jena.version>
33+
<jena.version>4.1.0</jena.version>
3334
<jsonassert.version>1.5.0</jsonassert.version>
3435
<json-schema-validator.version>1.0.56</json-schema-validator.version>
3536
<junit.version>4.13</junit.version>

0 commit comments

Comments
 (0)