From 780907f02e70fae9e33ca8813f2f259f2d0fdf7b Mon Sep 17 00:00:00 2001 From: Stuart McCulloch Date: Mon, 4 Mar 2013 22:58:08 +0000 Subject: [PATCH] Old plexus date configurator ignores AM/PM setting; fixing this breaks unrelated ITs that happen to expect '2008-11-09 11:59:03.0 PM' to be converted to '2008-11-09 11:59:03' so avoid this by changing the input string in those ITs to use 'AM' instead. Signed-off-by: Jason van Zyl --- its/core-it-suite/src/test/resources/mng-3827/pom.xml | 2 +- its/core-it-suite/src/test/resources/mng-3864/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/its/core-it-suite/src/test/resources/mng-3827/pom.xml b/its/core-it-suite/src/test/resources/mng-3827/pom.xml index 04cc5ca4f9..c1119eab59 100644 --- a/its/core-it-suite/src/test/resources/mng-3827/pom.xml +++ b/its/core-it-suite/src/test/resources/mng-3827/pom.xml @@ -60,7 +60,7 @@ under the License. X Hello World! pom.xml - 2008-11-09 11:59:03.0 PM + 2008-11-09 11:59:03.0 AM http://maven.apache.org/ one diff --git a/its/core-it-suite/src/test/resources/mng-3864/pom.xml b/its/core-it-suite/src/test/resources/mng-3864/pom.xml index 7401a94b1a..192b95f9af 100644 --- a/its/core-it-suite/src/test/resources/mng-3864/pom.xml +++ b/its/core-it-suite/src/test/resources/mng-3864/pom.xml @@ -66,7 +66,7 @@ under the License. X Hello World! pom.xml - 2008-11-09 11:59:03.0 PM + 2008-11-09 11:59:03.0 AM http://maven.apache.org/ one