Skip to content

Commit

Permalink
release: release version to 1.7.0-RC1 (#155)
Browse files Browse the repository at this point in the history
* fix: optimize the discovery inject logic and fix nacos config not working issue

* feat: 删除无用的导入

* feat: 增加actuator到demo中

* fix: add lossless healthcheck for example

* fix: add configuration comments

* fix: 修复事件日志不输出的问题

* release: release version to 1.7.0-RC1
  • Loading branch information
andrewshan authored Apr 15, 2024
1 parent 5bafa35 commit 8d42864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<spring.cloud.version>2023.0.0</spring.cloud.version>
<spring.cloud.tencent.version>1.14.0-2023.0.0-SNAPSHOT</spring.cloud.tencent.version>
<spring.cloud.tencent.version>1.14.0-2023.0.0-RC1</spring.cloud.tencent.version>
<spring.boot.version>3.2.3</spring.boot.version>
<slf4j.vesion>1.7.30</slf4j.vesion>
<jdk.version>17</jdk.version>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<url>https://github.com/polarismesh/polaris-java-agent</url>

<properties>
<revision>1.7.0-RC.0</revision>
<polaris.version>1.15.4-SNAPSHOT</polaris.version>
<revision>1.7.0-RC1</revision>
<polaris.version>1.15.4</polaris.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skip.maven.deploy>false</skip.maven.deploy>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 8d42864

Please sign in to comment.