Author: sebb
Date: Fri Sep  9 22:34:07 2011
New Revision: 1167377

URL: http://svn.apache.org/viewvc?rev=1167377&view=rev
Log:
Use more traditional SVN revision separator, i.e. @

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1167377&r1=1167376&r2=1167377&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Sep  9 22:34:07 2011
@@ -958,7 +958,7 @@
 
     <!-- build meta inf -->
     <maven.build.timestamp.format>yyyy-MM-dd 
HH:mm:ssZ</maven.build.timestamp.format>
-    <implementation.build> ${buildScmBranch}/r${buildNumber}; 
${maven.build.timestamp}</implementation.build>
+    <implementation.build> ${buildScmBranch}@r${buildNumber}; 
${maven.build.timestamp}</implementation.build>
 
     <!-- Allow Clirr severity to be overriden by the command-line option 
-DminSeverity=level -->
     <minSeverity>info</minSeverity>


Reply via email to