Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-03-20 17:07:13 +0000
committerPaul Webster2013-03-26 12:54:32 +0000
commit4069ea9718102db6d035e7939ac9586e73fbbcef (patch)
treef0547450b22c920171bdbe2ad3796ac8c1eaf24f /org.eclipse.help.ui
parent06ff3afcbae6bb3d1dfafcccf9bc6c441322f91a (diff)
downloadeclipse.platform.ua-4069ea9718102db6d035e7939ac9586e73fbbcef.tar.gz
eclipse.platform.ua-4069ea9718102db6d035e7939ac9586e73fbbcef.tar.xz
eclipse.platform.ua-4069ea9718102db6d035e7939ac9586e73fbbcef.zip
Diffstat (limited to 'org.eclipse.help.ui')
-rw-r--r--org.eclipse.help.ui/forceQualifierUpdate.txt2
-rw-r--r--org.eclipse.help.ui/pom.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.help.ui/forceQualifierUpdate.txt b/org.eclipse.help.ui/forceQualifierUpdate.txt
new file mode 100644
index 000000000..56f1032a8
--- /dev/null
+++ b/org.eclipse.help.ui/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/org.eclipse.help.ui/pom.xml b/org.eclipse.help.ui/pom.xml
index 9d53e2551..9f9a913b2 100644
--- a/org.eclipse.help.ui/pom.xml
+++ b/org.eclipse.help.ui/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.ua</artifactId>
<groupId>eclipse.platform.ua</groupId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.help</groupId>
<artifactId>org.eclipse.help.ui</artifactId>

Back to the top