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 2020/12/22 14:02:58 UTC

[maven-scm] branch next created (now e9c0f20)

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-scm.git.


      at e9c0f20  Bump extra-enforcer-rules from 1.0-beta-9 to 1.3

This branch includes the following new commits:

     new 4c4b662  Bump junit from 4.13 to 4.13.1
     new e9c0f20  Bump extra-enforcer-rules from 1.0-beta-9 to 1.3

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.



[maven-scm] 02/02: Bump extra-enforcer-rules from 1.0-beta-9 to 1.3

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-scm.git

commit e9c0f20e203815e71cdb057f5dfd8bfeb0fad114
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 22 15:01:20 2020 +0100

    Bump extra-enforcer-rules from 1.0-beta-9 to 1.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 99640b9..2f728b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -386,7 +386,7 @@
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.0-beta-9</version>
+            <version>1.3</version>
           </dependency>
         </dependencies>
       </plugin>


[maven-scm] 01/02: Bump junit from 4.13 to 4.13.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-scm.git

commit 4c4b66217b470a4691cd326101341bacdd021062
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 22 14:59:58 2020 +0100

    Bump junit from 4.13 to 4.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 88c1c93..99640b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13</version>
+        <version>4.13.1</version>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>