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/10/14 18:50:36 UTC

[maven-jxr] branch master updated: Bump extra-enforcer-rules from 1.2 to 1.3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1b1974c  Bump extra-enforcer-rules from 1.2 to 1.3
1b1974c is described below

commit 1b1974cb5b3747b8e10c1c4035e0dac7fe973e3e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Oct 14 20:49:31 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 6290b3c..c028678 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@ under the License.
         <dependency>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>extra-enforcer-rules</artifactId>
-          <version>1.2</version>
+          <version>1.3</version>
         </dependency>
       </dependencies>
     </plugin>