You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/30 10:56:33 UTC

[maven-doxia] branch buildconsumer updated (15e3de1 -> 5e3ede2)

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

slachiewicz pushed a change to branch buildconsumer
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


 discard 15e3de1  test build vs consumer POM features
     add a3404a2  [DOXIA-610] Drop dependency to outdated Log4j
     add efbcfdd  add Reproducible Builds ok badge
     add 512cc33  update ASF CI url
     add da83dca  update ASF CI url [ci skip]
     add 7d53e9e  [DOXIA-606] fix javadoc issues with JDK 8 when generating documentation
     add 74c3e87  Bump httpclient from 4.5.12 to 4.5.13
     add f2d1a1e  Bump ant-apache-regexp from 1.7.1 to 1.10.9
     add c439714  Bump junit from 4.11 to 4.13.1
     add d66b461  Bump httpcore from 4.4.13 to 4.4.14
     add b55285c  [DOXIA-616] Markdown: Properly expose the language specified in fenced code blocks
     add 0ffc54a  Bump version to 1.10-SNAPSHOT
     add d679431  [DOXIA-542] Markdown module converts all apostrophes to quotation marks
     add 82f421e  Fix Java 7 compatibility that was broken with DOXIA-616
     add 8128fd3  [DOXIA-618]
     add 7930502  Bump fop from 2.5 to 2.6
     add e1d7a71  Bump junit from 4.13.1 to 4.13.2
     add e02a241  Dependabot: ignore Java 8 dependencies
     add 98e259c  Bump ant-apache-regexp from 1.10.9 to 1.10.10
     add 589e703  [DOXIA-609] Fixed crosslinks starting with a dot in markdown files
     add 794c39d  Adjust Github CI config
     add 5443de7  [DOXIA-588] Update Xhtml5BaseSinkTest align missing
     new 35b96ae  Bump actions/cache from 2.1.4 to 2.1.6
     new 5e3ede2  test build vs consumer POM features

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   (15e3de1)
            \
             N -- N -- N   refs/heads/buildconsumer (5e3ede2)

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 2 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/dependabot.yml                             |  35 ++-
 .github/workflows/maven.yml                        |  51 +++++
 README.md                                          |   9 +-
 doxia-core/pom.xml                                 |   6 +-
 .../apache/maven/doxia/parser/XhtmlBaseParser.java |   3 +-
 .../maven/doxia/sink/impl/Xhtml5BaseSink.java      |  28 ++-
 .../maven/doxia/sink/impl/XhtmlBaseSink.java       |  28 ++-
 .../org/apache/maven/doxia/AbstractModuleTest.java |   3 +-
 .../maven/doxia/parser/Xhtml5BaseParserTest.java   |  17 --
 .../maven/doxia/sink/impl/AbstractSinkTest.java    |   6 +-
 .../maven/doxia/sink/impl/Xhtml5BaseSinkTest.java  |   6 +-
 .../maven/doxia/sink/impl/XhtmlBaseSinkTest.java   |  15 +-
 doxia-logging-api/pom.xml                          |   2 +-
 doxia-modules/doxia-module-apt/pom.xml             |   2 +-
 .../apache/maven/doxia/module/apt/AptSinkTest.java |  47 ++++
 doxia-modules/doxia-module-confluence/pom.xml      |   2 +-
 doxia-modules/doxia-module-docbook-simple/pom.xml  |   2 +-
 doxia-modules/doxia-module-fml/pom.xml             |   4 +-
 doxia-modules/doxia-module-fo/pom.xml              |  11 +-
 .../src/main/resources/log4j.properties            |  24 ---
 doxia-modules/doxia-module-itext/pom.xml           |   2 +-
 doxia-modules/doxia-module-latex/pom.xml           |   2 +-
 doxia-modules/doxia-module-markdown/pom.xml        |  77 ++++++-
 .../doxia-module-markdown/src/it/general/pom.xml   |  69 ++++++
 .../src/it/general/src/site/markdown/DOXIA-473.md  |   4 +
 .../general/src/site/markdown/DOXIA-535.markdown   |   3 +
 .../src/it/general/src/site/markdown/DOXIA-571.md  |  28 ++-
 .../src/it/general/src/site/markdown/DOXIA-597.md  |   3 +
 .../site/markdown/DOXIA-616-fenced-code-block.md   |  26 +++
 .../src/it/general/src/site/markdown/index.md      |   5 +
 .../src/it/general/src/site/markdown/metadata.md   |  11 +
 .../src/it/general/src/site/markdown/quotes.md     |   5 +
 .../src/it/general/src/site/site.xml}              |  37 ++--
 .../src/it/general/verify.groovy                   | 108 ++++++++++
 .../doxia-module-markdown/src/it/settings.xml      |  55 +++++
 .../module/markdown/FlexmarkDoxiaExtension.java    |  58 -----
 .../module/markdown/FlexmarkDoxiaLinkResolver.java |   3 +-
 .../module/markdown/FlexmarkDoxiaNodeRenderer.java | 146 -------------
 .../doxia/module/markdown/MarkdownParser.java      | 240 ++++++++++++---------
 .../markdown/FlexmarkDoxiaLinkResolverTest.java    |  22 ++
 .../doxia/module/markdown/MarkdownParserTest.java  | 143 ++++++++----
 .../src/test/resources/fenced-code-block.md        |   5 +
 .../src/test/resources/first-heading.md            |   2 +-
 .../src/test/resources/metadata.md                 |  13 +-
 .../src/test/resources/quote-vs-apostrophe.md      |   3 +
 doxia-modules/doxia-module-rtf/pom.xml             |   2 +-
 doxia-modules/doxia-module-twiki/pom.xml           |   2 +-
 doxia-modules/doxia-module-xdoc/pom.xml            |   4 +-
 .../maven/doxia/module/xdoc/XdocSinkTest.java      |   2 +-
 doxia-modules/doxia-module-xhtml/pom.xml           |   2 +-
 .../maven/doxia/module/xhtml/XhtmlParser.java      |   2 +-
 doxia-modules/doxia-module-xhtml5/pom.xml          |   2 +-
 doxia-modules/pom.xml                              |   2 +-
 doxia-sink-api/pom.xml                             |   2 +-
 doxia-test-docs/pom.xml                            |   2 +-
 pom.xml                                            |  23 +-
 56 files changed, 927 insertions(+), 489 deletions(-)
 create mode 100644 .github/workflows/maven.yml
 delete mode 100644 doxia-modules/doxia-module-fo/src/main/resources/log4j.properties
 create mode 100644 doxia-modules/doxia-module-markdown/src/it/general/pom.xml
 create mode 100644 doxia-modules/doxia-module-markdown/src/it/general/src/site/markdown/DOXIA-473.md
 create mode 100644 doxia-modules/doxia-module-markdown/src/it/general/src/site/markdown/DOXIA-535.markdown
 copy doxia-test-docs/src/main/resources/maven-verifier-plugin/fml/faq.fml => doxia-modules/doxia-module-markdown/src/it/general/src/site/markdown/DOXIA-571.md (61%)
 create mode 100644 doxia-modules/doxia-module-markdown/src/it/general/src/site/markdown/DOXIA-597.md
 create mode 100644 doxia-modules/doxia-module-markdown/src/it/general/src/site/markdown/DOXIA-616-fenced-code-block.md
 create mode 100644 doxia-modules/doxia-module-markdown/src/it/general/src/site/markdown/index.md
 create mode 100644 doxia-modules/doxia-module-markdown/src/it/general/src/site/markdown/metadata.md
 create mode 100644 doxia-modules/doxia-module-markdown/src/it/general/src/site/markdown/quotes.md
 copy doxia-modules/{doxia-module-fo/src/site/xdoc/links.xml => doxia-module-markdown/src/it/general/src/site/site.xml} (52%)
 create mode 100644 doxia-modules/doxia-module-markdown/src/it/general/verify.groovy
 create mode 100644 doxia-modules/doxia-module-markdown/src/it/settings.xml
 delete mode 100644 doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/FlexmarkDoxiaExtension.java
 delete mode 100644 doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/FlexmarkDoxiaNodeRenderer.java
 create mode 100644 doxia-modules/doxia-module-markdown/src/test/resources/fenced-code-block.md
 create mode 100644 doxia-modules/doxia-module-markdown/src/test/resources/quote-vs-apostrophe.md

