You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/07/31 15:51:50 UTC

[8/9] commons-cli git commit: CLI-217: thanks Rubin

CLI-217: thanks Rubin


Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/86e6c65a
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/86e6c65a
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/86e6c65a

Branch: refs/heads/master
Commit: 86e6c65a414aa6588a2baee2a2534bae571ff6f0
Parents: 602a8c1
Author: Rob Tompkins <ch...@gmail.com>
Authored: Sat Jul 29 15:27:47 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Sat Jul 29 15:27:47 2017 -0400

----------------------------------------------------------------------
 pom.xml                 | 12 ++++++++++++
 src/changes/changes.xml |  3 +++
 2 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/86e6c65a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b16209e..cb2e0b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,11 @@
       <id>tn</id>
       <email>tn@apache.org</email>
     </developer>
+    <developer>
+      <name>Rob Tompkins</name>
+      <id>chtompki</id>
+      <email>chtompki@apache.org</email>
+    </developer>
   </developers>
 
   <contributors>
@@ -151,6 +156,13 @@
         <role>unit tests</role>
       </roles>
     </contributor>
+    <contributor>
+      <name>Rubin Simons</name>
+      <email>rubin@raaftech.com</email>
+      <roles>
+        <role>supplied patch</role>
+      </roles>
+    </contributor>
     
   </contributors>
 

http://git-wip-us.apache.org/repos/asf/commons-cli/blob/86e6c65a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d444805..4e7aeb7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,9 @@
   <body>
 
     <release version="1.5" date="tba" description="tba">
+      <action type="add" dev="chtompki" due-to="Rubin Simons" issue="CLI-217">
+        Accommodate toggling partial matching in DefaultParser.
+      </action>
       <action type="add" dev="britter" due-to="Béla Schaum" issue="CLI-274">
         Option parser type EXISTING_FILE_VALUE not check file existing
       </action>