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

Commit 25936a3

Browse files
author
Matthias Böckmann
committed
Resetting version to 1.0.0, removing non-existing module
1 parent 95696f6 commit 25936a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
<module>dataformat-core</module>
1313
<module>dataformat-json</module>
1414
<module>dataformat-xml</module>
15+
<!-- <module>dataformat-jsonld</module> -->
1516
</modules>
1617
<properties>
17-
<revision>1.1.2</revision>
18+
<revision>1.0.0</revision>
1819
<model.version>1.1.2</model.version>
1920
<maven.compiler.source>1.8</maven.compiler.source>
2021
<maven.compiler.target>1.8</maven.compiler.target>
@@ -28,7 +29,7 @@
2829
<commons-io.version>2.6</commons-io.version>
2930
<jackson.version>2.12.3</jackson.version>
3031
<javax-validation.version>2.0.1.Final</javax-validation.version>
31-
<jena.version>3.16.0</jena.version>
32+
<jena.version>4.1.0</jena.version>
3233
<jsonassert.version>1.5.0</jsonassert.version>
3334
<json-schema-validator.version>1.0.56</json-schema-validator.version>
3435
<junit.version>4.13</junit.version>

0 commit comments

Comments
 (0)