Skip to content

Commit

Permalink
appengine-maven-plugin requires Maven 3.5.0 or later (#3568)
Browse files Browse the repository at this point in the history
* appengine-maven-plugin requires Maven 3.5.0 or later
  • Loading branch information
elharo authored Dec 4, 2019
1 parent 182a79f commit 91a530b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</goals>
<configuration>
<rules>
<!-- appengine-maven-plugin requires Maven 3.5.0 -->
<!-- appengine-maven-plugin requires Maven 3.5.0 or later -->
<requireMavenVersion>
<version>3.5.0</version>
</requireMavenVersion>
Expand Down

0 comments on commit 91a530b

Please sign in to comment.