Skip to content

Commit

Permalink
[MSITE-863] fix Maven < 3.6.1 compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jun 19, 2020
1 parent 028119f commit 5179a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-exec</artifactId>
<version>1.5-SNAPSHOT</version><!-- MSITE-863/MSHARED-921 -->
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down

0 comments on commit 5179a4d

Please sign in to comment.