Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2013-03-27 21:19:33 +0000
committerPascal Rapicault2013-03-27 21:19:33 +0000
commit7184672bf7e9aed74dc896deea71041b570ffb9c (patch)
treea76980b0bcdabc4e70c11744965f1dbfb96ec8d0 /org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2.obr-aggregator
parent251702b2afa7efdf3652750e667007a2878ce6bf (diff)
downloadrt.equinox.p2-7184672bf7e9aed74dc896deea71041b570ffb9c.tar.gz
rt.equinox.p2-7184672bf7e9aed74dc896deea71041b570ffb9c.tar.xz
rt.equinox.p2-7184672bf7e9aed74dc896deea71041b570ffb9c.zip
Bug 403971 - Update Equinox p2 parent versionsI20130402-0800
Diffstat (limited to 'org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2.obr-aggregator')
-rw-r--r--org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2.obr-aggregator/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2.obr-aggregator/pom.xml b/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2.obr-aggregator/pom.xml
index 1f5f6dbaf..7e35efb20 100644
--- a/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2.obr-aggregator/pom.xml
+++ b/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2.obr-aggregator/pom.xml
@@ -1,4 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012 Eclipse Foundation.
All rights reserved. This program and the accompanying materials
@@ -9,18 +9,17 @@
Contributors:
Igor Fedorenko - initial implementation
-->
-
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<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/maven-v4_0_0.xsd">
<parent>
<artifactId>org.eclipse.equinox.p2-parent</artifactId>
<groupId>org.eclipse</groupId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../org.eclipse.equinox.p2-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.equinox.p2.obr</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
<plugins>
@@ -47,4 +46,4 @@
<module>../org.eclipse.equinox.p2.repository</module>
<module>../org.eclipse.equinox.p2.planner</module>
</modules>
-</project> \ No newline at end of file
+</project>

Back to the top