Skip to content

Commit fb2299a

Browse files
jorsolslachiewicz
authored andcommitted
Restore mavenArchiverVersion property used in the site
Signed-off-by: Jorge Solórzano <[email protected]>
1 parent 1204127 commit fb2299a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<properties>
7878
<javaVersion>8</javaVersion>
7979
<mavenVersion>3.2.5</mavenVersion>
80+
<mavenArchiverVersion>3.6.0</mavenArchiverVersion>
8081
<project.build.outputTimestamp>2022-01-08T21:19:21Z</project.build.outputTimestamp>
8182
</properties>
8283

@@ -113,7 +114,7 @@
113114
<dependency>
114115
<groupId>org.apache.maven</groupId>
115116
<artifactId>maven-archiver</artifactId>
116-
<version>3.6.0</version>
117+
<version>${mavenArchiverVersion}</version>
117118
</dependency>
118119
<dependency>
119120
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)