Skip to content

Commit 0daddfc

Browse files
committed
Increment bundle and feature versions (#5)
1 parent 87ed37e commit 0daddfc

File tree

9 files changed

+22
-51
lines changed

9 files changed

+22
-51
lines changed

core/bundles/org.eclipse.wst.sse.core/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Automatic-Module-Name: org.eclipse.wst.sse.core
44
Bundle-Name: %pluginName
55
Bundle-SymbolicName: org.eclipse.wst.sse.core; singleton:=true
6-
Bundle-Version: 1.2.1300.qualifier
6+
Bundle-Version: 1.2.1400.qualifier
77
Bundle-Activator: org.eclipse.wst.sse.core.internal.SSECorePlugin
88
Bundle-Vendor: %providerName
99
Bundle-Localization: plugin
@@ -53,6 +53,6 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.13.0,4.0.0)",
5353
org.eclipse.wst.validation;bundle-version="[1.2.700,2.0.0)";resolution:=optional,
5454
org.eclipse.core.filesystem;bundle-version="[1.9.0,2.0.0)",
5555
org.eclipse.core.expressions;bundle-version="[3.6.100,4.0.0)",
56-
com.ibm.icu;bundle-version="73.1.0"
56+
com.ibm.icu;bundle-version="74.2.0"
5757
Bundle-ActivationPolicy: lazy;exclude:="org.eclipse.wst.sse.core.internal.propertytester"
5858
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

core/bundles/org.eclipse.wst.sse.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.eclipse.webtools.sourceediting</groupId>
2323
<artifactId>org.eclipse.wst.sse.core</artifactId>
24-
<version>1.2.1300-SNAPSHOT</version>
24+
<version>1.2.1400-SNAPSHOT</version>
2525
<packaging>eclipse-plugin</packaging>
2626

2727
<build>

web/bundles/org.eclipse.jst.jsp.core/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.jst.jsp.core;singleton:=true
5-
Bundle-Version: 1.4.700.qualifier
5+
Bundle-Version: 1.4.800.qualifier
66
Bundle-Activator: org.eclipse.jst.jsp.core.internal.JSPCorePlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin
@@ -61,7 +61,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.28.0,4.0.0)",
6161
org.eclipse.wst.html.core;bundle-version="[1.4.0,1.5.0)",
6262
org.eclipse.wst.validation;bundle-version="[1.3.0,2.0.0)",
6363
org.eclipse.core.filesystem;bundle-version="[1.7.0,2.0.0)",
64-
com.ibm.icu;bundle-version="73.1.0",
64+
com.ibm.icu;bundle-version="74.2.0",
6565
org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.300,2.0.0)";resolution:=optional,
6666
org.eclipse.wst.common.modulecore;bundle-version="[1.3.0,2.0.0)";resolution:=optional,
6767
org.eclipse.tips.core;resolution:=optional

web/bundles/org.eclipse.jst.jsp.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
<groupId>org.eclipse.webtools.sourceediting</groupId>
2323
<artifactId>org.eclipse.jst.jsp.core</artifactId>
24-
<version>1.4.700-SNAPSHOT</version>
24+
<version>1.4.800-SNAPSHOT</version>
2525
<packaging>eclipse-plugin</packaging>
2626
</project>

xml/bundles/org.eclipse.wst.xml.core/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.wst.xml.core; singleton:=true
5-
Bundle-Version: 1.2.800.qualifier
5+
Bundle-Version: 1.2.900.qualifier
66
Bundle-Activator: org.eclipse.wst.xml.core.internal.XMLCorePlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin
@@ -325,7 +325,7 @@ Require-Bundle: org.apache.xerces;bundle-version="[2.12.2,3.0.0)";visibility:=re
325325
org.eclipse.emf.ecore.xmi;bundle-version="[2.14.0,3.0.0)";resolution:=optional,
326326
org.eclipse.wst.common.emfworkbench.integration;bundle-version="[1.3.0,2.0.0)";resolution:=optional,
327327
org.eclipse.wst.common.core;bundle-version="[1.2.0,2.0.0)",
328-
com.ibm.icu;bundle-version="73.1.0"
328+
com.ibm.icu;bundle-version="74.2.0"
329329
Bundle-ActivationPolicy: lazy; exclude:="org.eclipse.wst.xml.core.internal.contenttype"
330330
Bundle-RequiredExecutionEnvironment: JavaSE-11
331331
Automatic-Module-Name: org.eclipse.wst.xml.core

xml/bundles/org.eclipse.wst.xml.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
<groupId>org.eclipse.webtools.sourceediting</groupId>
2323
<artifactId>org.eclipse.wst.xml.core</artifactId>
24-
<version>1.2.800-SNAPSHOT</version>
24+
<version>1.2.900-SNAPSHOT</version>
2525
<packaging>eclipse-plugin</packaging>
2626
</project>

