You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/01/24 07:18:09 UTC

svn commit: r371839 - /maven/maven-1/plugins/trunk/developer-activity/plugin.jelly

Author: ltheussl
Date: Mon Jan 23 22:18:07 2006
New Revision: 371839

URL: http://svn.apache.org/viewcvs?rev=371839&view=rev
Log:
Replace maven:pluginVar by maven:get

Modified:
    maven/maven-1/plugins/trunk/developer-activity/plugin.jelly

Modified: maven/maven-1/plugins/trunk/developer-activity/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/developer-activity/plugin.jelly?rev=371839&r1=371838&r2=371839&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/developer-activity/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/developer-activity/plugin.jelly Mon Jan 23 22:18:07 2006
@@ -54,7 +54,7 @@
       <j:set var="maven.mode.online" value="true" />
     </j:if>
 
-    <maven:pluginVar var="factory" plugin="maven-changelog-plugin" property="maven.changelog.factory" />
+    <maven:get var="factory" plugin="maven-changelog-plugin" property="maven.changelog.factory" />
 
     <j:choose>
       <j:when test="${maven.mode.online}">