From 414f41658058ff67f211e67eed0ddfc73e532036 Mon Sep 17 00:00:00 2001 From: Frank Schnicke <77283144+FrankSchnicke@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:32:56 +0100 Subject: [PATCH] Adds aas4j- as prefix to artifacts (#240) * Adds aas4j- as prefix to artifacts * Update README.md --------- Signed-off-by: Frank Schnicke --- README.md | 2 +- dataformat-aasx/pom.xml | 12 ++++++------ dataformat-core/pom.xml | 6 +++--- dataformat-json/pom.xml | 10 +++++----- dataformat-xml/pom.xml | 10 +++++----- model/pom.xml | 9 +++++---- pom.xml | 10 +++++----- 7 files changed, 30 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index bbd2739b3..7f9243a7c 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 a55af1615..83054e604 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 6f62bb325..1bf4a2b17 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 04ab7de87..9e6976ab3 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 66680ae23..35c5d327e 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 599d40142..33773f8bb 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 c6c345cac..1b2a21f09 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}