Skip to content

Commit 6f96d0e

Browse files
committed
Align groupId with pf4j family (org.pf4j)
1 parent 1cc0850 commit 6f96d0e

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

demo/app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33

44
<parent>
5-
<groupId>org.pf4j.plus</groupId>
5+
<groupId>org.pf4j</groupId>
66
<artifactId>pf4j-plus-demo</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
88
</parent>
@@ -64,7 +64,7 @@
6464

6565
<dependencies>
6666
<dependency>
67-
<groupId>org.pf4j.plus</groupId>
67+
<groupId>org.pf4j</groupId>
6868
<artifactId>pf4j-plus</artifactId>
6969
<version>${project.version}</version>
7070
</dependency>

demo/plugins/greeting-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33

44
<parent>
5-
<groupId>org.pf4j.plus</groupId>
5+
<groupId>org.pf4j</groupId>
66
<artifactId>pf4j-plus-demo</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
@@ -81,14 +81,14 @@
8181

8282
<dependencies>
8383
<dependency>
84-
<groupId>org.pf4j.plus</groupId>
84+
<groupId>org.pf4j</groupId>
8585
<artifactId>pf4j-plus</artifactId>
8686
<version>${project.version}</version>
8787
<scope>provided</scope>
8888
</dependency>
8989

9090
<dependency>
91-
<groupId>org.pf4j.plus</groupId>
91+
<groupId>org.pf4j</groupId>
9292
<artifactId>pf4j-plus-demo-app</artifactId>
9393
<version>${project.version}</version>
9494
<scope>provided</scope>

demo/plugins/welcome-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33

44
<parent>
5-
<groupId>org.pf4j.plus</groupId>
5+
<groupId>org.pf4j</groupId>
66
<artifactId>pf4j-plus-demo</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
@@ -81,14 +81,14 @@
8181

8282
<dependencies>
8383
<dependency>
84-
<groupId>org.pf4j.plus</groupId>
84+
<groupId>org.pf4j</groupId>
8585
<artifactId>pf4j-plus</artifactId>
8686
<version>${project.version}</version>
8787
<scope>provided</scope>
8888
</dependency>
8989

9090
<dependency>
91-
<groupId>org.pf4j.plus</groupId>
91+
<groupId>org.pf4j</groupId>
9292
<artifactId>pf4j-plus-demo-app</artifactId>
9393
<version>${project.version}</version>
9494
<scope>provided</scope>

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33

44
<parent>
5-
<groupId>org.pf4j.plus</groupId>
5+
<groupId>org.pf4j</groupId>
66
<artifactId>pf4j-plus-parent</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
88
</parent>

pf4j-plus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33

44
<parent>
5-
<groupId>org.pf4j.plus</groupId>
5+
<groupId>org.pf4j</groupId>
66
<artifactId>pf4j-plus-parent</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
88
</parent>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33

44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.pf4j.plus</groupId>
5+
<groupId>org.pf4j</groupId>
66
<artifactId>pf4j-plus-parent</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
88
<packaging>pom</packaging>

0 commit comments

Comments
 (0)