You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/01/13 19:59:08 UTC

[commons-daemon] 01/02: Add previous version property to POM

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

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

commit e45885f98d54ffcb955c3473c40b803055d21de7
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 13 11:26:24 2021 +0000

    Add previous version property to POM
---
 HOWTO-RELEASE.txt | 5 ++++-
 pom.xml           | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt
index 4b77870..967c1a9 100644
--- a/HOWTO-RELEASE.txt
+++ b/HOWTO-RELEASE.txt
@@ -31,7 +31,10 @@ If you haven't already, add your public PGP key to KEYS.
 Update version numbers as needed
 --------------------------------
 
-Do a find for all the docs which include the previous version string
+Update the old version property (before tagging):
+ - /pom.xml                                     (commons.bc.version)
+
+Do a find for all the files which include the previous version string
 and replace it with the new version.
 
 These include:
diff --git a/pom.xml b/pom.xml
index 8c95279..251ea34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,7 @@
     <commons.release.version>1.2.4</commons.release.version>
     <commons.jira.id>DAEMON</commons.jira.id>
     <commons.jira.pid>12310468</commons.jira.pid>
+    <commons.bc.version>1.2.3</commons.bc.version>
   </properties>
 
   <build>