You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/08/26 12:31:18 UTC

[commons-dbcp] branch master updated: Use version.maven-source-plugin 3.2.1

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 95ff23f4 Use version.maven-source-plugin 3.2.1
95ff23f4 is described below

commit 95ff23f40eceb08ae1e312bdd6875ce86c71e68c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 26 08:31:13 2023 -0400

    Use version.maven-source-plugin 3.2.1
    
    https://issues.apache.org/jira/projects/MSOURCES/issues/MSOURCES-143
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 002bb599..739d2343 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,6 +331,7 @@
     <!-- spdx 0.6.0 can require Java 11 depending on undocumented behavior which kicks in for us here. -->
     <commons.spdx.version>0.5.5</commons.spdx.version>
     <surefire.argline></surefire.argline>
+    <version.maven-source-plugin>3.2.1</version.maven-source-plugin>
   </properties>
 
   <build>