You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2009/01/04 16:36:11 UTC

svn commit: r731275 - /maven/components/trunk/maven-core/src/main/mdo/settings.mdo

Author: jvanzyl
Date: Sun Jan  4 07:36:11 2009
New Revision: 731275

URL: http://svn.apache.org/viewvc?rev=731275&view=rev
Log:
o note in the settings.mdo file about the release plugin

Modified:
    maven/components/trunk/maven-core/src/main/mdo/settings.mdo

Modified: maven/components/trunk/maven-core/src/main/mdo/settings.mdo
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/main/mdo/settings.mdo?rev=731275&r1=731274&r2=731275&view=diff
==============================================================================
--- maven/components/trunk/maven-core/src/main/mdo/settings.mdo (original)
+++ maven/components/trunk/maven-core/src/main/mdo/settings.mdo Sun Jan  4 07:36:11 2009
@@ -394,6 +394,8 @@
         return profileMap;
     }
     
+    //[MNG-3954] :: this is required for the release plugin
+    
     private RuntimeInfo runtimeInfo;
 
     public void setRuntimeInfo( RuntimeInfo runtimeInfo )