Skip to content

Commit 03812bc

Browse files
committed
Use org.piwik.java.tracking as group id
1 parent 42c1db4 commit 03812bc

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>org.matomo.java</groupId>
6+
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>

java11/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>org.matomo.java</groupId>
6+
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
@@ -23,7 +23,7 @@
2323

2424
<dependencies>
2525
<dependency>
26-
<groupId>org.matomo.java</groupId>
26+
<groupId>org.piwik.java.tracking</groupId>
2727
<artifactId>matomo-java-tracker-core</artifactId>
2828
<version>${project.version}</version>
2929
</dependency>

java8/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>org.matomo.java</groupId>
6+
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
@@ -18,7 +18,7 @@
1818

1919
<dependencies>
2020
<dependency>
21-
<groupId>org.matomo.java</groupId>
21+
<groupId>org.piwik.java.tracking</groupId>
2222
<artifactId>matomo-java-tracker-core</artifactId>
2323
<version>${project.version}</version>
2424
</dependency>

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
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>org.matomo.java</groupId>
5+
<groupId>org.piwik.java.tracking</groupId>
66
<artifactId>matomo-java-tracker-parent</artifactId>
77
<version>4.0.0-SNAPSHOT</version>
88
<packaging>pom</packaging>

servlet-jakarta/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>org.matomo.java</groupId>
6+
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
@@ -23,7 +23,7 @@
2323

2424
<dependencies>
2525
<dependency>
26-
<groupId>org.matomo.java</groupId>
26+
<groupId>org.piwik.java.tracking</groupId>
2727
<artifactId>matomo-java-tracker-java11</artifactId>
2828
<version>${project.version}</version>
2929
</dependency>

servlet-javax/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>org.matomo.java</groupId>
6+
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
@@ -23,7 +23,7 @@
2323

2424
<dependencies>
2525
<dependency>
26-
<groupId>org.matomo.java</groupId>
26+
<groupId>org.piwik.java.tracking</groupId>
2727
<artifactId>matomo-java-tracker</artifactId>
2828
<version>${project.version}</version>
2929
</dependency>

spring/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>org.matomo.java</groupId>
6+
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
@@ -35,12 +35,12 @@
3535

3636
<dependencies>
3737
<dependency>
38-
<groupId>org.matomo.java</groupId>
38+
<groupId>org.piwik.java.tracking</groupId>
3939
<artifactId>matomo-java-tracker-java11</artifactId>
4040
<version>${project.version}</version>
4141
</dependency>
4242
<dependency>
43-
<groupId>org.matomo.java</groupId>
43+
<groupId>org.piwik.java.tracking</groupId>
4444
<artifactId>matomo-java-tracker-servlet-jakarta</artifactId>
4545
<version>${project.version}</version>
4646
</dependency>

test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>org.matomo.java</groupId>
6+
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
@@ -21,12 +21,12 @@
2121

2222
<dependencies>
2323
<dependency>
24-
<groupId>org.matomo.java</groupId>
24+
<groupId>org.piwik.java.tracking</groupId>
2525
<artifactId>matomo-java-tracker-java11</artifactId>
2626
<version>${project.version}</version>
2727
</dependency>
2828
<dependency>
29-
<groupId>org.matomo.java</groupId>
29+
<groupId>org.piwik.java.tracking</groupId>
3030
<artifactId>matomo-java-tracker-servlet-jakarta</artifactId>
3131
<version>${project.version}</version>
3232
</dependency>

0 commit comments

Comments
 (0)