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

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

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 5696311  Bump
 discard a8fa56a  Bump to 4.0.0
 discard e9148cf  Java 8
 discard cac719c  M2
 discard fc47826  Prepare for Doxia 2.0.0
     new ddef9ec  Remove superfluous page
     new e3af36f  Update CI URL
     new fbdb18f  Bump version to 4.0.0-M1
     new cad5798  [MSHARED-1052] Upgrade to Java 8
     new 48aca66  [MSHARED-1053] Upgrade Doxia to 2.0.0-M2
     new f8e7db6  [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   (5696311)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (f8e7db6)

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 6 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:


[maven-reporting-api] 05/06: [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 48aca66ecac7b09fa3ccdd311f252e8a200fbdef
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] 01/06: Remove superfluous page

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

    Remove superfluous page
---
 src/site/apt/index.apt.vm | 34 ----------------------------------
 src/site/site.xml         |  2 +-
 2 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
deleted file mode 100644
index 8e2481e..0000000
--- a/src/site/apt/index.apt.vm
+++ /dev/null
@@ -1,34 +0,0 @@
- -----
- Introduction
- -----
- Hervé Boutemy
- -----
- 2013-07-24
- -----
-
- ~~ Licensed to the Apache Software Foundation (ASF) under one
- ~~ or more contributor license agreements.  See the NOTICE file
- ~~ distributed with this work for additional information
- ~~ regarding copyright ownership.  The ASF licenses this file
- ~~ to you under the Apache License, Version 2.0 (the
- ~~ "License"); you may not use this file except in compliance
- ~~ with the License.  You may obtain a copy of the License at
- ~~
- ~~   http://www.apache.org/licenses/LICENSE-2.0
- ~~
- ~~ Unless required by applicable law or agreed to in writing,
- ~~ software distributed under the License is distributed on an
- ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~~ KIND, either express or implied.  See the License for the
- ~~ specific language governing permissions and limitations
- ~~ under the License.
-
- ~~ NOTE: For help with the syntax of this file, see:
- ~~ http://maven.apache.org/doxia/references/apt-format.html
-
-${project.name}
-
-  API to manage report generation.
-
-  <<<maven-reporting-api>>> is included in Maven 2.x core distribution, but moved to
-  shared components to achieve report decoupling from Maven 3 core.
diff --git a/src/site/site.xml b/src/site/site.xml
index a18a2a6..57539bb 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,7 +23,7 @@ under the License.
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="JavaDocs" href="apidocs/index.html"/>
+      <item name="Javadoc" href="apidocs/index.html"/>
       <item name="Source Xref" href="xref/index.html"/>
       <!--item name="FAQ" href="faq.html"/-->
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->


[maven-reporting-api] 02/06: Update CI URL

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

    Update CI URL
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4850cc1..caaac31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-reporting-api/</url>
+    <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-reporting-api/</url>
   </ciManagement>
   <distributionManagement>
     <site>


[maven-reporting-api] 04/06: [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 cad57982fb786536454ed262cb260b51471a73b4
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>
 


[maven-reporting-api] 06/06: [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 f8e7db642d5f4b0a05811ae5566fa35bc99a972c
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] 03/06: 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 fbdb18f7130b80e6aed4603d7be4ebd4bb4ca304
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>