This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch MNG-6965
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
The following commit(s) were added to refs/heads/MNG-6965 by this push:
new b71c720 MavenITmng2749ExtensionAvailableToPluginTest requires
maven-it-plugin-class-loader to use maven-plugin-api 3.0
b71c720 is described below
commit b71c7203e871d8a04684fe67d290ea40ac46718d
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Oct 3 20:42:47 2020 +0200
MavenITmng2749ExtensionAvailableToPluginTest requires
maven-it-plugin-class-loader to use maven-plugin-api 3.0
---
.../maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml
b/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml
index 7f01f6f..9fe906b 100644
---
a/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml
+++
b/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml
@@ -43,7 +43,7 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>2.0</version>
+ <version>3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>