Skip to content

Commit

Permalink
♻️ : extract mustache.version as property
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Aug 5, 2022
1 parent c3e6aa4 commit 5399fe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<spring.vault.version>2.3.2</spring.vault.version>
<frontend-maven-plugin.version>1.11.0</frontend-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<mustache.version>0.9.7</mustache.version>

<sonar.projectKey>gaia-app:gaia</sonar.projectKey>
<sonar.organization>gaia-app</sonar.organization>
Expand Down Expand Up @@ -141,7 +142,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.7</version>
<version>${mustache.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5399fe3

Please sign in to comment.