You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/07/03 20:08:36 UTC

[commons-build-plugin] branch master updated: Use MMM version format like most Commons components these days

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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new bdc2366  Use MMM version format like most Commons components these days
bdc2366 is described below

commit bdc23662704c39ae6f9700c31b6ca814054574fc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 3 16:08:32 2023 -0400

    Use MMM version format like most Commons components these days
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8df6877..c729fea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>commons-build-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.14-SNAPSHOT</version>
+  <version>1.14.0-SNAPSHOT</version>
   <name>Apache Commons Build Plugin Maven Mojo</name>
   <description>
     Apache Maven Mojo for Apache Commons Build tasks.
@@ -244,8 +244,8 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
 
     <!-- Commons Release Plugin -->
-    <commons.release.version>1.13</commons.release.version>
-    <commons.bc.version>1.12</commons.bc.version>
+    <commons.release.version>1.14.0</commons.release.version>
+    <commons.bc.version>1.13</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>