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-dbutils.git
The following commit(s) were added to refs/heads/master by this push:
new 67db09b Use commons.packageId, see commons-parent
67db09b is described below
commit 67db09b2de1b10b1180b67a4d8bdd2eaa55c40f3
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 09:27:22 2023 -0400
Use commons.packageId, see commons-parent
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dea2cdd..a16b5b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@
<checkstyle.config.file>${basedir}/src/conf/checkstyle/checkstyle.xml</checkstyle.config.file>
<commons.componentid>dbutils</commons.componentid>
- <commons.module.name>org.apache.commons.dbutils</commons.module.name>
+ <commons.packageId>dbutils</commons.packageId>
<commons.release.version>1.8.1</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>
<commons.bc.version>1.8.0</commons.bc.version>