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:11:50 UTC

[maven-doxia] branch mvn4 created (now 4ed5318)

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-doxia.git.


      at 4ed5318  mvn4 aggregator

This branch includes the following new commits:

     new 4ed5318  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-doxia] 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-doxia.git

commit 4ed53188c4b1d8f13adcb1eb022ee6b898de1289
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Jan 28 23:11:47 2022 +0100

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

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..037135e
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,2 @@
+[submodule "doxia/doxia"]
+	branch = mvn4
diff --git a/pom.xml b/pom.xml
index f1ea69d..76293ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>34</version>
+    <version>35-SNAPSHOT</version>
     <relativePath />
   </parent>
 
@@ -83,7 +83,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <javaVersion>7</javaVersion><!-- remove when upgrade to maven-parent 34 -->
+    <javaVersion>8</javaVersion><!-- remove when upgrade to maven-parent 34 -->
     <maven.site.path>doxia-archives/doxia-LATEST</maven.site.path>
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,MethodName,InnerAssignment,MagicNumber</checkstyle.violation.ignore>
     <project.build.outputTimestamp>2022-01-17T09:10:13Z</project.build.outputTimestamp>
@@ -270,6 +270,7 @@ under the License.
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
+        <version>2.1.1</version>
         <executions>
           <execution>
             <goals>