From f10d2c641f7632f4b991c70b929d757b956e0b8d Mon Sep 17 00:00:00 2001 From: Patrick Tasse Date: Fri, 14 Feb 2025 14:31:40 -0500 Subject: [PATCH] update version to 0.3.0 Signed-off-by: Patrick Tasse --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ba9ab56..a521645 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tracecompass trace-event-logger - 0.2.0 + 0.3.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.