(Release mechanics) upversion 1.10 -> 1.11-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 495612d..92f60ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>commons-build-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.10</version>
+  <version>1.11-SNAPSHOT</version>
   <name>Apache Commons Build Plugin Maven Mojo</name>
   <description>
     Apache Maven Mojo for Apache Commons Build tasks.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 471b23e..f85f8df 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,6 +25,9 @@
   </properties>

 

   <body>

+    <release version="1.11" date="YYYY-MM-DD" description="Feature release">

+    </release>

+

     <release version="1.10" date="2019-02-26" description="Feature release">

       <action dev="ggregory" type="update">

         Use SHA512 signatures as the default in the download page.