Skip to content

Commit 699977b

Browse files
authored
Merge pull request #43 from spt-development/fix-release-3.5.0
Fix central publishing plugin groupId
2 parents 0d90a1f + 0ecf372 commit 699977b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661
<!-- Version and configuration etc defined in pluginManagement section -->
662662
</plugin>
663663
<plugin>
664-
<groupId>org.sonatype.plugins</groupId>
664+
<groupId>org.sonatype.central</groupId>
665665
<artifactId>central-publishing-maven-plugin</artifactId>
666666
<!-- Version and configuration etc defined in pluginManagement section -->
667667
</plugin>

0 commit comments

Comments
 (0)