You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/12/05 19:38:38 UTC

svn commit: r887571 - /commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml

Author: niallp
Date: Sat Dec  5 18:38:37 2009
New Revision: 887571

URL: http://svn.apache.org/viewvc?rev=887571&view=rev
Log:
Fix component id

Modified:
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml?rev=887571&r1=887570&r2=887571&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml (original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml Sat Dec  5 18:38:37 2009
@@ -45,7 +45,7 @@
   </dependencies>
 
   <properties>
-    <commons.componentid>jelly-tags-ant</commons.componentid>
+    <commons.componentid>jelly-tags-util</commons.componentid>
   </properties>
 
   <build>