Skip to content

Commit

Permalink
Adds aas4j- as prefix to artifacts (#240)
Browse files Browse the repository at this point in the history
* Adds aas4j- as prefix to artifacts
* Update README.md

---------

Signed-off-by: Frank Schnicke <[email protected]>
  • Loading branch information
FrankSchnicke authored Feb 5, 2024
1 parent 918bdac commit 414f416
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ or by integrating the respective modules as dependencies from [Maven Central](ht
```
<dependency>
<groupId>org.eclipse.digitaltwin.aas4j</groupId>
<artifactId>dataformat-json</artifactId>
<artifactId>aas4j-dataformat-json</artifactId>
<version>latest-version</version>
<dependency>
```
Expand Down
12 changes: 6 additions & 6 deletions dataformat-aasx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.digitaltwin.aas4j</groupId>
<artifactId>dataformat-parent</artifactId>
<artifactId>aas4j-dataformat-parent</artifactId>
<version>${revision}</version>
</parent>
<artifactId>dataformat-aasx</artifactId>
<artifactId>aas4j-dataformat-aasx</artifactId>
<name>Asset Administration Shell AASX-Serializer</name>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dataformat-xml</artifactId>
<artifactId>aas4j-dataformat-xml</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dataformat-core</artifactId>
<artifactId>aas4j-dataformat-core</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand All @@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>model</artifactId>
<artifactId>aas4j-model</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dataformat-core</artifactId>
<artifactId>aas4j-dataformat-core</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
6 changes: 3 additions & 3 deletions dataformat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.digitaltwin.aas4j</groupId>
<artifactId>dataformat-parent</artifactId>
<artifactId>aas4j-dataformat-parent</artifactId>
<version>${revision}</version>
</parent>
<artifactId>dataformat-core</artifactId>
<artifactId>aas4j-dataformat-core</artifactId>
<name>Asset Administration Shell Serializer Core</name>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>model</artifactId>
<artifactId>aas4j-model</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
10 changes: 5 additions & 5 deletions dataformat-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.digitaltwin.aas4j</groupId>
<artifactId>dataformat-parent</artifactId>
<artifactId>aas4j-dataformat-parent</artifactId>
<version>${revision}</version>
</parent>
<artifactId>dataformat-json</artifactId>
<artifactId>aas4j-dataformat-json</artifactId>
<name>Asset Administration Shell JSON-Serializer</name>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dataformat-core</artifactId>
<artifactId>aas4j-dataformat-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dataformat-core</artifactId>
<artifactId>aas4j-dataformat-core</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>model</artifactId>
<artifactId>aas4j-model</artifactId>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
Expand Down
10 changes: 5 additions & 5 deletions dataformat-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.digitaltwin.aas4j</groupId>
<artifactId>dataformat-parent</artifactId>
<artifactId>aas4j-dataformat-parent</artifactId>
<version>${revision}</version>
</parent>
<artifactId>dataformat-xml</artifactId>
<artifactId>aas4j-dataformat-xml</artifactId>
<name>Asset Administration Shell XML-Serializer</name>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dataformat-core</artifactId>
<artifactId>aas4j-dataformat-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dataformat-core</artifactId>
<artifactId>aas4j-dataformat-core</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -64,7 +64,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>model</artifactId>
<artifactId>aas4j-model</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
9 changes: 5 additions & 4 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>dataformat-parent</artifactId>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.digitaltwin.aas4j</groupId>
<artifactId>aas4j-dataformat-parent</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>model</artifactId>

<artifactId>aas4j-model</artifactId>
<version>${model.version}</version>

<!-- Description, name, URL, developers, and scm are required by Sonatype for the Central Repository release -->
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.digitaltwin.aas4j</groupId>
<artifactId>dataformat-parent</artifactId>
<artifactId>aas4j-dataformat-parent</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
<modules>
Expand Down Expand Up @@ -290,22 +290,22 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dataformat-core</artifactId>
<artifactId>aas4j-dataformat-core</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dataformat-xml</artifactId>
<artifactId>aas4j-dataformat-xml</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>model</artifactId>
<artifactId>aas4j-model</artifactId>
<version>${model.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dataformat-core</artifactId>
<artifactId>aas4j-dataformat-core</artifactId>
<classifier>tests</classifier>
<version>${revision}</version>
</dependency>
Expand Down

0 comments on commit 414f416

Please sign in to comment.