You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/03 21:53:31 UTC

[logging-log4j-tools] branch master updated: Upgrade `maven-deploy-plugin` version to 3.0.0

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

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d34b7e  Upgrade `maven-deploy-plugin` version to 3.0.0
8d34b7e is described below

commit 8d34b7e06cfca2e93545f23d5ab0e0816800317d
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Jan 3 22:54:29 2023 +0100

    Upgrade `maven-deploy-plugin` version to 3.0.0
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index a36a69f..a0bec00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,7 @@
 
     <!-- plugin versions -->
     <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
+    <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
     <sign-maven-plugin.version>1.0.1</sign-maven-plugin.version>
 
   </properties>
@@ -182,6 +183,15 @@
             </executions>
           </plugin>
 
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <version>${maven-deploy-plugin.version}</version>
+            <configuration>
+              <deployAtEnd>true</deployAtEnd>
+            </configuration>
+          </plugin>
+
         </plugins>
 
       </build>