Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Stryker2017-10-17 22:17:30 +0000
committerRob Stryker2017-10-17 22:17:30 +0000
commit2989470939cd72b84fc588fd9570e1c8bd95cd35 (patch)
treeb6f7eee3651a35ca27a28edfb2f822511103bbee
parentf4d83baedd392d2bb9935832afc7b2db1a006bf9 (diff)
downloadwebtools.javaee-2989470939cd72b84fc588fd9570e1c8bd95cd35.tar.gz
webtools.javaee-2989470939cd72b84fc588fd9570e1c8bd95cd35.tar.xz
webtools.javaee-2989470939cd72b84fc588fd9570e1c8bd95cd35.zip
519716 - bad parent pom name in jst.common.ui
Signed-off-by: Rob Stryker <stryker@redhat.com>
-rw-r--r--plugins/org.eclipse.jst.common.ui/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.jst.common.ui/pom.xml b/plugins/org.eclipse.jst.common.ui/pom.xml
index 61686e648..5c1706ff0 100644
--- a/plugins/org.eclipse.jst.common.ui/pom.xml
+++ b/plugins/org.eclipse.jst.common.ui/pom.xml
@@ -14,12 +14,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.webtools.common</groupId>
- <artifactId>org.eclipse.webtools.common.plugins</artifactId>
+ <groupId>org.eclipse.webtools.javaee</groupId>
+ <artifactId>org.eclipse.webtools.javaee</artifactId>
<version>3.6.0-SNAPSHOT</version>
</parent>
- <groupId>org.eclipse.webtools.common</groupId>
+ <groupId>org.eclipse.webtools.javaee</groupId>
<artifactId>org.eclipse.jst.common.ui</artifactId>
<version>1.0.301-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top