View categories
Java updates for Maven version
Change effective on 07 March 2016
Java applications deployed to Heroku will be upgraded to the latest version of Maven by default. Applications requiring an older version of Maven can define one by adding this line to the system.properties
file in the root directory:
maven.version=3.3.9
For a list of supported Maven versions, see the Dev Center article on Java Support.