Adding [scm-publish] to the commit message to discriminate these commits from manual changes

git-svn-id: https://svn.apache.org/repos/asf/servicemix/documentation/trunk@1415645 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ab72bef..eeab06c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>