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 e2936f3 maven-scm-publish-plugin force update
e2936f3 is described below
commit e2936f3b4e2605d2c9f3f7793f307d3508eac11c
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Thu Jun 8 11:35:35 2023 +0200
maven-scm-publish-plugin force update
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f9a796e..7b47732 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,7 @@ under the License.
<artifactId>maven-scm-publish-plugin</artifactId>
<version>3.2.1</version>
<configuration>
- <tryUpdate>true</tryUpdate>
+ <tryUpdate>false</tryUpdate>
</configuration>
</plugin>
</plugins>