Skip to content

Commit

Permalink
fix:upgrade polaris dep version (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Jun 9, 2023
1 parent 7a6dd7b commit f1581c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -38,7 +38,7 @@

<properties>
<!-- Project revision -->
<revision>0.2.0-SNAPSHOT</revision>
<revision>0.2.0</revision>
<timestamp>${maven.build.timestamp}</timestamp>
<skip.maven.deploy>false</skip.maven.deploy>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
Expand All @@ -53,7 +53,7 @@
<maven.gpg.plugin.version>3.0.1</maven.gpg.plugin.version>
<maven.deploy.plugin.version>3.0.0-M1</maven.deploy.plugin.version>
<maven.flatten.plugin.version>1.2.5</maven.flatten.plugin.version>
<polaris.version>1.12.5</polaris.version>
<polaris.version>1.12.9</polaris.version>
<slf4j.version>1.7.25</slf4j.version>
</properties>

Expand Down

0 comments on commit f1581c4

Please sign in to comment.