[maven-doxia] 02/02: test build vs consumer POM features

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

slachiewicz pushed a commit to branch buildconsumer
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit 5e3ede2d124a120731802ba742569d6f52acba75
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Jul 6 10:09:11 2020 +0200

    test build vs consumer POM features
---
 doxia-core/pom.xml                                |  2 +-
 doxia-logging-api/pom.xml                         |  2 +-
 doxia-modules/doxia-module-apt/pom.xml            |  2 +-
 doxia-modules/doxia-module-confluence/pom.xml     |  2 +-
 doxia-modules/doxia-module-docbook-simple/pom.xml |  2 +-
 doxia-modules/doxia-module-fml/pom.xml            |  2 +-
 doxia-modules/doxia-module-fo/pom.xml             |  2 +-
 doxia-modules/doxia-module-itext/pom.xml          |  2 +-
 doxia-modules/doxia-module-latex/pom.xml          |  2 +-
 doxia-modules/doxia-module-markdown/pom.xml       |  2 +-
 doxia-modules/doxia-module-rtf/pom.xml            |  2 +-
 doxia-modules/doxia-module-twiki/pom.xml          |  2 +-
 doxia-modules/doxia-module-xdoc/pom.xml           |  2 +-
 doxia-modules/doxia-module-xhtml/pom.xml          |  2 +-
 doxia-modules/doxia-module-xhtml5/pom.xml         |  2 +-
 doxia-modules/pom.xml                             |  2 +-
 doxia-sink-api/pom.xml                            |  2 +-
 doxia-test-docs/pom.xml                           |  2 +-
 pom.xml                                           | 14 +++++++-------
 19 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml
