We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be45ec6 commit 5c5cfd2Copy full SHA for 5c5cfd2
pom.xml
@@ -44,8 +44,7 @@
44
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
45
<maven.compiler.target>1.7</maven.compiler.target>
46
<maven.compiler.source>1.7</maven.compiler.source>
47
- <changelog-lib>1.94</changelog-lib>
48
- <fmt>2.6.0</fmt>
+ <changelog-lib>1.94</changelog-lib>
49
</properties>
50
51
<dependencies>
@@ -110,7 +109,7 @@
110
109
<plugin>
111
<groupId>com.coveo</groupId>
112
<artifactId>fmt-maven-plugin</artifactId>
113
- <version>${fmt}</version>
+ <version>2.6.0</version>
114
<executions>
115
<execution>
116
<goals>
0 commit comments