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

Commit b1a68d1

Browse files
committed
changing groupId to io.admin-shell.aas
1 parent d2df45d commit b1a68d1

4 files changed

Lines changed: 8 additions & 13 deletions

File tree

dataformat-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>io.adminshell.aas</groupId>
7+
<groupId>io.admin-shell.aas</groupId>
88
<artifactId>dataformat-parent</artifactId>
99
<version>${revision}</version>
1010
</parent>
1111
<artifactId>dataformat-core</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>

dataformat-json/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,18 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>io.adminshell.aas</groupId>
7+
<groupId>io.admin-shell.aas</groupId>
88
<artifactId>dataformat-parent</artifactId>
99
<version>${revision}</version>
1010
</parent>
1111
<artifactId>dataformat-json</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>
19-
<dependency>
20-
<groupId>io.adminshell.aas</groupId>
21-
<artifactId>dataformat-core</artifactId>
22-
<version>${revision}</version>
23-
</dependency>
2419
<dependency>
2520
<groupId>com.fasterxml.jackson.core</groupId>
2621
<artifactId>jackson-annotations</artifactId>

dataformat-xml/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>io.adminshell.aas</groupId>
7+
<groupId>io.admin-shell.aas</groupId>
88
<artifactId>dataformat-parent</artifactId>
99
<version>${revision}</version>
1010
</parent>
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>io.adminshell.aas</groupId>
6+
<groupId>io.admin-shell.aas</groupId>
77
<artifactId>dataformat-parent</artifactId>
88
<version>${revision}</version>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)