Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index dfe047c..502c2df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,9 +12,9 @@
<description>A superb shell script editor for Eclipse.</description>
<parent>
<groupId>org.eclipse.dltk</groupId>
- <artifactId>dltk</artifactId>
+ <artifactId>dltk.build.all</artifactId>
<version>5.7.2-SNAPSHOT</version>
- <relativePath>../org.eclipse.dltk.releng/build/pom.xml</relativePath>
+ <relativePath>../org.eclipse.dltk.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>

Back to the top