fix parent pom for moved editor support bundle

This commit is contained in:
Martin Lippert
2020-10-21 10:56:21 +02:00
parent 94dbe08121
commit 4c5f238d65

View File

@@ -5,9 +5,9 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide</artifactId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.8.1-SNAPSHOT</version>
<relativePath>../../eclipse-distribution/pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.springframework.ide.eclipse</groupId>