Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykola Nikishov2018-06-28 15:27:41 +0000
committerAlexander Kurtakov2019-05-14 09:13:56 +0000
commita0eda99eb9e80b94f6153e1bc4ab7db637353b7f (patch)
treed51d0faf97f9ba3c167d04efc8ab860ffe89a572 /examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/pom.xml
parent10ce5e7146d69b0bcf8526e0ef7dda2b1598a32a (diff)
downloadrt.equinox.p2-a0eda99eb9e80b94f6153e1bc4ab7db637353b7f.tar.gz
rt.equinox.p2-a0eda99eb9e80b94f6153e1bc4ab7db637353b7f.tar.xz
rt.equinox.p2-a0eda99eb9e80b94f6153e1bc4ab7db637353b7f.zip
Build examples tooI20190515-0205
Change-Id: I57c4f588b683514c4e397395a62406045f233ff1 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
Diffstat (limited to 'examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/pom.xml')
-rw-r--r--examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/pom.xml b/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/pom.xml
index 412b5e1a7..ba74f24a5 100644
--- a/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/pom.xml
+++ b/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/pom.xml
@@ -3,12 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.equinox.p2</groupId>
- <artifactId>rt.equinox.p2</artifactId>
+ <artifactId>org.eclipse.equinox.p2.examples</artifactId>
<version>4.12.0-SNAPSHOT</version>
- <relativePath>../..</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility</artifactId>
- <version>1.1.0.qualifier</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top