Skip to content

Commit

Permalink
feat: upgrade 1.3.2
Browse files Browse the repository at this point in the history
支持非 HTTP 注解透传
  • Loading branch information
tuya-qiufeng committed Aug 21, 2023
1 parent 7f774eb commit b30e757
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.tuya</groupId>
<artifactId>tuya-connector</artifactId>
<packaging>pom</packaging>
<version>1.3.1</version>
<version>1.3.2</version>
<modules>
<module>tuya-api</module>
<module>tuya-messaging</module>
Expand All @@ -17,7 +17,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<connector.version>1.3.0</connector.version>
<connector.version>1.3.2</connector.version>
<junit-jupiter.version>5.7.0</junit-jupiter.version>
<lombok.version>1.18.18</lombok.version>
<logback.version>1.2.3</logback.version>
Expand Down
2 changes: 1 addition & 1 deletion tuya-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.tuya</groupId>
<artifactId>tuya-connector</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<artifactId>tuya-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tuya-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.tuya</groupId>
<artifactId>tuya-connector</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<artifactId>tuya-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tuya-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.tuya</groupId>
<artifactId>tuya-connector</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<artifactId>tuya-messaging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tuya-spring-boot-starter-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<java.version>17</java.version>
<tuya-spring-boot-starter.version>1.3.1</tuya-spring-boot-starter.version>
<tuya-spring-boot-starter.version>1.3.2</tuya-spring-boot-starter.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tuya-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>tuya-connector</artifactId>
<groupId>com.tuya</groupId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<artifactId>tuya-spring-boot-starter</artifactId>
Expand Down

0 comments on commit b30e757

Please sign in to comment.