Skip to content

Commit ba1b43e

Browse files
bhufmannPatrickTasse
authored andcommitted
Revert unnecessary tmf.core minor version bump
The minor version has already been increased from 10.0.0 to 10.1.0 since the previous Trace Compass baseline. Signed-off-by: Patrick Tasse <[email protected]>
1 parent d487cf2 commit ba1b43e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tmf/org.eclipse.tracecompass.tmf.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-Vendor: %Bundle-Vendor
5-
Bundle-Version: 10.2.0.qualifier
5+
Bundle-Version: 10.1.0.qualifier
66
Bundle-Localization: plugin
77
Bundle-SymbolicName: org.eclipse.tracecompass.tmf.core;singleton:=true
88
Bundle-Activator: org.eclipse.tracecompass.internal.tmf.core.Activator

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/dataprovider/IDataProviderDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public enum ProviderType {
7171
* provider interface than TIME_GRAPH, but has a different x-axis other
7272
* than time, e.g. durations.
7373
*
74-
* @since 10.2
74+
* @since 10.1
7575
*/
7676
GANTT_CHART
7777
}

0 commit comments

Comments
 (0)