]> source.dussan.org Git - archiva.git/commitdiff
[MRM-306] Changed the cron expressions so that they are valid ones
authorFabrice Bellingard <bellingard@apache.org>
Tue, 15 May 2007 12:43:10 +0000 (12:43 +0000)
committerFabrice Bellingard <bellingard@apache.org>
Tue, 15 May 2007 12:43:10 +0000 (12:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@538159 13f79535-47bb-0310-9956-ffa450edef68

archiva-base/archiva-configuration/src/main/resources/org/apache/maven/archiva/configuration/default-archiva.xml

index 2c70a37ef4f4232b143811b08506beaf75a80e9a..d553961674a1642db648c93d7f839355a30805a4 100644 (file)
@@ -10,7 +10,7 @@
       <releases>true</releases>
       <snapshots>false</snapshots>
       <indexed>true</indexed>
-      <refreshCronExpression>0 0 * * ?</refreshCronExpression>
+      <refreshCronExpression>0 0 * * ?</refreshCronExpression>
     </repository>
     <repository>
       <id>snapshots</id>
@@ -20,7 +20,7 @@
       <releases>false</releases>
       <snapshots>true</snapshots>
       <indexed>true</indexed>
-      <refreshCronExpression>0 0,30 * * ?</refreshCronExpression>
+      <refreshCronExpression>0 0,30 * * ?</refreshCronExpression>
     </repository>
     <repository>
       <id>central</id>
   </repositoryScanning>
 
   <databaseScanning>
-    <cronExpression>0 0 * * ?</cronExpression>
+    <cronExpression>0 0 * * ?</cronExpression>
     <unprocessedConsumers>
       <unprocessedConsumer>index-artifact</unprocessedConsumer>
       <unprocessedConsumer>update-db-project</unprocessedConsumer>