note to self, remove workaround when next parent becomes available
diff --git a/pom.xml b/pom.xml
index b9ce208..47d7c44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,8 @@
           <artifactId>maven-bundle-plugin</artifactId>
           <version>${commons.felix.version}</version>
         </plugin>
-        <!-- override skip property of parent pom -->
+        <!-- override skip property of parent pom, can be removed once
+             we adopt parent 48+ -->
         <plugin>
           <groupId>com.github.siom79.japicmp</groupId>
           <artifactId>japicmp-maven-plugin</artifactId>