Prepare for Release 2.0.0
diff --git a/pom.xml b/pom.xml
index 3bffcb5..97619c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>

     <groupId>org.apache.fulcrum</groupId>

     <artifactId>fulcrum-testcontainer</artifactId>

-    <version>1.0.10-SNAPSHOT</version>

+    <version>2.0.0-SNAPSHOT</version>

     <name>Fulcrum Test Container</name>

     <inceptionYear>2004</inceptionYear>

     <description>A test framework for Avalon components</description>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d27066c..3343383 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,16 @@
     <!-- author email="quintonm@bellsouth.net">Quinton McCombs</author -->
   </properties>
   <body>
-    <release version="1.0.10" date="in GIT">
+    <release version="2.0.0" date="in GIT">
+     <action type="update" dev="gk">
+        Java 11 minimum
+      </action> 
+        <action type="update" dev="gk">
+        Yaafi Log4j2Logger as default logger in YaafiContainer instead of Avalon ConsoleLogger
+      </action> 
+       <action type="update" dev="gk">
+        Update junit to 4.13.2, junit.jupiter.version to 5.10.0, junit.platform to 1.9.3, Mockito 5.4.0, Fulcrum-yaafi 2.0.0
+      </action>  
     </release>
     <release version="1.0.9" date="2021-01-04">
     <action type="update" dev="painter">