Skip to content

Commit fd89b15

Browse files
ssy352959096JacksonTian
authored andcommitted
Modify the appveyor account
1 parent 6e68f8d commit fd89b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aliyun-java-sdk-core/src/main/java/com/aliyuncs/http/UserAgentConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class UserAgentConfig {
1313
props.load(ClassLoader.getSystemResourceAsStream("project.properties"));
1414
} catch (IOException e) {
1515
props.setProperty("project.version","(got version failed)");
16-
props.setProperty("project.name","aliyun-java-sdk-core");
16+
props.setProperty("project.name","Core");
1717
}
1818
DEFAULT_MESSAGE = String.format("AlibabaCloud (%s; %s) Java/%s %s/%s",
1919
props.getProperty("os.name"), props.getProperty("os.arch"), props.getProperty("java.runtime.version"),
@@ -26,7 +26,7 @@ public class UserAgentConfig {
2626

2727
public UserAgentConfig() {
2828
excludeList.add("java");
29-
excludeList.add("aliyun-java-sdk-core");
29+
excludeList.add("Core");
3030
}
3131
public static String getDefaultMessage(){
3232
return DEFAULT_MESSAGE;

0 commit comments

Comments
 (0)