diff options
-rw-r--r-- | org.eclipse.tips.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.tips.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.tips.feature/feature.xml b/org.eclipse.tips.feature/feature.xml index d780da905..244289b75 100644 --- a/org.eclipse.tips.feature/feature.xml +++ b/org.eclipse.tips.feature/feature.xml @@ -15,7 +15,7 @@ <feature id="org.eclipse.tips.feature" label="%featureName" - version="0.2.1600.qualifier" + version="0.2.1700.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/org.eclipse.tips.feature/pom.xml b/org.eclipse.tips.feature/pom.xml index 228a93bd0..98c66bd3b 100644 --- a/org.eclipse.tips.feature/pom.xml +++ b/org.eclipse.tips.feature/pom.xml @@ -23,7 +23,7 @@ </parent> <groupId>org.eclipse.ui</groupId> <artifactId>org.eclipse.tips.feature</artifactId> - <version>0.2.1600-SNAPSHOT</version> + <version>0.2.1700-SNAPSHOT</version> <packaging>eclipse-feature</packaging> <build> <plugins> |