File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 with :
3737 gpg_private_key : ${{ secrets.gpg_private_key }}
3838 gpg_passphrase : ${{ secrets.gpg_passphrase }}
39- nexus_username : ${{ secrets.OSSRH_USERNAME }}
40- nexus_password : ${{ secrets.OSSRH_TOKEN }}
39+ nexus_username : ${{ secrets.OSS_SONATYPE_TOKEN_USER }}
40+ nexus_password : ${{ secrets.OSS_SONATYPE_TOKEN_PASSWORD }}
4141 maven_goals_phases : clean -B release:prepare release:perform -Darguments="-DskipTests" -P ossrh
4242
4343 - name : Release GitHub package
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >com.github.wmixvideo</groupId >
44 <artifactId >nfe</artifactId >
5- <version >4.0.105 -SNAPSHOT</version >
5+ <version >4.0.106 -SNAPSHOT</version >
66 <packaging >jar</packaging >
77 <name >nfe</name >
88 <description >Biblioteca de comunicacao de nota fiscal eletronica brasileira</description >
226226 <distributionManagement >
227227 <snapshotRepository >
228228 <id >ossrh</id >
229- <url >https://oss. sonatype.org /content/repositories/snapshots</url >
229+ <url >https://ossrh-staging-api.central. sonatype.com /content/repositories/snapshots</url >
230230 </snapshotRepository >
231231 <repository >
232232 <id >ossrh</id >
233- <url >https://oss. sonatype.org /content/repositories/releases</url >
233+ <url >https://ossrh-staging-api.central. sonatype.com /content/repositories/releases</url >
234234 </repository >
235235 </distributionManagement >
236236 </profile >
254254 <extensions >true</extensions >
255255 <configuration >
256256 <serverId >ossrh</serverId >
257- <nexusUrl >https://oss. sonatype.org </nexusUrl >
257+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com </nexusUrl >
258258 <autoReleaseAfterClose >true</autoReleaseAfterClose >
259259 </configuration >
260260 </plugin >
You can’t perform that action at this time.
0 commit comments