You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/03/14 20:49:37 UTC

svn commit: r1456625 - /incubator/onami/trunk/scopes/pom.xml

Author: simonetripodi
Date: Thu Mar 14 19:49:37 2013
New Revision: 1456625

URL: http://svn.apache.org/r1456625
Log:
typo: s/Scheduler/Scopes

Modified:
    incubator/onami/trunk/scopes/pom.xml

Modified: incubator/onami/trunk/scopes/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scopes/pom.xml?rev=1456625&r1=1456624&r2=1456625&view=diff
==============================================================================
--- incubator/onami/trunk/scopes/pom.xml (original)
+++ incubator/onami/trunk/scopes/pom.xml Thu Mar 14 19:49:37 2013
@@ -128,7 +128,7 @@
         <artifactId>maven-scm-publish-plugin</artifactId>
         <inherited>false</inherited>
         <configuration>
-          <checkinComment>Onami Scheduler site deployment</checkinComment>
+          <checkinComment>Onami Scopes site deployment</checkinComment>
           <checkoutDirectory>${user.home}/onami-sites/onami-scopes-site</checkoutDirectory>
         </configuration>
         <executions>