This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git

commit 0910bbfa6871fdb28b8c21e4f5773d0602dc7102
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Nov 9 12:49:38 2024 +0000

    Bump to next development version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3d3b11e..da8682c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>commons-release-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.8.3</version>
+  <version>1.8.4-SNAPSHOT</version>
   <name>Apache Commons Release Plugin</name>
 
   <description>
@@ -125,7 +125,7 @@
     
<project.build.sourceEncoding>${commons.encoding}</project.build.sourceEncoding>
     <!-- This is used by reporting plugins -->
     
<project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding>
-    
<project.build.outputTimestamp>2024-11-03T20:02:30Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-11-09T12:49:32Z</project.build.outputTimestamp>
 
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.bc.version>1.8.2</commons.bc.version>

Reply via email to