Skip to content

Commit 3423bf8

Browse files
committed
Change groupId and artifactIds
1 parent 3779e7c commit 3423bf8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fastfilter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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
<parent>
6+
<groupId>com.github.fastfilter</groupId>
67
<artifactId>fastfilter_java</artifactId>
7-
<groupId>org.fastfilter</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

jmh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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
<parent>
6+
<groupId>com.github.fastfilter</groupId>
67
<artifactId>fastfilter_java</artifactId>
7-
<groupId>org.fastfilter</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

pom.xml

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

7-
<groupId>org.fastfilter</groupId>
7+
<groupId>com.github.fastfilter</groupId>
88
<artifactId>fastfilter_java</artifactId>
99
<packaging>pom</packaging>
1010
<version>1.0-SNAPSHOT</version>

0 commit comments

Comments
 (0)