This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch MENFORCER-384 in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
The following commit(s) were added to refs/heads/MENFORCER-384 by this push: new 7ee951e Require Maven 3.3.1 for extensions 7ee951e is described below commit 7ee951e09bf4efa5d38f08e77cce23d7c2205239 Author: rfscholte <rfscho...@apache.org> AuthorDate: Fri May 21 16:00:37 2021 +0200 Require Maven 3.3.1 for extensions --- maven-enforcer-extension/src/it/projects/invoker.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/maven-enforcer-extension/src/it/projects/invoker.properties b/maven-enforcer-extension/src/it/projects/invoker.properties index 9bbbd74..7283777 100644 --- a/maven-enforcer-extension/src/it/projects/invoker.properties +++ b/maven-enforcer-extension/src/it/projects/invoker.properties @@ -14,6 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +invoker.maven.version = 3.3.1+ invoker.goals.1 = validate invoker.goals.2 = verify invoker.buildResult.2 = failure