Bump to next development version
diff --git a/pom.xml b/pom.xml
index 8111a5c..fb85f37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>70</version>
+  <version>71-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Commons Parent</name>
   <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
@@ -79,7 +79,7 @@
     <minimalJavaBuildVersion>8</minimalJavaBuildVersion>
     <!-- configuration bits for cutting a release candidate, must be overridden by components -->
     <!-- TODO How can we make project.build.outputTimestamp and changes.xml's release data the same? -->
-    <project.build.outputTimestamp>2024-05-11T14:21:36Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2024-05-15T13:09:46Z</project.build.outputTimestamp>
     <commons.release.version>70</commons.release.version>
     <commons.release.next>71</commons.release.next>
     <commons.rc.version>RC1</commons.rc.version>