index 449f433..7bc3b47 100644
--- a/doxia-core/pom.xml
+++ b/doxia-core/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia</artifactId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-logging-api/pom.xml b/doxia-logging-api/pom.xml
index 423314b..92f5c95 100644
--- a/doxia-logging-api/pom.xml
+++ b/doxia-logging-api/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-apt/pom.xml b/doxia-modules/doxia-module-apt/pom.xml
index d46c2e7..b025fb1 100644
--- a/doxia-modules/doxia-module-apt/pom.xml
+++ b/doxia-modules/doxia-module-apt/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-confluence/pom.xml b/doxia-modules/doxia-module-confluence/pom.xml
index f6ca781..9b88ea8 100644
--- a/doxia-modules/doxia-module-confluence/pom.xml
+++ b/doxia-modules/doxia-module-confluence/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-docbook-simple/pom.xml b/doxia-modules/doxia-module-docbook-simple/pom.xml
index 0909d03..c34b336 100644
--- a/doxia-modules/doxia-module-docbook-simple/pom.xml
+++ b/doxia-modules/doxia-module-docbook-simple/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-fml/pom.xml b/doxia-modules/doxia-module-fml/pom.xml
index 1286850..d540d74 100644
--- a/doxia-modules/doxia-module-fml/pom.xml
+++ b/doxia-modules/doxia-module-fml/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-fo/pom.xml b/doxia-modules/doxia-module-fo/pom.xml
index 7d65eb2..b5b33be 100644
--- a/doxia-modules/doxia-module-fo/pom.xml
+++ b/doxia-modules/doxia-module-fo/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-itext/pom.xml b/doxia-modules/doxia-module-itext/pom.xml
index b805d07..7afd53f 100644
--- a/doxia-modules/doxia-module-itext/pom.xml
+++ b/doxia-modules/doxia-module-itext/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-latex/pom.xml b/doxia-modules/doxia-module-latex/pom.xml
index abdd11b..7e41018 100644
--- a/doxia-modules/doxia-module-latex/pom.xml
+++ b/doxia-modules/doxia-module-latex/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-markdown/pom.xml b/doxia-modules/doxia-module-markdown/pom.xml
index 81061bc..c2a5ed4 100644
--- a/doxia-modules/doxia-module-markdown/pom.xml
+++ b/doxia-modules/doxia-module-markdown/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-modules</artifactId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-rtf/pom.xml b/doxia-modules/doxia-module-rtf/pom.xml
index facf00d..c27049e 100644
--- a/doxia-modules/doxia-module-rtf/pom.xml
+++ b/doxia-modules/doxia-module-rtf/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-twiki/pom.xml b/doxia-modules/doxia-module-twiki/pom.xml
index d85610a..53e7a02 100644
--- a/doxia-modules/doxia-module-twiki/pom.xml
+++ b/doxia-modules/doxia-module-twiki/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-xdoc/pom.xml b/doxia-modules/doxia-module-xdoc/pom.xml
index ec83d9b..b7dea0c 100644
--- a/doxia-modules/doxia-module-xdoc/pom.xml
+++ b/doxia-modules/doxia-module-xdoc/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-xhtml/pom.xml b/doxia-modules/doxia-module-xhtml/pom.xml
index 9346526..90a9bfd 100644
--- a/doxia-modules/doxia-module-xhtml/pom.xml
+++ b/doxia-modules/doxia-module-xhtml/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-xhtml5/pom.xml b/doxia-modules/doxia-module-xhtml5/pom.xml
index 8045623..5a8dab8 100644
--- a/doxia-modules/doxia-module-xhtml5/pom.xml
+++ b/doxia-modules/doxia-module-xhtml5/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/pom.xml b/doxia-modules/pom.xml
index 2947978..f2afad5 100644
--- a/doxia-modules/pom.xml
+++ b/doxia-modules/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>doxia</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-sink-api/pom.xml b/doxia-sink-api/pom.xml
index 0c09e35..53f3edf 100644
--- a/doxia-sink-api/pom.xml
+++ b/doxia-sink-api/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-test-docs/pom.xml b/doxia-test-docs/pom.xml
index 7ee1601..ae8e878 100644
--- a/doxia-test-docs/pom.xml
+++ b/doxia-test-docs/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia</artifactId>
-    <version>1.10-SNAPSHOT</version>
+    <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 8b8417f..4245960 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
 
   <groupId>org.apache.maven.doxia</groupId>
   <artifactId>doxia</artifactId>
