Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcanderson2008-09-29 14:59:00 +0000
committercanderson2008-09-29 14:59:00 +0000
commitc1f83fc4aeb43a0ef12296b7055804941d122a86 (patch)
tree40e5ec414311655af9f5d0a582da192a73484229 /features/org.eclipse.wst.web_ui.feature/feature.xml
parente7b3ee56be778e1d706babece45b800b1ff10644 (diff)
downloadwebtools.sourceediting-c1f83fc4aeb43a0ef12296b7055804941d122a86.tar.gz
webtools.sourceediting-c1f83fc4aeb43a0ef12296b7055804941d122a86.tar.xz
webtools.sourceediting-c1f83fc4aeb43a0ef12296b7055804941d122a86.zip
bump version numbers for 3.1
Diffstat (limited to 'features/org.eclipse.wst.web_ui.feature/feature.xml')
-rw-r--r--features/org.eclipse.wst.web_ui.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.wst.web_ui.feature/feature.xml b/features/org.eclipse.wst.web_ui.feature/feature.xml
index 2406efffca..ebe7db4608 100644
--- a/features/org.eclipse.wst.web_ui.feature/feature.xml
+++ b/features/org.eclipse.wst.web_ui.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.wst.web_ui.feature"
label="%featureName"
- version="3.0.1.qualifier"
+ version="3.1.0.qualifier"
provider-name="%providerName">
<description>
@@ -36,7 +36,7 @@
<includes
id="org.eclipse.wst.common_ui.feature"
version="0.0.0"/>
-
+
<includes
id="org.eclipse.wst.server_ui.feature"
version="0.0.0"/>

Back to the top