Skip to content

Commit

Permalink
fix: use project.version instead of version in pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: zhiheng123 <903292776@qq.com>
  • Loading branch information
zhiheng123 committed Sep 23, 2024
1 parent 7c4fde0 commit 2a7ba2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mtconnect-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<dependency>
<groupId>io.github.protocol-laboratory</groupId>
<artifactId>mtconnect-client</artifactId>
<version>${version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.github.protocol-laboratory</groupId>
<artifactId>mtconnect-server</artifactId>
<version>${version}</version>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 2a7ba2f

Please sign in to comment.