Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5179a4d

Browse files
committed
[MSITE-863] fix Maven < 3.6.1 compatibility issue
1 parent 028119f commit 5179a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ under the License.
222222
<dependency>
223223
<groupId>org.apache.maven.reporting</groupId>
224224
<artifactId>maven-reporting-exec</artifactId>
225-
<version>1.5-SNAPSHOT</version><!-- MSITE-863/MSHARED-921 -->
225+
<version>1.5.1</version>
226226
</dependency>
227227
<dependency>
228228
<groupId>org.apache.maven.shared</groupId>

0 commit comments

Comments
 (0)