Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2017-10-31 23:16:08 +0000
committerNitin Dahyabhai2017-10-31 23:16:08 +0000
commitfcecc539936aef9e45da77b5f56d1a6b8f63686d (patch)
treebd7fde9b8d12d171147211629d8540f7259710f3 /bundles
parentc64f4333ab15923877639de6b97e7b2a9b437cce (diff)
downloadwebtools.sourceediting-fcecc539936aef9e45da77b5f56d1a6b8f63686d.tar.gz
webtools.sourceediting-fcecc539936aef9e45da77b5f56d1a6b8f63686d.tar.xz
webtools.sourceediting-fcecc539936aef9e45da77b5f56d1a6b8f63686d.zip
[526538] increment html.core version for 3.9.2
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.wst.html.core/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.wst.html.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.html.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.html.core/META-INF/MANIFEST.MF
index b35dec83e1..7bf1bbb033 100644
--- a/bundles/org.eclipse.wst.html.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.html.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.html.core; singleton:=true
-Bundle-Version: 1.2.101.qualifier
+Bundle-Version: 1.2.102.qualifier
Bundle-Activator: org.eclipse.wst.html.core.internal.HTMLCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.wst.html.core/pom.xml b/bundles/org.eclipse.wst.html.core/pom.xml
index f3e27aebbe..a9879dbd1f 100644
--- a/bundles/org.eclipse.wst.html.core/pom.xml
+++ b/bundles/org.eclipse.wst.html.core/pom.xml
@@ -21,6 +21,6 @@
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.html.core</artifactId>
- <version>1.2.101-SNAPSHOT</version>
+ <version>1.2.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top