8000 👷🏻‍♀️ release 1.3.1 by hellokaton · Pull Request #252 · otale/tale · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

👷🏻‍♀️ release 1.3.1 #252

Merged
merged 2 commits into from
Sep 28, 2017
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sqlite.version>3.15.1</sqlite.version>
<blade-mvc.version>2.0.2-beta3</blade-mvc.version>
<blade-mvc.version>2.0.2</blade-mvc.version>
<blade-jdbc.version>0.2.2-beta</blade-jdbc.version>
<blade-tpl.verion>0.1.2</blade-tpl.verion>
<blade-validator>0.0.2</blade-validator>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/tale/extension/Commons.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public static String theme_url(String sub) {
* @return
*/
public static String gravatar(String email) {
String avatarUrl = "https://secure.gravatar.com/avatar";
String avatarUrl = "https://cn.gravatar.com/avatar";
if (StringKit.isBlank(email)) {
return avatarUrl;
}
Expand Down
0