Skip to content

Commit 5c5cfd2

Browse files
committedJan 16, 2021
Locking fmt version
1 parent be45ec6 commit 5c5cfd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
<maven.compiler.target>1.7</maven.compiler.target>
4646
<maven.compiler.source>1.7</maven.compiler.source>
47-
<changelog-lib>1.94</changelog-lib>
48-
<fmt>2.6.0</fmt>
47+
<changelog-lib>1.94</changelog-lib>
4948
</properties>
5049

5150
<dependencies>
@@ -110,7 +109,7 @@
110109
<plugin>
111110
<groupId>com.coveo</groupId>
112111
<artifactId>fmt-maven-plugin</artifactId>
113-
<version>${fmt}</version>
112+
<version>2.6.0</version>
114113
<executions>
115114
<execution>
116115
<goals>

0 commit comments

Comments
 (0)
Please sign in to comment.