diff --git a/CHANGES.md b/CHANGES.md index 954baef64..3d1cadc26 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +Airbase 134 + +* Enforcer updates: + - Enable `requirePluginVersions` check +* Plugin updates: + - Enforcer 3.2.1 (from 3.1.0) + Airbase 133 * Checkstyle updates: diff --git a/airbase/pom.xml b/airbase/pom.xml index c56e756eb..83fee78e6 100644 --- a/airbase/pom.xml +++ b/airbase/pom.xml @@ -283,7 +283,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.1.0 + 3.2.1 org.codehaus.mojo @@ -359,6 +359,9 @@ org.eclipse.jetty:jetty-alpn-java-server + + Providing the plugin version explicitly makes the builds reproducible +