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 2012/12/11 22:45:22 UTC

svn commit: r1420434 - in /incubator/onami/trunk: autobind/pom.xml lifecycle/pom.xml logging/pom.xml scheduler/pom.xml spi/pom.xml

Author: simonetripodi
Date: Tue Dec 11 21:45:21 2012
New Revision: 1420434

URL: http://svn.apache.org/viewvc?rev=1420434&view=rev
Log:
copy'n'paste side effects
dropped Apache prefix, no needs to specify it everywhere, especially in commit messages

Modified:
    incubator/onami/trunk/autobind/pom.xml
    incubator/onami/trunk/lifecycle/pom.xml
    incubator/onami/trunk/logging/pom.xml
    incubator/onami/trunk/scheduler/pom.xml
    incubator/onami/trunk/spi/pom.xml

Modified: incubator/onami/trunk/autobind/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/pom.xml?rev=1420434&r1=1420433&r2=1420434&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/pom.xml (original)
+++ incubator/onami/trunk/autobind/pom.xml Tue Dec 11 21:45:21 2012
@@ -108,7 +108,7 @@
           <configuration>
             <checkoutDirectory>${onami.autobind.scmPubCheckoutDirectory}</checkoutDirectory>
             <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/site/autobind</pubScmUrl>
-            <checkinComment>Apache Onami Autobind site deployment</checkinComment>
+            <checkinComment>Onami Autobind site deployment</checkinComment>
             <content>${onami.autobind.siteFilePath}</content>
             <tryUpdate>true</tryUpdate>
           </configuration>

Modified: incubator/onami/trunk/lifecycle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/lifecycle/pom.xml?rev=1420434&r1=1420433&r2=1420434&view=diff
==============================================================================
--- incubator/onami/trunk/lifecycle/pom.xml (original)
+++ incubator/onami/trunk/lifecycle/pom.xml Tue Dec 11 21:45:21 2012
@@ -114,7 +114,7 @@
         <artifactId>maven-scm-publish-plugin</artifactId>
         <inherited>false</inherited>
         <configuration>
-          <checkinComment>Onami Guava site deployment</checkinComment>
+          <checkinComment>Onami Lifecycle site deployment</checkinComment>
           <checkoutDirectory>${user.home}/onami-sites/onami-lifecycle-site</checkoutDirectory>
         </configuration>
         <executions>

Modified: incubator/onami/trunk/logging/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/pom.xml?rev=1420434&r1=1420433&r2=1420434&view=diff
==============================================================================
--- incubator/onami/trunk/logging/pom.xml (original)
+++ incubator/onami/trunk/logging/pom.xml Tue Dec 11 21:45:21 2012
@@ -98,7 +98,7 @@
           <configuration>
             <checkoutDirectory>${onami.logging.scmPubCheckoutDirectory}</checkoutDirectory>
             <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/site/logging</pubScmUrl>
-            <checkinComment>Apache Onami Logging site deployment</checkinComment>
+            <checkinComment>Onami Logging site deployment</checkinComment>
             <content>${onami.logging.siteFilePath}</content>
             <tryUpdate>true</tryUpdate>
           </configuration>

Modified: incubator/onami/trunk/scheduler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/pom.xml?rev=1420434&r1=1420433&r2=1420434&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/pom.xml (original)
+++ incubator/onami/trunk/scheduler/pom.xml Tue Dec 11 21:45:21 2012
@@ -146,7 +146,7 @@
         <artifactId>maven-scm-publish-plugin</artifactId>
         <inherited>false</inherited>
         <configuration>
-          <checkinComment>Onami Guava site deployment</checkinComment>
+          <checkinComment>Onami Scheduler site deployment</checkinComment>
           <checkoutDirectory>${user.home}/onami-sites/onami-scheduler-site</checkoutDirectory>
         </configuration>
         <executions>

Modified: incubator/onami/trunk/spi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/pom.xml?rev=1420434&r1=1420433&r2=1420434&view=diff
==============================================================================
--- incubator/onami/trunk/spi/pom.xml (original)
+++ incubator/onami/trunk/spi/pom.xml Tue Dec 11 21:45:21 2012
@@ -133,7 +133,7 @@
         <artifactId>maven-scm-publish-plugin</artifactId>
         <inherited>false</inherited>
         <configuration>
-          <checkinComment>Onami Guava site deployment</checkinComment>
+          <checkinComment>Onami SPI site deployment</checkinComment>
           <checkoutDirectory>${user.home}/onami-sites/onami-spi-site</checkoutDirectory>
         </configuration>
         <executions>