Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oberlies2011-08-01 11:17:04 +0000
committerTobias Oberlies2011-08-01 15:43:47 +0000
commitcdb395b87307f3df0b9a2415f2722801fc836a6f (patch)
tree2ae0244fadbcd748d2f600bbbcda908cbda41de3 /bundles/org.eclipse.equinox.p2.metadata.repository
parent8dac7dd5120149737dbc6303f2233a05f56df718 (diff)
downloadrt.equinox.p2-cdb395b87307f3df0b9a2415f2722801fc836a6f.tar.gz
rt.equinox.p2-cdb395b87307f3df0b9a2415f2722801fc836a6f.tar.xz
rt.equinox.p2-cdb395b87307f3df0b9a2415f2722801fc836a6f.zip
304594 Fix obvious POM configuration issues
- Correct relativePath to parent POM. - Use recommended version format in POMs: A version with automatically replaced qualifier maps to a SNAPSHOT version in the POMs.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata.repository')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml b/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
index 5533aaecc..4f918fcef 100644
--- a/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
@@ -7,11 +7,11 @@
<artifactId>org.eclipse.equinox.p2-parent</artifactId>
<groupId>org.eclipse</groupId>
<version>0.0.1-SNAPSHOT</version>
- <relativePath>../org.eclipse.equinox.p2-parent</relativePath>
+ <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath>
</parent>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.equinox.p2.metadata.repository</artifactId>
- <version>1.2.0.qualifier</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top