Skip to content

Commit

Permalink
Rename parents & reports
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Dec 5, 2024
1 parent b3f7b3b commit 0bd90ab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.ardoco.core</groupId>
<artifactId>parent</artifactId>
<artifactId>parent-core</artifactId>
<version>${revision}</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pipeline-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.ardoco.core</groupId>
<artifactId>parent</artifactId>
<artifactId>parent-core</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<groupId>io.github.ardoco.core</groupId>
<artifactId>parent</artifactId>
<artifactId>parent-core</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>

Expand Down
6 changes: 3 additions & 3 deletions report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.ardoco.core</groupId>
<artifactId>parent</artifactId>
<artifactId>parent-core</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>report</artifactId>
<artifactId>report-core</artifactId>
<packaging>jar</packaging>
<name>Report</name>
<name>Report (Core)</name>
<description>This module is used to create reports for SonarCloud and similar.</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.ardoco.core</groupId>
<artifactId>parent</artifactId>
<artifactId>parent-core</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down

0 comments on commit 0bd90ab

Please sign in to comment.