We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd282cd commit 779dc49Copy full SHA for 779dc49
1 file changed
auto-generated-sdk/pom.xml
@@ -20,6 +20,14 @@
20
<enabled>true</enabled>
21
</snapshots>
22
</snapshotRepository>
23
+ <repository>
24
+ <name>Central Portal Releases</name>
25
+ <id>central</id>
26
+ <url>https://central.sonatype.com</url>
27
+ <releases>
28
+ <enabled>true</enabled>
29
+ </releases>
30
+ </repository>
31
<repository>
32
<id>ossrh</id>
33
<name>Central Repository OSSRH</name>
@@ -224,7 +232,7 @@
224
232
<plugin>
225
233
<groupId>org.apache.maven.plugins</groupId>
226
234
<artifactId>maven-gpg-plugin</artifactId>
227
- <version>1.6</version>
235
+ <version>3.2.8</version>
228
236
<executions>
229
237
<execution>
230
238
<id>sign-artifacts</id>
0 commit comments