Skip to content

Commit

Permalink
Upgrade provisio-maven-plugin to 1.0.16 to allow building with JDK 16
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar authored and electrum committed May 17, 2021
1 parent 914acbf commit fa07c42
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 @@ -26,7 +26,7 @@
<properties>
<mavenVersion>3.2.3</mavenVersion>
<mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
<provisioVersion>1.0.7</provisioVersion>
<provisioVersion>1.0.16</provisioVersion>
<takari.javaSourceVersion>1.8</takari.javaSourceVersion>

<!-- declare language version for IntelliJ IDEA -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources-filtered/META-INF/plexus/components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</test>
<package>
org.apache.maven.plugins:maven-jar-plugin:2.4:jar,
ca.vanzyl.maven.plugins:provisio-maven-plugin:${provisioVersion}:provision
ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin:${provisioVersion}:provision
</package>
<install>
org.apache.maven.plugins:maven-install-plugin:2.4:install
Expand Down

0 comments on commit fa07c42

Please sign in to comment.