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-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new 11c82b48 Fix typo
11c82b48 is described below

commit 11c82b48d3e16d3442e925a842cc2ac770d85b90
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 16 08:46:43 2023 -0400

    Fix typo
---
 dist/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/pom.xml b/dist/pom.xml
index e6e2ed25..3fdbd5a7 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -47,7 +47,7 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>commons-digester3-ap</artifactId>
+      <artifactId>commons-digester3-api</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
   </dependencies>

Reply via email to