xml/bundles/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml/core/internal/tasks/XMLStreamingFileTaskScanner.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2001, 2023 IBM Corporation and others.
2+
* Copyright (c) 2001, 2024 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
@@ -97,7 +97,7 @@ String detectCharset(IFile file) {
9797
return file.getCharset(true);
9898
}
9999
catch (CoreException e) {
100-
Logger.logException(e);
100+
Logger.logException("Problem detecting charset for ".concat(file.getFullPath().toString()), e);
101101
}
102102
}
103103
return ResourcesPlugin.getEncoding();
@@ -194,7 +194,6 @@ protected boolean isCommentType(String regionType) {
194194
return DOMRegionContext.XML_COMMENT_TEXT.equals(regionType);
195195
}
196196

197-
@SuppressWarnings("unchecked")
198197
public synchronized Map<String, Object>[] scan(IFile file, TaskTag[] taskTags, IProgressMonitor monitor) {
199198
fNewMarkerAttributeMaps = new ArrayList<>();
200199
if (monitor.isCanceled() || !shouldScan(file)) {
@@ -220,7 +219,6 @@ public synchronized Map<String, Object>[] scan(IFile file, TaskTag[] taskTags, I
220219
* (org.eclipse.core.runtime.IConfigurationElement, java.lang.String,
221220
* java.lang.Object)
222221
*/
223-
@SuppressWarnings("rawtypes")
224222
public void setInitializationData(IConfigurationElement config, String propertyName, Object data) throws CoreException {
225223
if (data != null && data instanceof String) {
226224
runtimeMarkerType = data.toString();

xml/features/org.eclipse.wst.xml_core.feature/feature.xml

Lines changed: 10 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<feature
1515
id="org.eclipse.wst.xml_core.feature"
1616
label="%featureName"
17-
version="3.33.0.qualifier"
17+
version="3.34.0.qualifier"
1818
provider-name="%providerName"
1919
license-feature="org.eclipse.license"
2020
license-feature-version="0.0.0">
@@ -33,65 +33,38 @@
3333

3434
<plugin
3535
id="javax.xml"
36-
download-size="190"
37-
install-size="190"
38-
version="1.3.4.qualifier"
39-
unpack="false"/>
36+
version="1.3.4.qualifier"/>
4037

4138
<plugin
4239
id="org.apache.xml.resolver"
43-
download-size="96"
44-
install-size="96"
45-
version="1.2.0.qualifier"
46-
unpack="false"/>
40+
version="1.2.0.qualifier"/>
4741

4842
<plugin
4943
id="org.apache.xml.serializer"
50-
download-size="270"
51-
install-size="270"
52-
version="2.7.1.qualifier"
53-
unpack="false"/>
44+
version="2.7.1.qualifier"/>
5445

5546
<plugin
5647
id="org.apache.xerces"
57-
download-size="1200"
58-
install-size="1200"
59-
version="0.0.0"
60-
unpack="false"/>
48+
version="0.0.0"/>
6149

6250
<plugin
6351
id="org.eclipse.wst.standard.schemas"
64-
download-size="152"
65-
install-size="152"
66-
version="0.0.0"
67-
unpack="false"/>
52+
version="0.0.0"/>
6853

6954
<plugin
7055
id="org.eclipse.wst.xml.core"
71-
download-size="0"
72-
install-size="0"
73-
version="0.0.0"
74-
unpack="false"/>
56+
version="0.0.0"/>
7557

7658
<plugin
7759
id="org.eclipse.wst.dtd.core"
78-
download-size="0"
79-
install-size="0"
80-
version="0.0.0"
81-
unpack="false"/>
60+
version="0.0.0"/>
8261

8362
<plugin
8463
id="org.eclipse.wst.xsd.core"
85-
download-size="0"
86-
install-size="0"
87-
version="0.0.0"
88-
unpack="false"/>
64+
version="0.0.0"/>
8965

9066
<plugin
9167
id="org.eclipse.wst.sse.core"
92-
download-size="0"
93-
install-size="0"
94-
version="0.0.0"
95-
unpack="false"/>
68+
version="0.0.0"/>
9669

9770
</feature>

xml/features/org.eclipse.wst.xml_core.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.eclipse.webtools.sourceediting</groupId>
2323
<artifactId>org.eclipse.wst.xml_core.feature</artifactId>
24-
<version>3.33.0-SNAPSHOT</version>
24+
<version>3.34.0-SNAPSHOT</version>
2525
<packaging>eclipse-feature</packaging>
2626

2727
<build>

0 commit comments

Comments
 (0)