Skip to content

Commit 5820361

Browse files
authored
update version (#212)
1 parent 3b2bba9 commit 5820361

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mvn clean install
2424
<dependency>
2525
<groupId>com.tencent.polaris</groupId>
2626
<artifactId>polaris-dependencies</artifactId>
27-
<version>1.7.3</version>
27+
<version>1.8.0</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Modify pom.xml in application root, add dependencyManagement for polaris-java:
2727
<dependency>
2828
<groupId>com.tencent.polaris</groupId>
2929
<artifactId>polaris-dependencies</artifactId>
30-
<version>1.7.3</version>
30+
<version>1.8.0</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<properties>
6666
<!-- Project revision -->
67-
<revision>1.8.0-SNAPSHOT</revision>
67+
<revision>1.8.0</revision>
6868
<timestamp>${maven.build.timestamp}</timestamp>
6969
<skip.maven.deploy>false</skip.maven.deploy>
7070
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>

0 commit comments

Comments
 (0)