Skip to content

Commit 228d825

Browse files
release 3.1.174 source code
1 parent fa108a3 commit 228d825

File tree

633 files changed

+56034
-1944
lines changed

Some content is hidden

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

633 files changed

+56034
-1944
lines changed

CHANGELOG.md

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

CHANGELOG_CN.md

Lines changed: 593 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.173
1+
3.1.174

all/pom.xml

Lines changed: 5 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.173</version>
11+
<version>3.1.174</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.173</version>
17+
<version>3.1.174</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.173</version>
27+
<version>3.1.174</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.173</version>
238+
<version>3.1.174</version>
239239
</dependency>
240240
<dependency>
241241
<groupId>com.huaweicloud.sdk</groupId>
@@ -792,7 +792,7 @@
792792
</dependency>
793793
</dependencies>
794794
<build>
795-
<finalName>${project.artifactId}-3.1.173</finalName>
795+
<finalName>${project.artifactId}-3.1.174</finalName>
796796
<plugins>
797797
<plugin>
798798
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)