svn commit: r1823962 - /turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/META-INF/maven/archetype-metadata.xml

2018-02-12 Thread painter
Author: painter
Date: Mon Feb 12 12:57:10 2018
New Revision: 1823962

URL: http://svn.apache.org/viewvc?rev=1823962&view=rev
Log:
Update display value to read turbine webapp instead of velocity, as shown in 
the Eclipse preview panel. Looked a little confusing otherwise

Modified:

turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/META-INF/maven/archetype-metadata.xml

Modified: 
turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: 
http://svn.apache.org/viewvc/turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1823962&r1=1823961&r2=1823962&view=diff
==
--- 
turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/META-INF/maven/archetype-metadata.xml
 (original)
+++ 
turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/META-INF/maven/archetype-metadata.xml
 Mon Feb 12 12:57:10 2018
@@ -21,7 +21,7 @@
   
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0
 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd";
-  name="turbine-4.0-velocity">
+  name="turbine-4.0-webapp">
 
   
 




svn commit: r1824059 - /turbine/fulcrum/tags/fulcrum-intake-1.2.3/

2018-02-12 Thread tv
Author: tv
Date: Mon Feb 12 20:04:22 2018
New Revision: 1824059

URL: http://svn.apache.org/viewvc?rev=1824059&view=rev
Log:
Remove RC2 tag

Removed:
turbine/fulcrum/tags/fulcrum-intake-1.2.3/



svn commit: r1824060 - /turbine/fulcrum/trunk/intake/pom.xml

2018-02-12 Thread tv
Author: tv
Date: Mon Feb 12 20:05:11 2018
New Revision: 1824060

URL: http://svn.apache.org/viewvc?rev=1824060&view=rev
Log:
Roll back release version

Modified:
turbine/fulcrum/trunk/intake/pom.xml

Modified: turbine/fulcrum/trunk/intake/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/pom.xml?rev=1824060&r1=1824059&r2=1824060&view=diff
==
--- turbine/fulcrum/trunk/intake/pom.xml (original)
+++ turbine/fulcrum/trunk/intake/pom.xml Mon Feb 12 20:05:11 2018
@@ -25,7 +25,7 @@
   4.0.0
   org.apache.fulcrum
   fulcrum-intake
-  1.2.4-SNAPSHOT
+  1.2.3-SNAPSHOT
   Fulcrum Intake Service
   2005
   This Service provides rule-based input validation




svn commit: r1824061 - in /turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/validator: DoubleValidator.java FloatValidator.java

2018-02-12 Thread tv
Author: tv
Date: Mon Feb 12 20:07:36 2018
New Revision: 1824061

URL: http://svn.apache.org/viewvc?rev=1824061&view=rev
Log:
License headers got lost

Modified:

turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/validator/DoubleValidator.java

turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/validator/FloatValidator.java

Modified: 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/validator/DoubleValidator.java
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/validator/DoubleValidator.java?rev=1824061&r1=1824060&r2=1824061&view=diff
==
--- 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/validator/DoubleValidator.java
 (original)
+++ 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/validator/DoubleValidator.java
 Mon Feb 12 20:07:36 2018
