Fixed relativePath
Bump to version 3.7.1-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 4883526..e784466 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>31</version>
-    <relativePath>*</relativePath>
+    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>3.8.0-SNAPSHOT</version>
+  <version>3.7.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Compiler Plugin</name>