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 2019/11/08 18:51:39 UTC

[commons-numbers] 12/32: Upgrade to parent 49. Allows build on Java 11.

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

commit 7357e4b9d9ea18e3ad093636d0847c709c410e9c
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Wed Nov 6 23:31:50 2019 +0000

    Upgrade to parent 49. Allows build on Java 11.
    
    Parent 49 adds a <source> tag to the javadoc plugin allowing building
    using JDK 11 with older sources.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 360ce39..55097c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>47</version>
+    <version>49</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>