Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-03-27 14:42:24 +0000
committerThomas Watson2013-03-27 14:42:24 +0000
commit8b767d47756ce793565a884c3e0ae894f5609a63 (patch)
tree631f401276aca84623755e585e23161f6cec40b8 /bundles/org.eclipse.equinox.http.registry
parenta1a4aeafc79dcdab2289b45e6f8c87ed0dbb4e26 (diff)
downloadrt.equinox.bundles-8b767d47756ce793565a884c3e0ae894f5609a63.tar.gz
rt.equinox.bundles-8b767d47756ce793565a884c3e0ae894f5609a63.tar.xz
rt.equinox.bundles-8b767d47756ce793565a884c3e0ae894f5609a63.zip
Bug 403970 - Update rt.bundles and rt.framework parent versions
Diffstat (limited to 'bundles/org.eclipse.equinox.http.registry')
-rw-r--r--bundles/org.eclipse.equinox.http.registry/forceQualifierUpdate.txt2
-rw-r--r--bundles/org.eclipse.equinox.http.registry/pom.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.http.registry/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.http.registry/forceQualifierUpdate.txt
new file mode 100644
index 000000000..56f1032a8
--- /dev/null
+++ b/bundles/org.eclipse.equinox.http.registry/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/bundles/org.eclipse.equinox.http.registry/pom.xml b/bundles/org.eclipse.equinox.http.registry/pom.xml
index 9f7a1dfeb..4f901ea3f 100644
--- a/bundles/org.eclipse.equinox.http.registry/pom.xml
+++ b/bundles/org.eclipse.equinox.http.registry/pom.xml
@@ -9,14 +9,12 @@
Contributors:
Igor Fedorenko - initial implementation
-->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>rt.equinox.bundles</artifactId>
<groupId>org.eclipse.equinox.bundles</groupId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.equinox</groupId>

Back to the top