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:37:12 UTC

[commons-rng] 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-rng.git


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

commit 7f499cc3d3ca9594062400cf9f18eca095c155d0
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Jun 23 11:37:07 2020 +0100

    Update commons-parent 50 to 51
    
    Remove pre-jdk8 profile version control for plugins that are now
    controlled by the parent.
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index fc03467..0c6d295 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>50</version>
+    <version>51</version>
   </parent>
 
   <artifactId>commons-rng-parent</artifactId>
@@ -562,12 +562,6 @@ Running "svn up" will download *all* the files of the live web site at
       <activation>
         <jdk>[1.6,1.8)</jdk>
       </activation>
-      <properties>
-        <!-- Override parent version 4.x which requires Java 8. -->
-        <commons.felix.version>3.5.1</commons.felix.version>
-        <!-- Override parent version 1.18 which requires Java 8. -->
-        <commons.animal-sniffer.version>1.17</commons.animal-sniffer.version>
-      </properties>
       <build>
         <!-- Alter default goal as it uses checks from Java 8 plugins. -->
         <defaultGoal>clean verify</defaultGoal>