You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/04/27 15:58:33 UTC

svn commit: r768991 - /maven/components/branches/maven-2.1.x/maven-core/pom.xml

Author: jdcasey
Date: Mon Apr 27 13:58:33 2009
New Revision: 768991

URL: http://svn.apache.org/viewvc?rev=768991&view=rev
Log:
renaming buildnumber profiles to canonical/non-canonical, and prefixing non-canonical buildnumber values with NON-CANONICAL_ to mark them as non-official.

Modified:
    maven/components/branches/maven-2.1.x/maven-core/pom.xml

Modified: maven/components/branches/maven-2.1.x/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-core/pom.xml?rev=768991&r1=768990&r2=768991&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.1.x/maven-core/pom.xml Mon Apr 27 13:58:33 2009
@@ -239,7 +239,7 @@
       </build>
     </profile>
     <profile>
-      <id>buildnumber</id>
+      <id>canonical-buildnumber</id>
       <activation>
         <file>
           <exists>.svn</exists>
@@ -268,7 +268,7 @@
       </build>
     </profile>
     <profile>
-      <id>buildnumber-git</id>
+      <id>non-canonical-buildnumber</id>
       <activation>
         <file>
           <missing>.svn</missing>
@@ -291,7 +291,7 @@
             <configuration>
               <doCheck>false</doCheck>
               <doUpdate>false</doUpdate>
-              <format>{0,date,yyyy-MM-dd_HH-mm}_{1}</format>
+              <format>NON-CANONICAL_{0,date,yyyy-MM-dd_HH-mm}_{1}</format>
               <items>
                 <item>timestamp</item>
                 <item>${user.name}</item>