Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion timestamp-batch-2.0.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>io.spring</groupId>
<artifactId>timestamp-batch-task</artifactId>
<version>2.0.2</version>
<name>timestamp-task</name>
<name>timestamp-batch-task</name>
<description>Simple Timestamp sample.</description>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public void testTimeStampApp(CapturedOutput capturedOutput) throws Exception {
final String TEST_DATE_DOTS = ".......";
final String CREATE_TASK_MESSAGE = "Creating: TaskExecution{executionId=";
final String UPDATE_TASK_MESSAGE = "Updating: TaskExecution with executionId=1 with the following";
final String JOB1_MESSAGE = "Job1 was run with date ";
final String JOB2_MESSAGE = "Job2 was run with date ";
final String JOB1_MESSAGE = "Job1 was run with ";
final String JOB2_MESSAGE = "Job2 was run with ";

String[] args = {"--timestamp.format=yyyy" + TEST_DATE_DOTS};

Expand Down
Loading