Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt-feature')
-rw-r--r--org.eclipse.jdt-feature/feature.xml2
-rw-r--r--org.eclipse.jdt-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt-feature/feature.xml b/org.eclipse.jdt-feature/feature.xml
index 87d518d..4ee6a15 100644
--- a/org.eclipse.jdt-feature/feature.xml
+++ b/org.eclipse.jdt-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.jdt"
label="%featureName"
- version="3.18.1100.qualifier"
+ version="3.18.1200.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/org.eclipse.jdt-feature/pom.xml b/org.eclipse.jdt-feature/pom.xml
index 4aea6d7..5b525f7 100644
--- a/org.eclipse.jdt-feature/pom.xml
+++ b/org.eclipse.jdt-feature/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt.feature</groupId>
<artifactId>org.eclipse.jdt</artifactId>
- <version>3.18.1100-SNAPSHOT</version>
+ <version>3.18.1200-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>org eclipse jdt feature</name>

Back to the top