-  <version>1.10-SNAPSHOT</version>
+  <version>1.10-${revlist}-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Doxia</name>
@@ -92,8 +92,8 @@ under the License.
 
   <dependencyManagement>
     <dependencies>
-      <!-- doxia -->
-      <dependency>
+      <!-- doxia --><!-- not needed any more with build/consumer POM -->
+      <!--dependency>
         <groupId>org.apache.maven.doxia</groupId>
         <artifactId>doxia-sink-api</artifactId>
         <version>${project.version}</version>
@@ -118,10 +118,10 @@ under the License.
         <artifactId>doxia-core</artifactId>
         <version>${project.version}</version>
         <type>test-jar</type>
-      </dependency>
+      </dependency-->
 
-      <!-- doxia modules -->
-      <dependency>
+      <!-- doxia modules --><!-- not needed any more with build/consumer POM -->
+      <!--dependency>
         <groupId>org.apache.maven.doxia</groupId>
         <artifactId>doxia-module-apt</artifactId>
         <version>${project.version}</version>
@@ -175,7 +175,7 @@ under the License.
         <groupId>org.apache.maven.doxia</groupId>
         <artifactId>doxia-module-xhtml</artifactId>
         <version>${project.version}</version>
-      </dependency>
+      </dependency-->
 
       <!-- test -->
       <dependency>

[maven-doxia] 01/02: Bump actions/cache from 2.1.4 to 2.1.6

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

slachiewicz pushed a commit to branch buildconsumer
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit 35b96ae0e54fe9e31a34adc08101780c494f952e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun May 30 09:16:10 2021 +0000

    Bump actions/cache from 2.1.4 to 2.1.6
    
    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d297840..e7040b8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Cache local Maven repository
-        uses: actions/cache@v2.1.4
+        uses: actions/cache@v2.1.6
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}