diff --git a/README.md b/README.md index bbd2739b..7f9243a7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ or by integrating the respective modules as dependencies from [Maven Central](ht ``` org.eclipse.digitaltwin.aas4j - dataformat-json + aas4j-dataformat-json latest-version ``` diff --git a/dataformat-aasx/pom.xml b/dataformat-aasx/pom.xml index a55af161..83054e60 100644 --- a/dataformat-aasx/pom.xml +++ b/dataformat-aasx/pom.xml @@ -5,20 +5,20 @@ 4.0.0 org.eclipse.digitaltwin.aas4j - dataformat-parent + aas4j-dataformat-parent ${revision} - dataformat-aasx + aas4j-dataformat-aasx Asset Administration Shell AASX-Serializer ${project.groupId} - dataformat-xml + aas4j-dataformat-xml ${project.groupId} - dataformat-core + aas4j-dataformat-core tests test @@ -36,7 +36,7 @@ ${project.groupId} - model + aas4j-model junit @@ -45,7 +45,7 @@ ${project.groupId} - dataformat-core + aas4j-dataformat-core org.slf4j diff --git a/dataformat-core/pom.xml b/dataformat-core/pom.xml index 6f62bb32..1bf4a2b1 100644 --- a/dataformat-core/pom.xml +++ b/dataformat-core/pom.xml @@ -5,16 +5,16 @@ 4.0.0 org.eclipse.digitaltwin.aas4j - dataformat-parent + aas4j-dataformat-parent ${revision} - dataformat-core + aas4j-dataformat-core Asset Administration Shell Serializer Core ${project.groupId} - model + aas4j-model com.fasterxml.jackson.core diff --git a/dataformat-json/pom.xml b/dataformat-json/pom.xml index 04ab7de8..9e6976ab 100644 --- a/dataformat-json/pom.xml +++ b/dataformat-json/pom.xml @@ -5,20 +5,20 @@ 4.0.0 org.eclipse.digitaltwin.aas4j - dataformat-parent + aas4j-dataformat-parent ${revision} - dataformat-json + aas4j-dataformat-json Asset Administration Shell JSON-Serializer ${project.groupId} - dataformat-core + aas4j-dataformat-core ${project.groupId} - dataformat-core + aas4j-dataformat-core tests test @@ -46,7 +46,7 @@ ${project.groupId} - model + aas4j-model com.networknt diff --git a/dataformat-xml/pom.xml b/dataformat-xml/pom.xml index 66680ae2..35c5d327 100644 --- a/dataformat-xml/pom.xml +++ b/dataformat-xml/pom.xml @@ -5,20 +5,20 @@ 4.0.0 org.eclipse.digitaltwin.aas4j - dataformat-parent + aas4j-dataformat-parent ${revision} - dataformat-xml + aas4j-dataformat-xml Asset Administration Shell XML-Serializer ${project.groupId} - dataformat-core + aas4j-dataformat-core ${project.groupId} - dataformat-core + aas4j-dataformat-core tests test @@ -64,7 +64,7 @@ ${project.groupId} - model + aas4j-model com.fasterxml.jackson.core diff --git a/model/pom.xml b/model/pom.xml index 599d4014..33773f8b 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -2,13 +2,14 @@ - - dataformat-parent + 4.0.0 + org.eclipse.digitaltwin.aas4j + aas4j-dataformat-parent ${revision} - 4.0.0 - model + + aas4j-model ${model.version} diff --git a/pom.xml b/pom.xml index c6c345ca..1b2a21f0 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.eclipse.digitaltwin.aas4j - dataformat-parent + aas4j-dataformat-parent ${revision} pom @@ -290,22 +290,22 @@ ${project.groupId} - dataformat-core + aas4j-dataformat-core ${revision} ${project.groupId} - dataformat-xml + aas4j-dataformat-xml ${revision} ${project.groupId} - model + aas4j-model ${model.version} ${project.groupId} - dataformat-core + aas4j-dataformat-core tests ${revision}