Skip to content

Commit fef1b94

Browse files
authored
Update pom.xml
1 parent 3d3ae32 commit fef1b94

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,13 @@
178178
<version>0.8.0</version>
179179
<extensions>true</extensions>
180180
<configuration>
181-
<publishingServerId>ossrh</publishingServerId>
181+
<publishingServerId>central</publishingServerId>
182182
<autoPublish>true</autoPublish>
183+
<tokenId>${env.CENTRAL_TOKEN_ID}</tokenId>
184+
<tokenSecret>${env.CENTRAL_TOKEN_SECRET}</tokenSecret>
183185
</configuration>
184186
</plugin>
185-
</plugins>
187+
</plugins>
186188
</build>
187189
<distributionManagement>
188190
<repository>

0 commit comments

Comments
 (0)