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 2020/05/12 18:28:53 UTC

[commons-cli] branch master updated: Remove deprecated sudo setting. #36.

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-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 7914d9c  Remove deprecated sudo setting. #36.
7914d9c is described below

commit 7914d9c84eca478f00c16566333d36c886f15fea
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue May 12 14:28:48 2020 -0400

    Remove deprecated sudo setting. #36.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7801ca0..bdd329a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,9 @@
       <action type="update" dev="ggregory" due-to="Mincong Huang">
         Docs: Replace OptionBuilder in usage page #30.
       </action>
+      <action type="update" dev="ggregory" due-to="dengliming">
+        Remove deprecated sudo setting. #36.
+      </action>
     </release>
 
     <release version="1.4" date="2017-03-09" description="New features and bug fixes">