Skip to content

Commit ea28bd0

Browse files
release 3.1.175 source code
1 parent 228d825 commit ea28bd0

File tree

908 files changed

+83194
-5825
lines changed

Some content is hidden

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

908 files changed

+83194
-5825
lines changed

CHANGELOG.md

Lines changed: 548 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG_CN.md

Lines changed: 548 additions & 0 deletions
Large diffs are not rendered by default.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.174
1+
3.1.175

all/pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
99
<parent>
1010
<groupId>com.huaweicloud.sdk</groupId>
11-
<version>3.1.174</version>
11+
<version>3.1.175</version>
1212
<artifactId>huaweicloud-sdk</artifactId>
1313
</parent>
1414

1515
<modelVersion>4.0.0</modelVersion>
1616
<artifactId>huaweicloud-sdk-all</artifactId>
17-
<version>3.1.174</version>
17+
<version>3.1.175</version>
1818
<name>Huawei Cloud SDK for Java</name>
1919
<description>Huawei Cloud SDK for Java provides all services</description>
2020
<url>https://github.com/huaweicloud/huaweicloud-sdk-java-v3</url>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.huaweicloud.sdk</groupId>
2626
<artifactId>huaweicloud-sdk-bom</artifactId>
27-
<version>3.1.174</version>
27+
<version>3.1.175</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>
@@ -235,7 +235,7 @@
235235
<dependency>
236236
<groupId>com.huaweicloud.sdk</groupId>
237237
<artifactId>huaweicloud-sdk-dcos</artifactId>
238-
<version>3.1.174</version>
238+
<version>3.1.175</version>
239239
</dependency>
240240
<dependency>
241241
<groupId>com.huaweicloud.sdk</groupId>
@@ -790,9 +790,13 @@
790790
<groupId>com.huaweicloud.sdk</groupId>
791791
<artifactId>huaweicloud-sdk-cpcs</artifactId>
792792
</dependency>
793+
<dependency>
794+
<groupId>com.huaweicloud.sdk</groupId>
795+
<artifactId>huaweicloud-sdk-esw</artifactId>
796+
</dependency>
793797
</dependencies>
794798
<build>
795-
<finalName>${project.artifactId}-3.1.174</finalName>
799+
<finalName>${project.artifactId}-3.1.175</finalName>
796800
<plugins>
797801
<plugin>
798802
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)