Skip to content

Commit

Permalink
Merge pull request #4 from apache/31
Browse files Browse the repository at this point in the history
[MRESOURCES-261] update to Maven 3.1
  • Loading branch information
elharo authored Jul 16, 2020
2 parents d37390b + 1e629c4 commit d38a8e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ under the License.

<properties>
<mavenFilteringVersion>3.2.0-SNAPSHOT</mavenFilteringVersion>
<mavenVersion>3.0</mavenVersion>
<mavenVersion>3.1.0</mavenVersion>
<javaVersion>7</javaVersion>
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
</properties>
Expand Down Expand Up @@ -138,7 +138,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>2.1</version>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import org.codehaus.plexus.PlexusContainer;
import org.codehaus.plexus.util.FileUtils;
import org.codehaus.plexus.util.IOUtil;
import org.sonatype.aether.RepositorySystemSession;
import org.eclipse.aether.RepositorySystemSession;

public class ResourcesMojoTest
extends AbstractMojoTestCase
Expand Down

0 comments on commit d38a8e8

Please sign in to comment.