Skip to content

Commit

Permalink
Use property for dependency version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed May 30, 2023
1 parent 30b3185 commit e551ff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,12 @@
<artifactId>adventure-text-minimessage</artifactId>
<version>${minimessage.version}</version>
</dependency>

<!-- Password4j -->
<dependency>
<groupId>com.password4j</groupId>
<artifactId>password4j</artifactId>
<version>1.7.0</version>
<version>${password4j.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit e551ff9

Please sign in to comment.