File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
if : github.event.release
52
52
run : mvn deploy -P release
53
53
env :
54
- SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
55
- SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
54
+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_TOKEN_USERNAME }}
55
+ SONATYPE_PASSWORD : ${{ secrets.SONATYPE_TOKEN_PASSWORD }}
56
56
GPG_PRIVATE_KEY_PASSWORD : ${{ secrets.GPG_PRIVATE_KEY_PASSWORD }}
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ under the License.
496
496
<plugin >
497
497
<groupId >org.apache.maven.plugins</groupId >
498
498
<artifactId >maven-javadoc-plugin</artifactId >
499
- <version >3.1.1 </version >
499
+ <version >3.6.3 </version >
500
500
<configuration >
501
501
<links >
502
502
<link >https://nightlies.apache.org/flink/flink-docs-release-1.15/api/java/</link >
@@ -515,7 +515,7 @@ under the License.
515
515
<plugin >
516
516
<groupId >org.apache.maven.plugins</groupId >
517
517
<artifactId >maven-source-plugin</artifactId >
518
- <version >3.2 .0</version >
518
+ <version >3.3 .0</version >
519
519
<executions >
520
520
<execution >
521
521
<id >attach-sources</id >
@@ -541,7 +541,7 @@ under the License.
541
541
<plugin >
542
542
<groupId >org.apache.maven.plugins</groupId >
543
543
<artifactId >maven-gpg-plugin</artifactId >
544
- <version >3.0.1 </version >
544
+ <version >3.1.0 </version >
545
545
<configuration >
546
546
<gpgArguments >
547
547
<arg >--pinentry-mode</arg >
You can’t perform that action at this time.
0 commit comments