This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch dependency-updates in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git
commit 807df7dc3afbd6414191b0ad1ab3eb2c163406a7 Author: Michael Osipov <[email protected]> AuthorDate: Mon Jan 24 13:12:35 2022 +0100 [MSHARED-1028] Upgrade Maven Reporting API to 3.1.0 --- pom.xml | 2 +- src/it/setup-reporting-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 93dbb31..ed38537 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>3.0</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <!-- Maven --> diff --git a/src/it/setup-reporting-plugin/pom.xml b/src/it/setup-reporting-plugin/pom.xml index 03fad4e..61b5c0b 100644 --- a/src/it/setup-reporting-plugin/pom.xml +++ b/src/it/setup-reporting-plugin/pom.xml @@ -46,7 +46,7 @@ under the License. <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>3.0</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <!-- plugin API and plugin-tools -->
