You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/01/28 22:16:48 UTC

[maven-site] branch mvn4 created (now 111d2d0)

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

gnodet pushed a change to branch mvn4
in repository https://gitbox.apache.org/repos/asf/maven-site.git.


      at 111d2d0  mvn4 aggregator

This branch includes the following new commits:

     new 111d2d0  mvn4 aggregator

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-site] 01/01: mvn4 aggregator

Posted by gn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch mvn4
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 111d2d0be608ccda642aeee7f7a98643d197a1dc
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Jan 28 23:16:45 2022 +0100

    mvn4 aggregator
---
 .gitmodules | 2 ++
 pom.xml     | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..6d87ac3
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,2 @@
+[submodule "site"]
+	branch = mvn4
diff --git a/pom.xml b/pom.xml
index 8196c81..f46646d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,8 +71,8 @@
     <versions3x>3.8.4,3.8.3,3.8.2,3.8.1,3.6.3,3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
     <site.output>${project.build.directory}/site</site.output>
     <fluidoVersion>1.10.0</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm -->
-    <doxiaVersion>1.11.1</doxiaVersion>
-    <doxiaToolsVersion>1.11.1</doxiaToolsVersion>
+    <doxiaVersion>2.0.0-M2-SNAPSHOT</doxiaVersion>
+    <doxiaToolsVersion>2.0.0-M2-SNAPSHOT</doxiaToolsVersion>
     <javaVersion>8</javaVersion>
   </properties>
 
@@ -179,7 +179,7 @@
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.5.1</version>
+            <version>1.4</version>
           </dependency>
         </dependencies>
         <executions>