Skip to content

Commit 69c4f55

Browse files
pzygielomichael-o
authored andcommitted
Fix site "usage" page
1 parent e01ed50 commit 69c4f55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ under the License.
6666
<mdoVersion>2.1.1</mdoVersion>
6767
<mavenVersion>3.2.5</mavenVersion>
6868
<slf4jVersion>1.7.5</slf4jVersion>
69+
<mavenFilteringVersion>3.3.0</mavenFilteringVersion>
70+
<mavenArchiverVersion>3.6.0</mavenArchiverVersion>
6971

7072
<surefire.version>3.0.0-M6</surefire.version>
7173
<testOutputToFile>true</testOutputToFile>
@@ -163,7 +165,7 @@ under the License.
163165
<dependency>
164166
<groupId>org.apache.maven.shared</groupId>
165167
<artifactId>maven-filtering</artifactId>
166-
<version>3.3.0</version>
168+
<version>${mavenFilteringVersion}</version>
167169
</dependency>
168170
<dependency>
169171
<groupId>org.codehaus.plexus</groupId>
@@ -178,7 +180,7 @@ under the License.
178180
<dependency>
179181
<groupId>org.apache.maven</groupId>
180182
<artifactId>maven-archiver</artifactId>
181-
<version>3.6.0</version>
183+
<version>${mavenArchiverVersion}</version>
182184
</dependency>
183185

184186
<dependency>

0 commit comments

Comments
 (0)