Skip to content

Commit

Permalink
[MPOM-305] Set minimum enforced Maven version to 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Apr 3, 2022
1 parent 355daaf commit 6633c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -87,7 +87,7 @@ under the License.
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
<gpg.useagent>true</gpg.useagent>
<minimalMavenBuildVersion>3.1.1</minimalMavenBuildVersion>
<minimalMavenBuildVersion>3.2.5</minimalMavenBuildVersion>
<minimalJavaBuildVersion>1.8</minimalJavaBuildVersion>
<maven.compiler.source>${maven.compiler.target}</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
Expand Down

0 comments on commit 6633c71

Please sign in to comment.