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/03 06:41:41 UTC

[maven-compiler-plugin] branch next created (now 3905a25)

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-compiler-plugin.git.


      at 3905a25  Bump plexus-component-metadata from 1.7.1 to 2.1.0

This branch includes the following new commits:

     new c84a541  Bump maven-invoker-plugin from 3.2.1 to 3.2.2
     new 4cb16a9  Bump plexus-java from 1.0.4 to 1.0.7
     new 1f0f016  Bump maven-shared-utils from 3.2.1 to 3.3.4
     new 1b89ae2  Bump qdox from 2.0-M9 to 2.0.0
     new c293710  (doc) remove old jdk from gh ci to reduce used resources
     new 3905a25  Bump plexus-component-metadata from 1.7.1 to 2.1.0

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-compiler-plugin] 02/06: Bump plexus-java from 1.0.4 to 1.0.7

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-compiler-plugin.git

commit 4cb16a968db75488becef47b4f56de3a59d9e381
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon May 3 08:19:36 2021 +0200

    Bump plexus-java from 1.0.4 to 1.0.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7597225..753c07b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@ under the License.
     <groovyEclipseCompilerVersion>2.7.0-01</groovyEclipseCompilerVersion>
     <groovy-eclipse-batch>2.0.4-04</groovy-eclipse-batch>
     <openJpaVersion>2.4.2</openJpaVersion>
-    <plexus-java.version>1.0.4</plexus-java.version>
+    <plexus-java.version>1.0.7</plexus-java.version>
     <javaVersion>7</javaVersion>
     <maven.it.failure.ignore>false</maven.it.failure.ignore>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>

[maven-compiler-plugin] 05/06: (doc) remove old jdk from gh ci to reduce used resources

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-compiler-plugin.git

commit c293710948aa720f4b096cd5b20e8c4ecd388c3f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon May 3 08:28:59 2021 +0200

    (doc) remove old jdk from gh ci to reduce used resources
---
 .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 6a4e0ba..3e2916e 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, 14, 15, 16, 17-ea]
+        java: [8, 11, 16, 17-ea]
         jdk: [adopt, zulu]
       fail-fast: false
 

[maven-compiler-plugin] 03/06: Bump maven-shared-utils from 3.2.1 to 3.3.4

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-compiler-plugin.git

commit 1f0f0168eb10bfdad131b32d1286e909273cf383
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon May 3 08:20:15 2021 +0200

    Bump maven-shared-utils from 3.2.1 to 3.3.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 753c07b..d7673fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.2.1</version>
+      <version>3.3.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>

[maven-compiler-plugin] 01/06: Bump maven-invoker-plugin from 3.2.1 to 3.2.2

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-compiler-plugin.git

commit c84a5411a3fd947cacb6583e90b4377deead0a13
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon May 3 08:11:51 2021 +0200

    Bump maven-invoker-plugin from 3.2.1 to 3.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c6e3d3b..7597225 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>3.2.1</version>
+              <version>3.2.2</version>
               <executions>
                 <execution>
                   <id>integration-test</id>

[maven-compiler-plugin] 04/06: Bump qdox from 2.0-M9 to 2.0.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-compiler-plugin.git

commit 1b89ae2db154d2886aafc8fdae9e8ab87e898d6f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon May 3 08:25:09 2021 +0200

    Bump qdox from 2.0-M9 to 2.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d7673fd..0e430d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@ under the License.
         <!-- to remove when using plexus-java-1.0.0 -->
         <groupId>com.thoughtworks.qdox</groupId>
         <artifactId>qdox</artifactId>
-        <version>2.0-M9</version>
+        <version>2.0.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>

[maven-compiler-plugin] 06/06: Bump plexus-component-metadata from 1.7.1 to 2.1.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-compiler-plugin.git

commit 3905a25dd2b54e92951ab1d2e9fae8d290cda736
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon May 3 08:32:49 2021 +0200

    Bump plexus-component-metadata from 1.7.1 to 2.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0e430d5..44f3eec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,7 +234,7 @@ under the License.
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.7.1</version>
+        <version>2.1.0</version>
         <executions>
           <execution>
             <id>descriptors</id>