Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml')
-rw-r--r--jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml b/jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml
index b6227eab57..ba30bb88c5 100644
--- a/jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml
+++ b/jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.jpt.jaxb.feature"
label="%featureName"
- version="1.1.0.qualifier"
+ version="1.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.jpt.jaxb.branding"
license-feature="org.eclipse.license"
@@ -21,7 +21,7 @@
</license>
<requires>
- <import feature="org.eclipse.jpt.common.feature" version="1.1.0"/>
+ <import feature="org.eclipse.jpt.common.feature" version="1.2.0"/>
</requires>
<plugin

Back to the top