Merge pull request #1271 from arjantijms/4.0.0-M3

Use EE4J 2.0.1 parent
diff --git a/bom/pom.xml b/bom/pom.xml
index d65e170..7506ba2 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
+    Copyright (c) 2022, 2026 Contributors to Eclipse Foundation.
     Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
     COpyright (c) 2020 Payara Services Ltd.
 
@@ -24,7 +25,7 @@
     <parent>
         <groupId>org.eclipse.ee4j</groupId>
         <artifactId>project</artifactId>
-        <version>1.0.9</version>
+        <version>2.0.1</version>
         <relativePath />
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 9482370..acf43c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (c) 2022, 2024 Contributors to Eclipse Foundation. All rights reserved.
+    Copyright (c) 2022, 2026 Contributors to Eclipse Foundation. All rights reserved.
     Copyright (c) 2020, 2021 Payara Services Ltd.
     Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved.
 
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.eclipse.ee4j</groupId>
         <artifactId>project</artifactId>
-        <version>1.0.9</version>
+        <version>2.0.1</version>
         <relativePath />
     </parent>
 
@@ -156,7 +156,6 @@
         <parsson.version>1.1.6</parsson.version>
         <jaxb-api.version>4.0.2</jaxb-api.version>
         <jaxb-runtime.version>4.0.5</jaxb-runtime.version>
-        <java.net.username>${user.name}</java.net.username>
         <hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
 
         <glassfish.jakarta.el.version>4.0.2</glassfish.jakarta.el.version>
@@ -788,6 +787,7 @@
                         <java.util.logging.config.file>logging.properties</java.util.logging.config.file>
                         <net.bytebuddy.experimental>true</net.bytebuddy.experimental>
                     </systemPropertyVariables>
+                    <rerunFailingTestsCount>3</rerunFailingTestsCount>
                 </configuration>
             </plugin>
             <plugin>