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

svn commit: r834112 - /maven/maven-3/trunk/apache-maven/pom.xml

Author: bentmann
Date: Mon Nov  9 15:43:20 2009
New Revision: 834112

URL: http://svn.apache.org/viewvc?rev=834112&view=rev
Log:
o Fixed profile id

Modified:
    maven/maven-3/trunk/apache-maven/pom.xml

Modified: maven/maven-3/trunk/apache-maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/pom.xml?rev=834112&r1=834111&r2=834112&view=diff
==============================================================================
--- maven/maven-3/trunk/apache-maven/pom.xml (original)
+++ maven/maven-3/trunk/apache-maven/pom.xml Mon Nov  9 15:43:20 2009
@@ -110,7 +110,7 @@
       </build>
     </profile>
     <profile>
-      <id>release</id>
+      <id>apache-release</id>
       <build>
         <plugins>
           <plugin>