Skip to content

Commit

Permalink
Use ${project.version} instead of an explicit reference
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Apr 13, 2024
1 parent df8312d commit 043a4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse/pom.xml
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.basilevs.jstackfilter</groupId>
<artifactId>org.basilevs.jstackfilter</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 043a4ce

Please sign in to comment.