Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-03-27 14:40:04 +0000
committerThomas Watson2013-03-27 14:40:04 +0000
commit40c6d3d3a5ba90d2a63d60d6453bb3f0ed37d4be (patch)
treef20bd1c4eb38c3972c9a5763d0385da2ba7f9435 /features/org.eclipse.equinox.executable.feature
parent7f2a6a87ae21c4a562d836d969207c2177c24368 (diff)
downloadrt.equinox.framework-40c6d3d3a5ba90d2a63d60d6453bb3f0ed37d4be.tar.gz
rt.equinox.framework-40c6d3d3a5ba90d2a63d60d6453bb3f0ed37d4be.tar.xz
rt.equinox.framework-40c6d3d3a5ba90d2a63d60d6453bb3f0ed37d4be.zip
Bug 403970 - Update rt.bundles and rt.framework parent versionsI20130402-0800
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature')
-rw-r--r--features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt2
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt b/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt
new file mode 100644
index 000000000..56f1032a8
--- /dev/null
+++ b/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403352 - Update all parent versions to match our build stream
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index 722d6982e..3a8eb5074 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>rt.equinox.framework</artifactId>
<groupId>org.eclipse.equinox.framework</groupId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.equinox.feature</groupId>

Back to the top