pom: extract build/parent pom with the configuration
diff --git a/pom.xml b/pom.xml index 1c0b773..d3954cc 100644 --- a/pom.xml +++ b/pom.xml
@@ -7,10 +7,10 @@ <artifactId>python</artifactId> <version>1.0.0-SNAPSHOT</version> <parent> - <artifactId>dltk</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath>../org.eclipse.dltk.releng/build/pom.xml</relativePath> <groupId>org.eclipse.dltk</groupId> + <artifactId>parent</artifactId> + <version>1.0.0-SNAPSHOT</version> + <relativePath>../org.eclipse.dltk.releng/build/parent/pom.xml</relativePath> </parent> <packaging>pom</packaging>