From 7cff0ba50677d4f214af516279d3f7e873d879bf Mon Sep 17 00:00:00 2001 From: Kaveh Shahedi Date: Fri, 22 Nov 2024 12:58:33 -0500 Subject: [PATCH] server: Update the trace server version to 0.3.0 The version is now updated to 0.3.0 from 0.2.0. Most of the changes are related to managing experiments' bookmarks. [Changed] Trace server version is changed to 0.3.0 Signed-off-by: Kaveh Shahedi --- .../server/jersey/rest/core/services/EndpointConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/EndpointConstants.java b/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/EndpointConstants.java index c0456b9a..b56ab6ee 100644 --- a/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/EndpointConstants.java +++ b/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/EndpointConstants.java @@ -84,7 +84,7 @@ public final class EndpointConstants { static final String LICENSE = "Apache 2"; //$NON-NLS-1$ static final String LICENSE_URL = "http://www.apache.org/licenses/"; //$NON-NLS-1$ /** The TSP version */ - public static final String VERSION = "0.2.0"; //$NON-NLS-1$ + public static final String VERSION = "0.3.0"; //$NON-NLS-1$ static final String SERVER = "https://localhost:8080/tsp/api"; //$NON-NLS-1$ /**