From b2983f5c41afe8df277ed68cd0ed156bff02017d Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Tue, 22 Apr 2025 12:55:34 -0400 Subject: [PATCH] update version to 0.5.0 Signed-off-by: Bernd Hufmann --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6895e34..113b62b 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tracecompass trace-event-logger - 0.4.1 + 0.5.0 jar Trace Compass Trace Event Logger This logger is based on JUL to allow fast JSON traces to be written to disk. It is not lockless or nanosecond precise, but is fast and simple to use and configure.