Skip to content

Commit 0609648

Browse files
authored
Merge pull request #44 from spt-development/fix-release-3.5.0
Fix central publishing plugin groupId
2 parents ac69261 + df3e9d7 commit 0609648

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)