Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2018-09-21 08:20:59 +0000
committerMickael Istria2018-09-21 10:09:15 +0000
commit9ccdd42a0095979b8dfb6e38c0d9d5d7561434d0 (patch)
treeeed209c058bcbbecbc660146055effb78514074d /features
parentc66adc094c0cc2a74577c00f358d817477df986a (diff)
downloadrt.equinox.p2-9ccdd42a0095979b8dfb6e38c0d9d5d7561434d0.tar.gz
rt.equinox.p2-9ccdd42a0095979b8dfb6e38c0d9d5d7561434d0.tar.xz
rt.equinox.p2-9ccdd42a0095979b8dfb6e38c0d9d5d7561434d0.zip
Bug 533297 - Bump bundle version
The .externalToolBuilder and .project are not marked as ignored in the build-qualifier configuration updating them requires version bump compared to previous release. Change-Id: I7ee60bdb451ee7fc950a5047a0bf89f1513a2ac6 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.p2.extras.feature/feature.xml b/features/org.eclipse.equinox.p2.extras.feature/feature.xml
index 57af96b58..befbd8bc8 100644
--- a/features/org.eclipse.equinox.p2.extras.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.extras.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.p2.extras.feature"
label="%featureName"
- version="1.4.100.qualifier"
+ version="1.4.200.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.equinox.p2.extras.feature/pom.xml b/features/org.eclipse.equinox.p2.extras.feature/pom.xml
index 42e9ce9fa..0a2924b90 100644
--- a/features/org.eclipse.equinox.p2.extras.feature/pom.xml
+++ b/features/org.eclipse.equinox.p2.extras.feature/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.extras.feature</artifactId>
- <version>1.4.100-SNAPSHOT</version>
+ <version>1.4.200-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top