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

Commit cfc777e

Browse files
committed
Changing to 'io.admin-shell.aas' also in the dependency declarations
1 parent 86ada63 commit cfc777e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dataformat-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<scope>compile</scope>
1818
</dependency>
1919
<dependency>
20-
<groupId>io.adminshell.aas</groupId>
20+
<groupId>io.admin-shell.aas</groupId>
2121
<artifactId>dataformat-core</artifactId>
2222
<version>${revision}</version>
2323
</dependency>

dataformat-xml/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
<artifactId>dataformat-xml</artifactId>
1212
<dependencies>
1313
<dependency>
14-
<groupId>io.adminshell.aas</groupId>
14+
<groupId>io.admin-shell.aas</groupId>
1515
<artifactId>model</artifactId>
1616
<version>${model.version}</version>
1717
<scope>compile</scope>
1818
</dependency>
1919
<dependency>
20-
<groupId>io.adminshell.aas</groupId>
20+
<groupId>io.admin-shell.aas</groupId>
2121
<artifactId>dataformat-core</artifactId>
2222
<version>${revision}</version>
2323
</dependency>
2424
<dependency>
25-
<groupId>io.adminshell.aas</groupId>
25+
<groupId>io.admin-shell.aas</groupId>
2626
<artifactId>dataformat-json</artifactId>
2727
<version>${revision}</version>
2828
</dependency>

0 commit comments

Comments
 (0)