Skip to content

Commit 19ca01b

Browse files
committed
fix: Rename sonarType to sonartype
1 parent 3bcf333 commit 19ca01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@
138138
<deploy>
139139
<maven>
140140
<mavenCentral>
141-
<sonaType>
141+
<sonatype>
142142
<active>ALWAYS</active>
143143
<url>https://central.sonatype.com/api/v1/publisher</url>
144144
<closeRepository>true</closeRepository>
145145
<releaseRepository>true</releaseRepository>
146146
<stagingRepositories>target/staging-deploy</stagingRepositories>
147-
</sonaType>
147+
</sonatype>
148148
</mavenCentral>
149149
</maven>
150150
</deploy>

0 commit comments

Comments
 (0)