Skip to content

Commit

Permalink
fix(pom.xml): revision版本号导致编译报错问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxianrui committed Jul 10, 2022
1 parent b80a6e2 commit 5fcaf87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.youlai</groupId>
<artifactId>youlai-mall</artifactId>
<version>${revesion}</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -34,7 +34,6 @@
</parent>

<properties>
<revesion>2.0.1</revesion>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 5fcaf87

Please sign in to comment.