Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 667f603

Browse files
Changed release profile name
renamed the profile for Maven central deployment from `ossrh` to `release` to be aligned with the "Release how to"
1 parent 01c1589 commit 667f603

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
@@ -707,7 +707,7 @@
707707
<!-- the profile used for deployment to Sonatype Maven repository -->
708708
<profile>
709709
<!-- for Maven Central deployment -->
710-
<id>ossrh</id>
710+
<id>release</id>
711711
<distributionManagement>
712712
<repository>
713713
<id>ossrh</id>

0 commit comments

Comments
 (0)