You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/06/23 10:33:32 UTC

[commons-numbers] branch master updated: Update commons-parent 50 to 51

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9bc3804  Update commons-parent 50 to 51
9bc3804 is described below

commit 9bc38041ed48e7a8108d488047af8be7ac7b4a13
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Jun 23 11:33:26 2020 +0100

    Update commons-parent 50 to 51
    
    Allows bundling LICENSE and NOTICE in the jar files.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 250fd89..9590f66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>50</version>
+    <version>51</version>
   </parent>
 
   <artifactId>commons-numbers-parent</artifactId>