diff options
-rw-r--r-- | features/org.eclipse.equinox.executable.feature/feature.xml | 2 | ||||
-rw-r--r-- | features/org.eclipse.equinox.executable.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/feature.xml b/features/org.eclipse.equinox.executable.feature/feature.xml index 1c13db7d7..b92369a4b 100644 --- a/features/org.eclipse.equinox.executable.feature/feature.xml +++ b/features/org.eclipse.equinox.executable.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.equinox.executable" label="%featureName" - version="3.6.200.qualifier" + version="3.6.300.qualifier" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml index 1bf2187ac..dd37dcb1d 100644 --- a/features/org.eclipse.equinox.executable.feature/pom.xml +++ b/features/org.eclipse.equinox.executable.feature/pom.xml @@ -19,7 +19,7 @@ </parent> <groupId>org.eclipse.equinox.feature</groupId> <artifactId>org.eclipse.equinox.executable</artifactId> - <version>3.6.200-SNAPSHOT</version> + <version>3.6.300-SNAPSHOT</version> <packaging>eclipse-feature</packaging> <build> |