Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.61-release
1.2.62-release
4 changes: 2 additions & 2 deletions examples/generic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.61-release</version>
<version>1.2.62-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.61-release</version>
<version>1.2.62-release</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions examples/uhost/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.61-release</version>
<version>1.2.62-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-uhost</artifactId>
<version>1.2.61-release</version>
<version>1.2.62-release</version>
</dependency>
</dependencies>
</project>
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java</artifactId>
<packaging>pom</packaging>
<version>1.2.61-release</version>
<version>1.2.62-release</version>
<modules>
<module>ucloud-sdk-java-common</module>
<module>ucloud-sdk-java-cloudwatch</module>
Expand All @@ -21,6 +21,7 @@
<module>ucloud-sdk-java-uaccount</module>
<module>ucloud-sdk-java-ubill</module>
<module>ucloud-sdk-java-ucdn</module>
<module>ucloud-sdk-java-uclickhouse</module>
<module>ucloud-sdk-java-ucompshare</module>
<module>ucloud-sdk-java-udb</module>
<module>ucloud-sdk-java-udbproxy</module>
Expand All @@ -29,11 +30,14 @@
<module>ucloud-sdk-java-udpn</module>
<module>ucloud-sdk-java-udisk</module>
<module>ucloud-sdk-java-uec</module>
<module>ucloud-sdk-java-ues</module>
<module>ucloud-sdk-java-uewaf</module>
<module>ucloud-sdk-java-ufs</module>
<module>ucloud-sdk-java-ufile</module>
<module>ucloud-sdk-java-uhadoop</module>
<module>ucloud-sdk-java-uhost</module>
<module>ucloud-sdk-java-uk8s</module>
<module>ucloud-sdk-java-ukafka</module>
<module>ucloud-sdk-java-ulb</module>
<module>ucloud-sdk-java-ulighthost</module>
<module>ucloud-sdk-java-ulog</module>
Expand All @@ -51,9 +55,6 @@
<module>ucloud-sdk-java-uvms</module>
<module>ucloud-sdk-java-vpc</module>
<module>ucloud-sdk-java-vpc</module>
<module>ucloud-sdk-java-ukafka</module>
<module>ucloud-sdk-java-uclickhouse</module>
<module>ucloud-sdk-java-ues</module>
</modules>

<name>ucloud-sdk-java</name>
Expand Down
6 changes: 3 additions & 3 deletions ucloud-sdk-java-cloudwatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.61-release</version>
<version>1.2.62-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-cloudwatch</artifactId>
<name>ucloud-sdk-java</name>
<version>1.2.61-release</version>
<version>1.2.62-release</version>

<dependencies>
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.61-release</version>
<version>1.2.62-release</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
*/
package cn.ucloud.cloudwatch.models;



import cn.ucloud.common.response.Response;

public class BindAlertStrategyResponse extends Response {}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cloudwatch.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cloudwatch.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cloudwatch.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cloudwatch.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cloudwatch.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cloudwatch.models;


import cn.ucloud.common.request.Request;

public class ListMonitorProductRequest extends Request {}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cloudwatch.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cloudwatch.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
*/
package cn.ucloud.cloudwatch.models;



import cn.ucloud.common.response.Response;

public class UnBindAlertStrategyResponse extends Response {}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cloudwatch.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cloudwatch.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
4 changes: 2 additions & 2 deletions ucloud-sdk-java-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.61-release</version>
<version>1.2.62-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-common</artifactId>
<name>ucloud-sdk-java</name>
<version>1.2.61-release</version>
<version>1.2.62-release</version>

<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions ucloud-sdk-java-cube/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.61-release</version>
<version>1.2.62-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-cube</artifactId>
<name>ucloud-sdk-java</name>
<version>1.2.61-release</version>
<version>1.2.62-release</version>

<dependencies>
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.61-release</version>
<version>1.2.62-release</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
*/
package cn.ucloud.cube.models;



import cn.ucloud.common.response.Response;

public class DeleteCubeDeploymentResponse extends Response {}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
*/
package cn.ucloud.cube.models;



import cn.ucloud.common.response.Response;

public class DeleteCubePodResponse extends Response {}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.annotation.NotEmpty;
import cn.ucloud.common.annotation.UCloudParam;
import cn.ucloud.common.request.Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package cn.ucloud.cube.models;


import cn.ucloud.common.response.Response;

import com.google.gson.annotations.SerializedName;
Expand Down
Loading
Loading