Skip to content

Commit

Permalink
Merge pull request #11 from apache/31
Browse files Browse the repository at this point in the history
[MSHARED-936] update to maven 3.1.0
  • Loading branch information
elharo authored Jul 16, 2020
2 parents c2583a2 + 52a25fc commit 36d2e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</distributionManagement>

<properties>
<mavenVersion>3.0</mavenVersion>
<mavenVersion>3.1.0</mavenVersion>
<javaVersion>7</javaVersion>
<project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.apache.maven.execution.MavenSession;
import org.apache.maven.settings.Settings;
import org.codehaus.plexus.PlexusContainer;
import org.sonatype.aether.RepositorySystemSession;
import org.eclipse.aether.RepositorySystemSession;

/**
* @author Olivier Lamy
Expand Down

0 comments on commit 36d2e6e

Please sign in to comment.