You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/07/29 13:58:07 UTC

[plc4x] branch develop updated: chore(build): Downgraded the site plugin again.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new e69d38e5f chore(build): Downgraded the site plugin again.
e69d38e5f is described below

commit e69d38e5f377c1bddff5390caf0f5f8f3f81eb50
Author: Christofer Dutz <ch...@rivian.com>
AuthorDate: Fri Jul 29 15:57:58 2022 +0200

    chore(build): Downgraded the site plugin again.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 010e428a4..ada2f3a00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1236,7 +1236,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>4.0.0-M3</version>
+          <version>3.12.0</version>
           <configuration>
             <!--templateFile>${session.executionRootDirectory}/src/site/template/site.vm</templateFile-->
             <generateReports>true</generateReports>