You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2007/01/02 15:51:04 UTC

svn commit: r491804 - /maven/maven-1/core/trunk/project.xml

Author: aheritier
Date: Tue Jan  2 06:51:03 2007
New Revision: 491804

URL: http://svn.apache.org/viewvc?view=rev&rev=491804
Log:
Continuum 1.0.3 doesn't resolve the variable

Modified:
    maven/maven-1/core/trunk/project.xml

Modified: maven/maven-1/core/trunk/project.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/project.xml?view=diff&rev=491804&r1=491803&r2=491804
==============================================================================
--- maven/maven-1/core/trunk/project.xml (original)
+++ maven/maven-1/core/trunk/project.xml Tue Jan  2 06:51:03 2007
@@ -743,7 +743,7 @@
   </dependencies>
   <build>
     <defaultGoal>jar:jar</defaultGoal>
-    <nagEmailAddress>${maven.ci.nagEmailAddress}</nagEmailAddress>
+    <nagEmailAddress>notifications@maven.apache.org</nagEmailAddress>
     <sourceDirectory>src/java</sourceDirectory>
     <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
     <unitTest>