Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-06-22 08:04:36 +0000
committerThomas Watson2017-08-08 13:56:58 +0000
commit227af6cec28c6e6b8135ea9c6df6558010d8af67 (patch)
treebbcfa14b9427d8a8a58017296b1a74ecf4774845
parent208a1d8bb1a63f36238880c4b086adc153c6e212 (diff)
downloadrt.equinox.bundles-227af6cec28c6e6b8135ea9c6df6558010d8af67.tar.gz
rt.equinox.bundles-227af6cec28c6e6b8135ea9c6df6558010d8af67.tar.xz
rt.equinox.bundles-227af6cec28c6e6b8135ea9c6df6558010d8af67.zip
Bug 516761 - Update POMs for rt.equinox.bundles repo
Point to rt.equinox.bundles parent pom Change-Id: I1620cbf3b7a5520257c374f1c57f16311e0a4b63 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.equinox.log.stream/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.log.stream/pom.xml b/bundles/org.eclipse.equinox.log.stream/pom.xml
index 22fddda1d..704bf892e 100644
--- a/bundles/org.eclipse.equinox.log.stream/pom.xml
+++ b/bundles/org.eclipse.equinox.log.stream/pom.xml
@@ -12,9 +12,9 @@
<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>rt.equinox.framework</artifactId>
- <groupId>org.eclipse.equinox.framework</groupId>
- <version>4.7.0-SNAPSHOT</version>
+ <artifactId>rt.equinox.bundles</artifactId>
+ <groupId>org.eclipse.equinox.bundles</groupId>
+ <version>4.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.equinox</groupId>

Back to the top