Skip to content

Commit 779dc49

Browse files
committed
Update pom.xml
1 parent bd282cd commit 779dc49

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

auto-generated-sdk/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
<enabled>true</enabled>
2121
</snapshots>
2222
</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>
2331
<repository>
2432
<id>ossrh</id>
2533
<name>Central Repository OSSRH</name>
@@ -224,7 +232,7 @@
224232
<plugin>
225233
<groupId>org.apache.maven.plugins</groupId>
226234
<artifactId>maven-gpg-plugin</artifactId>
227-
<version>1.6</version>
235+
<version>3.2.8</version>
228236
<executions>
229237
<execution>
230238
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)