This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch MNG-5728 in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
The following commit(s) were added to refs/heads/MNG-5728 by this push: new 55eaf85 Add Plexus Utils 1.5.6 to Bootstrap 55eaf85 is described below commit 55eaf85405bd2fd5b800435a9608f0a3dfb2cb58 Author: Michael Osipov <micha...@apache.org> AuthorDate: Mon Nov 30 14:19:16 2020 +0100 Add Plexus Utils 1.5.6 to Bootstrap --- .../src/test/resources/bootstrap/group-11/pom.xml | 48 ++++++++++++++++++++++ core-it-suite/src/test/resources/bootstrap/pom.xml | 1 + 2 files changed, 49 insertions(+) diff --git a/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml new file mode 100644 index 0000000..30be7ce --- /dev/null +++ b/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<project> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.maven.its.bootstrap</groupId> + <artifactId>maven-it-boostrap</artifactId> + <version>1.0</version> + </parent> + + <groupId>org.apache.maven.its.bootstrap</groupId> + <artifactId>group-11</artifactId> + <version>1.0</version> + <packaging>jar</packaging> + + <name>Maven Integration Test :: Boostrap :: Group-11</name> + + <properties> + </properties> + + <dependencies> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>1.5.6</version> + </dependency> + </dependencies> +</project> diff --git a/core-it-suite/src/test/resources/bootstrap/pom.xml b/core-it-suite/src/test/resources/bootstrap/pom.xml index 9f65a77..1c711a9 100644 --- a/core-it-suite/src/test/resources/bootstrap/pom.xml +++ b/core-it-suite/src/test/resources/bootstrap/pom.xml @@ -47,6 +47,7 @@ under the License. <module>group-8</module> <module>group-9</module> <module>group-10</module> + <module>group-11</module> </modules> <properties>