You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/15 18:25:23 UTC

[maven-reporting-api] branch doxia-2.0.0 updated (84083e9 -> e9148cf)

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

michaelo pushed a change to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git


 discard 84083e9  Prepare for Doxia 2.0.0
     add 35fc61e  [MSHARED-1024] Replace deprecated code
     add deea462  [maven-release-plugin] prepare release maven-reporting-api-3.1.0
     add e21ec0e  [maven-release-plugin] prepare for next development iteration
     new fc47826  Prepare for Doxia 2.0.0
     new cac719c  M2
     new e9148cf  Java 8

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (84083e9)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (e9148cf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 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.


Summary of changes:
 pom.xml                                                      | 12 ++++++------
 .../org/apache/maven/reporting/MavenMultiPageReport.java     |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)


[maven-reporting-api] 01/03: Prepare for Doxia 2.0.0

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

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git

commit fc47826ea54447634dc5738a50de1ba194c3d469
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 23 19:58:50 2022 +0100

    Prepare for Doxia 2.0.0
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4850cc1..a3a7378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,13 +94,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>1.11.1</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>plexus-container-default</artifactId>
-          <groupId>org.codehaus.plexus</groupId>
-        </exclusion>
-      </exclusions>
+      <version>2.0.0-M1</version>
     </dependency>
   </dependencies>
 </project>


[maven-reporting-api] 02/03: M2

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

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git

commit cac719cfa1b16404f9fa7b139d83469bb9f3b671
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Apr 15 20:22:56 2022 +0200

    M2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a3a7378..0d2d3e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ under the License.
       <url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
     </site>
   </distributionManagement>
-  
+
   <properties>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2022-02-01T20:52:04Z</project.build.outputTimestamp>
@@ -94,7 +94,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>2.0.0-M1</version>
+      <version>2.0.0-M2</version>
     </dependency>
   </dependencies>
 </project>


[maven-reporting-api] 03/03: Java 8

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

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git

commit e9148cf52060d85bdbaf3738b8eaf4d5ac75f305
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Apr 15 20:24:04 2022 +0200

    Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0d2d3e1..b3e97d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <project.build.outputTimestamp>2022-02-01T20:52:04Z</project.build.outputTimestamp>
   </properties>