Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2013-03-27 15:35:28 +0000
committerCurtis Windatt2013-03-27 15:35:28 +0000
commita3912fca1065ff255eb2c19cea6532b539237b46 (patch)
treef0ba8f6e141530366af1f12e6fc06827933841e0 /org.eclipse.core.variables
parent99212097fd5df3542a390c2706c2eb7326e1e2a8 (diff)
downloadeclipse.platform.debug-a3912fca1065ff255eb2c19cea6532b539237b46.tar.gz
eclipse.platform.debug-a3912fca1065ff255eb2c19cea6532b539237b46.tar.xz
eclipse.platform.debug-a3912fca1065ff255eb2c19cea6532b539237b46.zip
Bug 403964 - Update Platform Debug parent version
Diffstat (limited to 'org.eclipse.core.variables')
-rw-r--r--org.eclipse.core.variables/forceQualifierUpdate.txt2
-rw-r--r--org.eclipse.core.variables/pom.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.core.variables/forceQualifierUpdate.txt b/org.eclipse.core.variables/forceQualifierUpdate.txt
new file mode 100644
index 000000000..56f1032a8
--- /dev/null
+++ b/org.eclipse.core.variables/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.core.variables/pom.xml b/org.eclipse.core.variables/pom.xml
index f6f0d490e..eb4f9da5d 100644
--- a/org.eclipse.core.variables/pom.xml
+++ b/org.eclipse.core.variables/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>eclipse.platform.debug</artifactId>
<groupId>eclipse.platform.debug</groupId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.variables</artifactId>

Back to the top