This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5c1b79a Bump maven-scm-publish-plugin to 3.2.1
5c1b79a is described below
commit 5c1b79a55a92e8157b849b93f8ab618bf5811de6
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Thu Jun 8 11:31:24 2023 +0200
Bump maven-scm-publish-plugin to 3.2.1
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index b75540d..f9a796e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,6 +228,14 @@ under the License.
<!-- don't deploy site with maven-site-plugin -->
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-publish-plugin</artifactId>
+ <version>3.2.1</version>
+ <configuration>
+ <tryUpdate>true</tryUpdate>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>