Skip to content

Commit a48464a

Browse files
committed
Generated java 2018-01-20 for Iot.
1 parent ead0b27 commit a48464a

File tree

821 files changed

+24
-33983
lines changed

Some content is hidden

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

821 files changed

+24
-33983
lines changed

iot-20180120/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2026-02-28 Version: 6.0.1
2+
- Generated java 2018-01-20 for Iot.
3+
14
2024-11-19 Version: 6.0.0
25
- Support API PublishThingModelAsyncInner.
36
- Delete API RecognizeCarNum.

iot-20180120/pom.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>iot20180120</artifactId>
6-
<version>6.0.0</version>
6+
<version>6.0.1</version>
77
<packaging>jar</packaging>
88
<name>iot20180120</name>
99
<description>Alibaba Cloud IoT Platform (20180120) SDK for Java
@@ -25,17 +25,17 @@
2525
<distributionManagement>
2626
<snapshotRepository>
2727
<id>sonatype-nexus-snapshots</id>
28-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
28+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
2929
</snapshotRepository>
3030
<repository>
3131
<id>sonatype-nexus-staging</id>
32-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
32+
<url>https://central.sonatype.com</url>
3333
</repository>
3434
</distributionManagement>
3535
<scm>
36-
<connection/>
37-
<developerConnection/>
38-
<url/>
36+
<connection>scm:git:git://github.com/aliyun/alibabacloud-java-sdk.git</connection>
37+
<developerConnection>scm:git:git@github.com:aliyun/alibabacloud-java-sdk.git</developerConnection>
38+
<url>https://github.com/aliyun/alibabacloud-java-sdk</url>
3939
</scm>
4040
<dependencies>
4141
<dependency>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.aliyun</groupId>
4848
<artifactId>tea-openapi</artifactId>
49-
<version>0.3.6</version>
49+
<version>0.3.10</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.aliyun</groupId>
@@ -56,12 +56,12 @@
5656
<dependency>
5757
<groupId>com.aliyun</groupId>
5858
<artifactId>endpoint-util</artifactId>
59-
<version>0.0.7</version>
59+
<version>0.0.8</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.aliyun</groupId>
6363
<artifactId>tea</artifactId>
64-
<version>1.3.1</version>
64+
<version>1.4.1</version>
6565
</dependency>
6666
</dependencies>
6767
<build>
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-gpg-plugin</artifactId>
81-
<version>1.6</version>
81+
<version>3.1.0</version>
8282
<executions>
8383
<execution>
8484
<id>sign-artifacts</id>
@@ -89,24 +89,14 @@
8989
</execution>
9090
</executions>
9191
</plugin>
92-
<plugin>
93-
<groupId>org.sonatype.plugins</groupId>
94-
<artifactId>nexus-staging-maven-plugin</artifactId>
95-
<version>1.6.3</version>
96-
<extensions>true</extensions>
97-
<configuration>
98-
<serverId>sonatype-nexus-staging</serverId>
99-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
100-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
101-
</configuration>
102-
</plugin>
10392
<plugin>
10493
<groupId>org.apache.maven.plugins</groupId>
10594
<artifactId>maven-javadoc-plugin</artifactId>
10695
<version>3.1.1</version>
10796
<configuration>
10897
<encoding>UTF-8</encoding>
10998
<doclint>none</doclint>
99+
<maxmemory>2048m</maxmemory>
110100
</configuration>
111101
</plugin>
112102
<plugin>
@@ -181,6 +171,16 @@
181171
</execution>
182172
</executions>
183173
</plugin>
174+
<plugin>
175+
<groupId>org.sonatype.central</groupId>
176+
<artifactId>central-publishing-maven-plugin</artifactId>
177+
<version>0.9.0</version>
178+
<extensions>true</extensions>
179+
<configuration>
180+
<publishingServerId>central</publishingServerId>
181+
<autoPublish>true</autoPublish>
182+
</configuration>
183+
</plugin>
184184
</plugins>
185185
</build>
186186
</project>

0 commit comments

Comments
 (0)