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/11/16 00:32:49 UTC

[maven-javadoc-plugin] branch next created (now 9811cb4)

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

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


      at 9811cb4  (doc) tune ci setup

This branch includes the following new commits:

     new ae9ca98  Bump plexus-interactivity-api from 1.0 to 1.1
     new 983b4cf  Bump doxia-sink-api from 1.9.1 to 1.10
     new 0bf0571  Bump doxia-site-renderer from 1.9.2 to 1.10
     new 5fe5865  Bump commons-io from 2.8.0 to 2.11.0
     new 2d11680  Bump assertj-core from 3.19.0 to 3.21.0
     new 9811cb4  (doc) tune ci setup

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.


[maven-javadoc-plugin] 04/06: Bump commons-io from 2.8.0 to 2.11.0

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

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

commit 5fe5865ec98b85ae6f4856da9c81b3ab7ab55d28
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Oct 24 20:44:02 2021 +0200

    Bump commons-io from 2.8.0 to 2.11.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c452dab..2f39373 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,7 +303,7 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.8.0</version>
+      <version>2.11.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

[maven-javadoc-plugin] 06/06: (doc) tune ci setup

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

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

commit 9811cb44141f8afa6aa1a5d95c8be9f967e8ca4e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Oct 24 22:44:49 2021 +0200

    (doc) tune ci setup
---
 .github/workflows/maven.yml | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ff2998f..e66eb0f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
-        java: [8, 11, 17, 18-ea]
+        java: [8, 11, 17]
         jdk: [temurin, zulu]
       fail-fast: false
 
@@ -33,22 +33,14 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2.3.5
-
-      - name: Set up cache for ~./m2/repository
-        uses: actions/cache@v2.1.6
-        with:
-          path: ~/.m2/repository
-          key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
-          restore-keys: |
-            maven-${{ matrix.os }}-java${{ matrix.java }}-
-            maven-${{ matrix.os }}-
+        uses: actions/checkout@v2
 
       - name: Set up JDK
         uses: actions/setup-java@v2
         with:
           distribution: ${{ matrix.jdk }}
           java-version: ${{ matrix.java }}
+          cache: 'maven'
 
       - name: Build with Maven
-        run: mvn verify --errors --batch-mode --show-version -P run-its
+        run: mvn verify site --errors --batch-mode --show-version -P run-its

[maven-javadoc-plugin] 03/06: Bump doxia-site-renderer from 1.9.2 to 1.10

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

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

commit 0bf05713267a8f207fccb76f94a0081ca1b9eb0a
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Oct 24 20:43:12 2021 +0200

    Bump doxia-site-renderer from 1.9.2 to 1.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1077f21..c452dab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@ under the License.
     <javaVersion>8</javaVersion>
     <mavenVersion>3.0</mavenVersion>
     <doxiaVersion>1.10</doxiaVersion>
-    <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>
+    <doxia-sitetoolsVersion>1.10</doxia-sitetoolsVersion>
     <wagonVersion>2.4</wagonVersion>
     <sonatypeAetherVersion>1.13.1</sonatypeAetherVersion>
     <plexus-java.version>1.1.0</plexus-java.version>

[maven-javadoc-plugin] 02/06: Bump doxia-sink-api from 1.9.1 to 1.10

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

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

commit 983b4cf1336b7cbf17df130ffbb1cb38eab8e68f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Oct 24 20:42:52 2021 +0200

    Bump doxia-sink-api from 1.9.1 to 1.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f8fd376..1077f21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ under the License.
   <properties>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.0</mavenVersion>
-    <doxiaVersion>1.9.1</doxiaVersion>
+    <doxiaVersion>1.10</doxiaVersion>
     <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>
     <wagonVersion>2.4</wagonVersion>
     <sonatypeAetherVersion>1.13.1</sonatypeAetherVersion>

[maven-javadoc-plugin] 01/06: Bump plexus-interactivity-api from 1.0 to 1.1

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

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

commit ae9ca98f35652ad091cfadc0f20fe4fa5d8e5f6d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Oct 24 20:40:30 2021 +0200

    Bump plexus-interactivity-api from 1.0 to 1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4211745..f8fd376 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interactivity-api</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>

[maven-javadoc-plugin] 05/06: Bump assertj-core from 3.19.0 to 3.21.0

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

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

commit 2d116803ae0be1b215543e5135e6f60ebfa6dec9
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Oct 24 20:45:39 2021 +0200

    Bump assertj-core from 3.19.0 to 3.21.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2f39373..0bbcfd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,7 @@ under the License.
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.19.0</version>
+      <version>3.21.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>