This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/next by this push:
new 3309cc2 Bump maven-project-info-reports-plugin to 3.1.2
3309cc2 is described below
commit 3309cc2ea03237576f3d702cffe1d628c3ea0d12
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Dec 12 17:24:47 2021 +0100
Bump maven-project-info-reports-plugin to 3.1.2
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0c2ef9c..11c498f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,6 +419,11 @@ under the License.
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>3.1.2</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>