Skip to content

Commit 19d1cff

Browse files
committed
Relocation groupId was pointing to the wrong value
1 parent 79767ce commit 19d1cff

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

annotation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<distributionManagement>
1818
<relocation>
19-
<groupId>io.github.cowwoc.pouch</groupId>
19+
<groupId>io.github.cowwoc.requirements</groupId>
2020
</relocation>
2121
</distributionManagement>
2222

benchmark/assertj/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<distributionManagement>
1414
<relocation>
15-
<groupId>io.github.cowwoc.pouch</groupId>
15+
<groupId>io.github.cowwoc.requirements</groupId>
1616
</relocation>
1717
</distributionManagement>
1818

benchmark/guava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<distributionManagement>
1414
<relocation>
15-
<groupId>io.github.cowwoc.pouch</groupId>
15+
<groupId>io.github.cowwoc.requirements</groupId>
1616
</relocation>
1717
</distributionManagement>
1818

benchmark/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<distributionManagement>
1414
<relocation>
15-
<groupId>io.github.cowwoc.pouch</groupId>
15+
<groupId>io.github.cowwoc.requirements</groupId>
1616
</relocation>
1717
</distributionManagement>
1818

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<distributionManagement>
1515
<relocation>
16-
<groupId>io.github.cowwoc.pouch</groupId>
16+
<groupId>io.github.cowwoc.requirements</groupId>
1717
</relocation>
1818
</distributionManagement>
1919

guava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<distributionManagement>
1414
<relocation>
15-
<groupId>io.github.cowwoc.pouch</groupId>
15+
<groupId>io.github.cowwoc.requirements</groupId>
1616
</relocation>
1717
</distributionManagement>
1818

jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<distributionManagement>
1414
<relocation>
15-
<groupId>io.github.cowwoc.pouch</groupId>
15+
<groupId>io.github.cowwoc.requirements</groupId>
1616
</relocation>
1717
</distributionManagement>
1818

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<distributionManagement>
1414
<relocation>
15-
<groupId>io.github.cowwoc.pouch</groupId>
15+
<groupId>io.github.cowwoc.requirements</groupId>
1616
</relocation>
1717
</distributionManagement>
1818

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<distributionManagement>
3737
<relocation>
38-
<groupId>io.github.cowwoc.pouch</groupId>
38+
<groupId>io.github.cowwoc.requirements</groupId>
3939
</relocation>
4040
<snapshotRepository>
4141
<id>maven-central-snapshots</id>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<distributionManagement>
1414
<relocation>
15-
<groupId>io.github.cowwoc.pouch</groupId>
15+
<groupId>io.github.cowwoc.requirements</groupId>
1616
</relocation>
1717
</distributionManagement>
1818

0 commit comments

Comments
 (0)