You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jo...@apache.org on 2015/06/17 08:04:31 UTC

struts git commit: Fiy typo in commons-digester artifact id

Repository: struts
Updated Branches:
  refs/heads/master bacc57144 -> 3720bbff4


Fiy typo in commons-digester artifact id


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/3720bbff
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/3720bbff
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/3720bbff

Branch: refs/heads/master
Commit: 3720bbff417c4956b1ff514b27933eabb15222af
Parents: bacc571
Author: Johannes Geppert <jo...@apache.org>
Authored: Wed Jun 17 08:04:13 2015 +0200
Committer: Johannes Geppert <jo...@apache.org>
Committed: Wed Jun 17 08:04:13 2015 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/3720bbff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2a6e949..73d9599 100644
--- a/pom.xml
+++ b/pom.xml
@@ -714,7 +714,7 @@
             </dependency>
             <dependency>
                 <groupId>commons-digester</groupId>
-                <artifactId>Switch to latest</artifactId>
+                <artifactId>commons-digester</artifactId>
                 <version>2.1</version>
             </dependency>
             <dependency>