Upgrade directory-maven-plugin from 0.3.1 to 1.0 (#2973)

Fixes build on Windows

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
pull/2974/head
Jacob Laursen 2022-05-20 20:52:00 +02:00 committed by GitHub
parent bf54474b03
commit eec6de523d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -530,7 +530,7 @@ Import-Package: \\
<pluginExecutionFilter>
<groupId>org.commonjava.maven.plugins</groupId>
<artifactId>directory-maven-plugin</artifactId>
<versionRange>[0.3.1,)</versionRange>
<versionRange>[1.0,)</versionRange>
<goals>
<goal>highest-basedir</goal>
</goals>
@ -689,7 +689,7 @@ Import-Package: \\
<plugin>
<groupId>org.commonjava.maven.plugins</groupId>
<artifactId>directory-maven-plugin</artifactId>
<version>0.3.1</version>
<version>1.0</version>
<executions>
<execution>
<id>directories</id>