Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-30 11:10:54 +0000
committerAlexander Kurtakov2018-05-30 11:11:08 +0000
commitbe993aad6aacf83e22132e03eb9ca41a577d240e (patch)
tree1b379a0a378e75a8d8b76cc494cbe1d508c8dfe6 /bundles/org.eclipse.equinox.p2.publisher.eclipse
parentdd4d2725f12894cd21f4bbf80a185786dbff7e42 (diff)
downloadrt.equinox.p2-be993aad6aacf83e22132e03eb9ca41a577d240e.tar.gz
rt.equinox.p2-be993aad6aacf83e22132e03eb9ca41a577d240e.tar.xz
rt.equinox.p2-be993aad6aacf83e22132e03eb9ca41a577d240e.zip
Needed so tycho-versions:set-versions works properly. Not all modules handled properly but majority are which is good enough for me now. Change-Id: I62d65744ed65d083f3755aab86b925fa780092b5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.publisher.eclipse')
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml b/bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml
index 15c45eb37..8ef04659e 100644
--- a/bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml
@@ -2,10 +2,10 @@
<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>
- <groupId>org.eclipse</groupId>
- <artifactId>org.eclipse.equinox.p2-parent</artifactId>
- <version>4.8.0-SNAPSHOT</version>
- <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath>
+ <groupId>org.eclipse.equinox.p2</groupId>
+ <artifactId>rt.equinox.p2</artifactId>
+ <version>4.9.0-SNAPSHOT</version>
+ <relativePath>../..</relativePath>
</parent>
<groupId>org.eclipse.equinox</groupId>

Back to the top