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/17 11:05:35 UTC

[maven-reporting-api] branch doxia-2.0.0 updated (f8e7db6 -> 9bcf14c)

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 f8e7db6  [MSHARED-1054] Upgrade plugins
 discard 48aca66  [MSHARED-1053] Upgrade Doxia to 2.0.0-M2
 discard cad5798  [MSHARED-1052] Upgrade to Java 8
 discard fbdb18f  Bump version to 4.0.0-M1
 discard e3af36f  Update CI URL
 discard ddef9ec  Remove superfluous page
     add b93edcd  Shared GitHub actions v2
     add b12d9d9  Remove superfluous page
     add 63194dc  Update CI URL
     new 0924a30  Bump version to 4.0.0-M1
     new a0ccb9d  [MSHARED-1052] Upgrade to Java 8
     new e4276e5  [MSHARED-1053] Upgrade Doxia to 2.0.0-M2
     new 9bcf14c  [MSHARED-1054] Upgrade plugins

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   (f8e7db6)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (9bcf14c)

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 4 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:
 .github/workflows/maven-verify.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


[maven-reporting-api] 04/04: [MSHARED-1054] Upgrade plugins

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 9bcf14c6c4230a74fa345a70c22948558c042948
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:10:53 2022 +0200

    [MSHARED-1054] Upgrade plugins
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a0296fc..7c3ffbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,12 +80,12 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.3.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.1.2</version>
+          <version>3.2.2</version>
         </plugin>
       </plugins>
     </pluginManagement>


[maven-reporting-api] 01/04: Bump version to 4.0.0-M1

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 0924a307982b8062d529de2bf11540032b45af1c
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:07:25 2022 +0200

    Bump version to 4.0.0-M1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index caaac31..00a6728 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-api</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>4.0.0-M1-SNAPSHOT</version>
 
   <name>Apache Maven Reporting API</name>
   <description>API to manage report generation.</description>
@@ -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>


[maven-reporting-api] 03/04: [MSHARED-1053] Upgrade Doxia to 2.0.0-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 e4276e5336c165315566a3de0c19b0bbaea53bdc
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:09:40 2022 +0200

    [MSHARED-1053] Upgrade Doxia to 2.0.0-M2
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 14aedd0..a0296fc 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-M2</version>
     </dependency>
   </dependencies>
 </project>


[maven-reporting-api] 02/04: [MSHARED-1052] Upgrade to 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 a0ccb9d55a4cc0a9ea2ca4b79ee378c3a701a6b0
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:08:51 2022 +0200

    [MSHARED-1052] Upgrade to Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 00a6728..14aedd0 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>