Skip to content

Commit 74a7ea7

Browse files
committed
Generated 2022-12-30 for marketplaceIntl.
1 parent 049ba38 commit 74a7ea7

File tree

56 files changed

+1243
-4973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1243
-4973
lines changed

aliyun-java-sdk-marketplaceintl/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-09-17 Version: 1.0.0
2+
- Generated 2022-12-30 for `marketplaceIntl`.
3+
14
2022-08-09 Version: 1.0.2
25
- Test.
36

aliyun-java-sdk-marketplaceintl/pom.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.aliyun</groupId>
55
<artifactId>aliyun-java-sdk-marketplaceintl</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0.2</version>
7+
<version>1.0.0</version>
88
<name>aliyun-java-sdk-marketplaceintl</name>
99
<url>http://www.aliyun.com</url>
1010
<description>Aliyun Open API SDK for Java
@@ -37,9 +37,8 @@ http://www.aliyun.com</description>
3737
</dependencies>
3838
<licenses>
3939
<license>
40-
<name/>
41-
<url/>
42-
<distribution/>
40+
<name>The Apache License, Version 2.0</name>
41+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
4342
</license>
4443
</licenses>
4544
<scm>
@@ -93,7 +92,7 @@ http://www.aliyun.com</description>
9392
<plugin>
9493
<groupId>org.apache.maven.plugins</groupId>
9594
<artifactId>maven-gpg-plugin</artifactId>
96-
<version>1.5</version>
95+
<version>3.1.0</version>
9796
<executions>
9897
<execution>
9998
<id>sign-artifacts</id>
@@ -105,14 +104,14 @@ http://www.aliyun.com</description>
105104
</executions>
106105
</plugin>
107106
<plugin>
108-
<groupId>org.sonatype.plugins</groupId>
109-
<artifactId>nexus-staging-maven-plugin</artifactId>
110-
<version>1.6.3</version>
107+
<groupId>org.sonatype.central</groupId>
108+
<artifactId>central-publishing-maven-plugin</artifactId>
109+
<version>0.8.0</version>
111110
<extensions>true</extensions>
112111
<configuration>
113-
<serverId>sonatype-nexus-staging</serverId>
114-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
115-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
112+
<publishingServerId>central</publishingServerId>
113+
<autoPublish>true</autoPublish>
114+
<waitUntil>published</waitUntil>
116115
</configuration>
117116
</plugin>
118117
</plugins>

0 commit comments

Comments
 (0)