Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Jan 19, 2022
1 parent 16f55e7 commit 60876a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.41</version>
<version>1.2.79</version>
</dependency>
<!-- appium java api -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spring:
version: @project.version@
profiles:
active: dev,@profileActive@
active: prod,@profileActive@

0 comments on commit 60876a4

Please sign in to comment.