You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2012/11/30 15:15:42 UTC

svn commit: r1415645 - /servicemix/documentation/trunk/pom.xml

Author: gertv
Date: Fri Nov 30 14:15:41 2012
New Revision: 1415645

URL: http://svn.apache.org/viewvc?rev=1415645&view=rev
Log:
Adding [scm-publish] to the commit message to discriminate these commits from manual changes

Modified:
    servicemix/documentation/trunk/pom.xml

Modified: servicemix/documentation/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/pom.xml?rev=1415645&r1=1415644&r2=1415645&view=diff
==============================================================================
--- servicemix/documentation/trunk/pom.xml (original)
+++ servicemix/documentation/trunk/pom.xml Fri Nov 30 14:15:41 2012
@@ -458,7 +458,7 @@
                 <artifactId>maven-scm-publish-plugin</artifactId>
                 <version>1.0-beta-1</version>
                 <configuration>
-                    <checkinComment>Updating ServiceMix ${servicemix.docs.location} documentation contents</checkinComment>
+                    <checkinComment>[scm-publish] Updating ServiceMix ${servicemix.docs.location} documentation contents</checkinComment>
                     <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/servicemix/site/production/docs/${servicemix.docs.location}</pubScmUrl>
                     <content>${project.build.directory}/sitegen</content>
                 </configuration>