Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 0f8a899

Browse files
committed
Align parent group id
Currently the parent uses eclipse.images as its group id, while the childs use ord.eclipse.images. This aligns the parent group id with the childs making it redundant to specify a groupid there again and making it more consistent, also removing the relative path as it is the default.
1 parent 15dfef1 commit 0f8a899

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

org.eclipse.images.renderer/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@
1515
<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">
1616

1717
<modelVersion>4.0.0</modelVersion>
18-
<groupId>org.eclipse.images</groupId>
19-
<artifactId>org.eclipse.images.renderer</artifactId>
20-
<version>1.0.100-SNAPSHOT</version>
21-
<name>Eclipse Images SVG Renderer Plugin</name>
2218
<parent>
2319
<artifactId>org.eclipse.images.parent</artifactId>
24-
<groupId>eclipse.images</groupId>
20+
<groupId>org.eclipse.images</groupId>
2521
<version>4.36.0-SNAPSHOT</version>
26-
<relativePath>../</relativePath>
2722
</parent>
23+
<name>Eclipse Images SVG Renderer Plugin</name>
2824
<packaging>maven-plugin</packaging>
25+
<artifactId>org.eclipse.images.renderer</artifactId>
26+
<version>1.0.100-SNAPSHOT</version>
2927
<properties>
3028
<maven-plugin-version>3.15.1</maven-plugin-version>
3129
<maven-version>3.9.9</maven-version>

org.eclipse.images/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1616
<modelVersion>4.0.0</modelVersion>
1717
<parent>
18+
<groupId>org.eclipse.images</groupId>
1819
<artifactId>org.eclipse.images.parent</artifactId>
19-
<groupId>eclipse.images</groupId>
2020
<version>4.36.0-SNAPSHOT</version>
21-
<relativePath>../</relativePath>
2221
</parent>
23-
<groupId>org.eclipse.images</groupId>
2422
<artifactId>org.eclipse.images</artifactId>
2523
<version>1.0.0-SNAPSHOT</version>
2624
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<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">
1616
<modelVersion>4.0.0</modelVersion>
1717

18-
<groupId>eclipse.images</groupId>
18+
<groupId>org.eclipse.images</groupId>
1919
<artifactId>org.eclipse.images.parent</artifactId>
2020
<version>4.36.0-SNAPSHOT</version>
2121
<packaging>pom</packaging>

0 commit comments

Comments
 (0)