@@ -1,5 +1,24 @@
 package org.apache.fulcrum.intake.validator;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import java.util.Locale;
 
 /**

Modified: 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/validator/FloatValidator.java
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/validator/FloatValidator.java?rev=1824061&r1=1824060&r2=1824061&view=diff
==
--- 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/validator/FloatValidator.java
 (original)
+++ 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/validator/FloatValidator.java
 Mon Feb 12 20:07:36 2018
@@ -1,5 +1,24 @@
 package org.apache.fulcrum.intake.validator;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import java.util.Locale;
 
 /**




svn commit: r1824062 - /turbine/fulcrum/trunk/intake/pom.xml

2018-02-12 Thread tv
Author: tv
Date: Mon Feb 12 20:10:20 2018
New Revision: 1824062

URL: http://svn.apache.org/viewvc?rev=1824062&view=rev
Log:
[maven-release-plugin] prepare release fulcrum-intake-1.2.3

Modified:
turbine/fulcrum/trunk/intake/pom.xml

Modified: turbine/fulcrum/trunk/intake/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/pom.xml?rev=1824062&r1=1824061&r2=1824062&view=diff
==
--- turbine/fulcrum/trunk/intake/pom.xml (original)
+++ turbine/fulcrum/trunk/intake/pom.xml Mon Feb 12 20:10:20 2018
@@ -25,16 +25,16 @@
   4.0.0
   org.apache.fulcrum
   fulcrum-intake
-  1.2.3-SNAPSHOT
+  1.2.3
   Fulcrum Intake Service
   2005
   This Service provides rule-based input validation
   http://turbine.apache.org/fulcrum/fulcrum-intake

   
-
scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/intake/
-
scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/intake/
-http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/
+
scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.3
+
scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.3
+
http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-intake-1.2.3
   
 
   




svn commit: r1824064 - /turbine/fulcrum/trunk/intake/pom.xml

2018-02-12 Thread tv
Author: tv
Date: Mon Feb 12 20:10:37 2018
New Revision: 1824064

URL: http://svn.apache.org/viewvc?rev=1824064&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
turbine/fulcrum/trunk/intake/pom.xml

Modified: turbine/fulcrum/trunk/intake/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/pom.xml?rev=1824064&r1=1824063&r2=1824064&view=diff
==
--- turbine/fulcrum/trunk/intake/pom.xml (original)
+++ turbine/fulcrum/trunk/intake/pom.xml Mon Feb 12 20:10:37 2018
@@ -25,16 +25,16 @@
   4.0.0
   org.apache.fulcrum
   fulcrum-intake
-  1.2.3
+  1.2.4-SNAPSHOT
   Fulcrum Intake Service
   2005
   This Service provides rule-based input validation
   http://turbine.apache.org/fulcrum/fulcrum-intake

   
-
scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.3
-
scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.3
-
http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-intake-1.2.3
+
scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/intake/
+
scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/intake/
+http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/
   
 
   




svn commit: r1824063 - /turbine/fulcrum/tags/fulcrum-intake-1.2.3/

2018-02-12 Thread tv
Author: tv
Date: Mon Feb 12 20:10:34 2018
New Revision: 1824063

URL: http://svn.apache.org/viewvc?rev=1824063&view=rev
Log:
[maven-release-plugin] copy for tag fulcrum-intake-1.2.3

Added:
turbine/fulcrum/tags/fulcrum-intake-1.2.3/
  - copied from r1824062, turbine/fulcrum/trunk/intake/



svn commit: r1025308 [2/3] - in /websites/production/turbine/content/fulcrum/fulcrum-intake: ./ apidocs/org/apache/fulcrum/intake/validator/ apidocs/src-html/org/apache/fulcrum/intake/validator/ cober

2018-02-12 Thread tv
Modified: 
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.DoubleValidator.html
==
--- 
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.DoubleValidator.html
 (original)
+++ 
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.DoubleValidator.html
 Mon Feb 12 20:17:02 2018
@@ -22,91 +22,129 @@
    2   
    
    3   
-   import 
java.util.Locale;
+   /*
    4   
-   
+    * Licensed to 
the Apache Software Foundation (ASF) under one
    5   
-   /**
+    * or more 
contributor license agreements.  See the NOTICE file
    6   
-    * Validates 
Doubles with the following constraints in addition to 
those
+    * distributed 
with this work for additional information
    7   
-    * listed in 
NumberValidator and DefaultValidator.
+    * regarding 
copyright ownership.  The ASF licenses this file
    8   
-    
*
+    * to you under 
the Apache License, Version 2.0 (the
    9   
-    * 

+    * "License"); 
you may not use this file except in compliance
    10   
-    * 

+    * with the 
License.  You may obtain a copy of the License at
    11   
-    * 

+    
*
    12   
-    * 

+    *   
http://www.apache.org/licenses/LICENSE-2.0
    13   
-    * 

+    
*
    14   
-    * 

+    * Unless 
required by applicable law or agreed to in writing,
    15   
-    * 

+    * software 
distributed under the License is distributed on an
    16   
-    * 

+    * "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    17   
-    * 

+    * KIND, either 
express or implied.  See the License for the
    18   
-    * 
Validation rules
NameValid ValuesDefault Value
minValuegreater than Double.MIN_VALUE 
maxValueless than Double.MAX_VALUE 
invalidNumberMessageSome textEntry was not a valid number
+   * specific language governing permissions and limitations  19   -   * +   * under the License.  20   -   * @author John McNally +   */  21   -   * @author Colin Chalmers +    22   -   * @author Jürgen Hoffmann +  import java.util.Locale;  23   -   * @author Thomas Vandahl +    24   -   * @version $Id: DoubleValidator.java 1823857 2018-02-11 17:11:55Z tv $ +  /**  25   -   */ -  26  9  public class DoubleValidator +   * Validates Doubles with the following constraints in addition to those +  26   +   * listed in NumberValidator and DefaultValidator.  27   -  extends NumberValidator +   *  28   -  { +   *  29   -  /** +   *  30   -   * Default Constructor +   *  31   -   */ +   *  32   -  public DoubleValidator() +   *  33   -  { -  34  2   super(); -  35  2   invalidNumberMessage = "Entry was not a valid Double"; -  36  2   } +   * +  34   +   * +  35   +   * +  36   +   *  37   -   +   *
Validation rules
NameValid ValuesDefault Value
minValuegreater than Double.MIN_VALUE 
maxValueless than Double.MAX_VALUE 
invalidNumberMessageSome textEntry was not a valid number
 38   -  /** +   *  39   -   * @see org.apache.fulcrum.intake.validator.NumberValidator#parseNumber(java.lang.String, java.util.Locale) +   * @author John McNally  40   -   */ +   * @author Colin Chalmers  41   -  @Override +   * @author Jürgen Hoffmann  42   -  protected Double parseNumber(String stringValue, Locale locale) throws NumberFormatException +   * @author Thomas Vandahl  43   -  { -  44  9   Number number = parseIntoNumber(stringValue, locale); -  45  6   return Double.valueOf(number.doubleValue()); +   * @version $Id: DoubleValidator.java 1824061 2018-02-12 20:07:36Z tv $ +  44   +   */ +  45  9  public class DoubleValidator  46   -  } +  extends NumberValidator  47   +  { +  48   +  /** +  49   +   * Default Constructor +  50   +   */ +  51   +  public DoubleValidator() +  52   +  { +  53  2   super(); +  

svn commit: r1025308 [1/3] - in /websites/production/turbine/content/fulcrum/fulcrum-intake: ./ apidocs/org/apache/fulcrum/intake/validator/ apidocs/src-html/org/apache/fulcrum/intake/validator/ cober

2018-02-12 Thread tv
Author: tv
Date: Mon Feb 12 20:17:02 2018
New Revision: 1025308

Log:
Site checkin for project Fulcrum Intake Service

Modified:

websites/production/turbine/content/fulcrum/fulcrum-intake/apidocs/org/apache/fulcrum/intake/validator/DoubleValidator.html

websites/production/turbine/content/fulcrum/fulcrum-intake/apidocs/org/apache/fulcrum/intake/validator/FloatValidator.html

websites/production/turbine/content/fulcrum/fulcrum-intake/apidocs/src-html/org/apache/fulcrum/intake/validator/DoubleValidator.html

websites/production/turbine/content/fulcrum/fulcrum-intake/apidocs/src-html/org/apache/fulcrum/intake/validator/FloatValidator.html

websites/production/turbine/content/fulcrum/fulcrum-intake/changes-report.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/frame-summary-org.apache.fulcrum.intake.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/frame-summary-org.apache.fulcrum.intake.model.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/frame-summary-org.apache.fulcrum.intake.validator.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/frame-summary.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.IntakeError.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.IntakeException.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.IntakeRuntimeException.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.IntakeService.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.IntakeServiceFacade.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.IntakeServiceImpl.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.Retrievable.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.AppData.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.BigDecimalField.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.BooleanField.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.DateStringField.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.DoubleField.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.Field.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.FieldAdapter.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.FileItemField.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.FloatField.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.Group.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.IntegerField.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.LongField.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.Rule.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.ShortField.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.StringField.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.XmlField.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.model.package-info.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.BigDecimalValidator.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.BooleanValidator.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.CompareCallback.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.Constraint.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.DateRangeValidator.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.DateStringValidator.html

websites/production/turbine/content/fulcrum/fulcrum-intake/cobert

svn commit: r1025308 [3/3] - in /websites/production/turbine/content/fulcrum/fulcrum-intake: ./ apidocs/org/apache/fulcrum/intake/validator/ apidocs/src-html/org/apache/fulcrum/intake/validator/ cober

2018-02-12 Thread tv
Modified: 
websites/production/turbine/content/fulcrum/fulcrum-intake/surefire-report.html
==
--- 
websites/production/turbine/content/fulcrum/fulcrum-intake/surefire-report.html 
(original)
+++ 
websites/production/turbine/content/fulcrum/fulcrum-intake/surefire-report.html 
Mon Feb 12 20:17:02 2018
@@ -1,5 +1,5 @@
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-
+
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
@@ -10,7 +10,7 @@
   @import url("./css/site.css");
 
 
-
+
 
 
 
@@ -27,7 +27,7 @@
 
 
 
-Last Published: 11 February 2018
+Last Published: 12 February 2018
    | Version: 1.2.3
   
 http://www.apache.org"; class="externalLink" title="Apache">Apache
@@ -168,7 +168,7 @@ function toggleDisplay(elementId) {
 0
 0
 100%
-2.03
+2.06
 Note: failures are anticipated and checked for with assertions while errors 
are unanticipated.
 
 Package List
@@ -189,7 +189,7 @@ function toggleDisplay(elementId) {
 0
 0
 100%
-2.03
+2.06
 Note: package statistics are not computed recursively, they only sum up all 
of its testsuites numbers.
 
 org.apache.fulcrum.intake
@@ -211,7 +211,7 @@ function toggleDisplay(elementId) {
 0
 0
 100%
-0.435
+0.441
 
 
 IntakeTest
@@ -220,7 +220,7 @@ function toggleDisplay(elementId) {
 0
 0
 100%
-1.276
+1.288
 
 
 IntakeServiceTest
@@ -229,7 +229,7 @@ function toggleDisplay(elementId) {
 0
 0
 100%
-0.319
+0.331
 
 Test Cases
 [Summary] [Package List] 
[Test Cases]
@@ -239,39 +239,39 @@ function toggleDisplay(elementId) {
 
 
 testDoubleValidation
-0.034
+0.039
 
 
 testShortValidation
-0.032
+0.047
 
 
 testBooleanValidation
-0.035
+0.042
 
 
 testDateStringValidation
-0.047
+0.054
 
 
 testStringValidation
-0.028
+0.023
 
 
 testIntegerValidation
-0.021
+0.022
 
 
 testLongValidation
-0.023
+0.022
 
 
 testDateRangeValidation
-0.085
+0.078
 
 
 testIntegerRangeValidation
-0.079
+0.061
 
 
 testFloatValidation
@@ -279,49 +279,49 @@ function toggleDisplay(elementId) {
 
 
 testBigDecimalValidation
-0.027
+0.026
 
 IntakeTest
 
 
 
 testEmptyBooleanField
-0.869
+0.809
 
 
 testMultiValueField
-0.078
+0.088
 
 
 testParserInit
-0.042
+0.046
 
 
 testFacadeConfigured
-0.032
+0.036
 
 
 testInvalidNumberMessage
-0.083
+0.08
 
 
 testBooleanField
-0.041
+0.058
 
 
 testRequiredBooleanField
-0.028
+0.055
 
 
 testInterfaceMapTo
-0.031
+0.036
 
 IntakeServiceTest
 
 
 
 testBasicConfigLoads
-0.319
+0.331
   
 
 

Modified: 
websites/production/turbine/content/fulcrum/fulcrum-intake/taglist.html
==
--- websites/production/turbine/content/fulcrum/fulcrum-intake/taglist.html 
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/taglist.html Mon 
Feb 12 20:17:02 2018
@@ -1,5 +1,5 @@
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-
+
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
@@ -10,7 +10,7 @@
   @import url("./css/site.css");
 
 
-
+
 
 
 
@@ -27,7 +27,7 @@
 
 
 
-Last Published: 11 February 2018
+Last Published: 12 February 2018
    | Version: 1.2.3
   
 http://www.apache.org"; class="externalLink" title="Apache">Apache

Modified: 
websites/production/turbine/content/fulcrum/fulcrum-intake/team-list.html
==
--- websites/production/turbine/content/fulcrum/fulcrum-intake/team-list.html 
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/team-list.html 
Mon Feb 12 20:17:02 2018
@@ -1,5 +1,5 @@
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-
+
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
@@ -10,7 +10,7 @@
   @import url("./css/site.css");
 
 
-
+
 
 
 
@@ -27,7 +27,7 @@
 
 
 
-Last Published: 11 February 2018
+Last Published: 12 February 2018
    | Version: 1.2.3
   
 http://www.apache.org"; class="externalLink" title="Apache">Apache

Modified: 
websites/production/turbine/content/fulcrum/fulcrum-intake/xref/org/apache/fulcrum/intake/validator/DoubleValidator.html
==
--- 
websites/production/turbine/content/fulcrum/fulcrum-intake/xref/org/apache/fulcrum/intake/validator/DoubleValidator.html
 (original)
+++ 
websites/production/turbine/content/fulcrum/fulcrum-intake/xref/org/apache/fulcrum/intake/validator/DoubleValidator.html
 Mon F