You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/01/20 12:57:55 UTC

[maven-compiler-plugin] branch 31 created (now c9b0487)

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

elharo pushed a change to branch 31
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git.


      at c9b0487  update and specify dependencies

This branch includes the following new commits:

     new c9b0487  update and specify dependencies

The 1 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] 01/01: update and specify dependencies

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

elharo pushed a commit to branch 31
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit c9b04871158cd50bd6648aa92a5800cebc46b749
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Jan 20 07:57:39 2021 -0500

    update and specify dependencies
---
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e735a5..b2aaa01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,9 +117,14 @@ under the License.
       <version>${mavenVersion}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>${mavenVersion}</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.2.1</version>
+      <version>3.3.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -189,7 +194,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>