Restore relative path fix
diff --git a/api/pom.xml b/api/pom.xml
index 90b14ed..1973507 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -25,6 +25,7 @@
         <groupId>org.eclipse.ee4j</groupId>
         <artifactId>project</artifactId>
         <version>1.0.6</version>
+        <relativePath/>
     </parent>
 
     <groupId>jakarta.el</groupId>
diff --git a/impl/pom.xml b/impl/pom.xml
index 0c0f5f7..7351571 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -25,6 +25,7 @@
         <groupId>org.eclipse.ee4j</groupId>
         <artifactId>project</artifactId>
         <version>1.0.6</version>
+        <relativePath/>
     </parent>
     
     <groupId>org.glassfish</groupId>
diff --git a/spec/pom.xml b/spec/pom.xml
index 8e77ca0..4bec539 100644
--- a/spec/pom.xml
+++ b/spec/pom.xml
@@ -23,6 +23,7 @@
         <groupId>org.eclipse.ee4j</groupId>
         <artifactId>project</artifactId>
         <version>1.0.6</version>
+        <relativePath/>
     </parent>
 
     <groupId>jakarta.el</groupId>