You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/03 21:06:45 UTC

[logging-log4j2] 01/05: Add missing `maven-scm-plugin` version

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

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit ceeed0e09a738b10ae791586d535173616aedfe1
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Mon Oct 3 22:06:15 2022 +0200

    Add missing `maven-scm-plugin` version
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6da5cae99f..f9e59eb1f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,6 +272,7 @@
     <!-- Do not update the pdf plugin version without verifying the new version works by running mvn site -->
     <maven-pdf-plugin.version>1.2</maven-pdf-plugin.version>
     <maven-pmd-plugin.version>3.16.0</maven-pmd-plugin.version>
+    <maven-scm-plugin.version>1.12.2</maven-scm-plugin.version>
     <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
     <maven-taglib-plugin.version>2.4</maven-taglib-plugin.version>
     <maven-toolchains-plugin.version>3.1.0</maven-toolchains-plugin.version>