Skip to content

Commit

Permalink
Merge pull request #35 from aliyun/release_1.1.7
Browse files Browse the repository at this point in the history
Release 1.1.7
  • Loading branch information
rockuw authored Apr 27, 2018
2 parents fcf50a4 + e64e53b commit 1b32c74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.1.7 / 2018-04-11
1.1.7 / 2018-04-27
==================

* Add http trigger support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add Maven dependencies into pom.xml
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-fc</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-fc</artifactId>
<packaging>jar</packaging>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
<name>aliyun-java-sdk-fc</name>
<url>https://www.aliyun.com/product/fc</url>
<description>Aliyun Java SDK for FunctionCompute</description>
Expand Down

0 comments on commit 1b32c74

Please sign in to comment.