diff --git a/README.md b/README.md
index 45f4a17a..e7bb9adc 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ See [EARL results from the JSON-LD 1.1 Test Suite](https://w3c.github.io/json-ld
- [JSON-LD-star](https://json-ld.github.io/json-ld-star) expansion and compaction built-in support (experimental)
- [Universal RDF Dataset Normalization Algorithm - URDNA2015](https://github.com/simon-greatrix/rdf-urdna)
+- [Iridium CBOR-LD](https://github.com/filip26/iridium-cbor-ld) - A CBOR-based Processor for Linked Data
## Usage
@@ -71,7 +72,7 @@ Java 11 or higher
com.apicatalog
titanium-json-ld
- 1.3.2
+ 1.3.3
```
@@ -79,7 +80,7 @@ Java 11 or higher
Java 8+, Android API Level >=21
```gradle
-compile group: 'com.apicatalog', name: 'titanium-json-ld-jre8', version: '1.3.2'
+compile group: 'com.apicatalog', name: 'titanium-json-ld-jre8', version: '1.3.3'
```
#### JSON-P Provider
diff --git a/pom.xml b/pom.xml
index 8130ddd7..7f87f756 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.apicatalog
titanium
- 1.3.3-SNAPSHOT
+ 1.3.3
pom_parent.xml
titanium-json-ld
diff --git a/pom_jre8.xml b/pom_jre8.xml
index 1f8e7942..6886fdb1 100644
--- a/pom_jre8.xml
+++ b/pom_jre8.xml
@@ -6,7 +6,7 @@
com.apicatalog
titanium
- 1.3.3-SNAPSHOT
+ 1.3.3
pom_parent.xml
titanium-json-ld-jre8
diff --git a/pom_parent.xml b/pom_parent.xml
index 029c4d77..19166992 100644
--- a/pom_parent.xml
+++ b/pom_parent.xml
@@ -1,238 +1,241 @@
-
+
- 4.0.0
- com.apicatalog
- titanium
- 1.3.3-SNAPSHOT
- pom
+ 4.0.0
+ com.apicatalog
+ titanium
+ 1.3.3
+ pom
- Titanium JSON-LD 1.1
-
-
+ Titanium JSON-LD 1.1
+
+
A JSON-LD 1.1 Processor & API
-
-
-
- Apache License, Version 2.0
- http://apache.org/licenses/LICENSE-2.0
-
-
-
-
- github
- https://github.com/filip26/titanium-json-ld/issues
-
-
-
-
- filip26
- Filip Kolarik
- filip26@gmail.com
- author
-
-
-
- 2020
-
-
- UTF-8
- UTF-8
-
- 2.0.1
- -Dfile.encoding=UTF-8
+
+
+ Apache License, Version 2.0
+ http://apache.org/licenses/LICENSE-2.0
+
+
+
+
+ github
+ https://github.com/filip26/titanium-json-ld/issues
+
+
+
+
+ filip26
+ Filip Kolarik
+ filip26@gmail.com
+
+ author
+
+
+
+
+ 2020
+
+
+ UTF-8
+ UTF-8
+
+ 2.0.1
+
+ -Dfile.encoding=UTF-8
-
- 5.10.1
- 2.35.1
+
+ 5.10.1
+ 2.35.1
- filip26_titanium-json-ld
- apicatalog
- https://sonarcloud.io
-
-
-
- jakarta.json
- jakarta.json-api
- ${jakarta.json.version}
- provided
-
-
-
- org.glassfish
- jakarta.json
- ${jakarta.json.version}
- test
-
-
- org.junit.jupiter
- junit-jupiter
- ${junit.version}
- test
-
-
- com.github.tomakehurst
- wiremock-jre8
- ${wiremock.version}
- test
-
-
-
-
-
- maven-jar-plugin
- 3.3.0
-
- ${envClassifier}
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
- 3.4.0
-
-
- generate-sources
-
- add-source
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 3.3.0
-
-
- attach-sources
-
- jar-no-fork
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.6.2
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
- org.jacoco
- jacoco-maven-plugin
- 0.8.11
-
-
- default-prepare-agent
-
- prepare-agent
-
-
-
- report
- test
-
- report
-
-
-
-
-
- org.codehaus.mojo
- flatten-maven-plugin
- 1.5.0
-
- oss
-
-
-
-
- flatten
- process-resources
-
- flatten
-
-
-
-
- flatten.clean
- clean
-
- clean
-
-
-
-
-
- maven-surefire-plugin
- 3.2.2
-
-
- maven-failsafe-plugin
- 3.2.2
-
-
-
-
-
- maven-central
-
- false
-
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 3.1.0
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
+ filip26_titanium-json-ld
+ apicatalog
+ https://sonarcloud.io
+
+
+
+ jakarta.json
+ jakarta.json-api
+ ${jakarta.json.version}
+ provided
+
+
+
+ org.glassfish
+ jakarta.json
+ ${jakarta.json.version}
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter
+ ${junit.version}
+ test
+
+
+ com.github.tomakehurst
+ wiremock-jre8
+ ${wiremock.version}
+ test
+
+
+
+
+
+ maven-jar-plugin
+ 3.3.0
+
+ ${envClassifier}
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 3.4.0
+
+
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.3.0
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.6.2
+
+ all,-missing
+
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.11
+
+
+ default-prepare-agent
+
+ prepare-agent
+
+
+
+ report
+ test
+
+ report
+
+
+
+
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+ 1.5.0
+
+ oss
+
+
+
+
+ flatten
+ process-resources
+
+ flatten
+
+
+
+
+ flatten.clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-surefire-plugin
+ 3.2.2
+
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.13
- true
-
- ossrh
- https://oss.sonatype.org/
- true
-
-
-
-
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
-
-
+ maven-failsafe-plugin
+ 3.2.2
+
+
+
+
+
+ maven-central
+
+ false
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 3.1.0
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.13
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+
+