Skip to content

Commit

Permalink
feat: upgrade 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tuya-qiufeng committed May 8, 2024
1 parent 580c009 commit 9854873
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
12 changes: 11 additions & 1 deletion connector-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>connector</artifactId>
<groupId>com.tuya</groupId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.6</version>
</parent>

<artifactId>connector-api</artifactId>
Expand Down Expand Up @@ -67,6 +67,16 @@
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jackson</artifactId>
</dependency>

<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
</dependencies>

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

<artifactId>connector-messaging</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>connector-spring-boot</artifactId>
<groupId>com.tuya</groupId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.6</version>
</parent>

<artifactId>connector-spring-boot-autoconfigure</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>connector-spring-boot</artifactId>
<groupId>com.tuya</groupId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.6</version>
</parent>

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

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

<artifactId>connector-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.tuya</groupId>
<artifactId>connector</artifactId>
<packaging>pom</packaging>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.6</version>

<modules>
<module>connector-api</module>
Expand Down

0 comments on commit 9854873

Please sign in to comment.