Skip to content

Commit

Permalink
[bug] fix pom config
Browse files Browse the repository at this point in the history
  • Loading branch information
TimmyYu committed Jul 6, 2020
1 parent 4c50b7f commit f1acbde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/tars-http-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Tars平台支持HTTP服务的部署,使用@TarsHttpService注解即可将服
<dependency>
<groupId>com.tencent.tars</groupId>
<artifactId>tars-spring-boot-starter</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>
</dependencies>
```
Expand All @@ -68,7 +68,7 @@ Tars平台支持HTTP服务的部署,使用@TarsHttpService注解即可将服
<plugin>
<groupId>com.tencent.tars</groupId>
<artifactId>tars-maven-plugin</artifactId>
<version>1.7.0</version>
<version>1.7.2</version>
<configuration>
<tars2JavaConfig>
<!-- tars文件位置 -->
Expand Down
2 changes: 1 addition & 1 deletion examples/tars-spring-boot-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.tencent.tars</groupId>
<artifactId>tars-spring-boot-client</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<name>tars-spring-boot-client</name>
<!-- FIXME change it to the project's website -->
Expand Down
2 changes: 1 addition & 1 deletion examples/tars-spring-boot-http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.tencent.tars</groupId>
<artifactId>tars-spring-boot-http-server</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<name>tars-spring-boot-http-server</name>
<!-- FIXME change it to the project's website -->
Expand Down

0 comments on commit f1acbde

Please sign in to comment.