You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2018/09/19 08:13:47 UTC

svn commit: r1841298 - /commons/proper/commons-parent/trunk/pom.xml

Author: britter
Date: Wed Sep 19 08:13:47 2018
New Revision: 1841298

URL: http://svn.apache.org/viewvc?rev=1841298&view=rev
Log:
Remove redundant information that is already in changes.xml

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1841298&r1=1841297&r2=1841298&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Sep 19 08:13:47 2018
@@ -37,169 +37,6 @@
     <url>http://issues.apache.org/jira/browse/COMMONSSITE</url>
   </issueManagement>
 
-  <!--
-    Version 48:
-    
-    - Update parent from org.apache:apache 19 to 20.
-    - maven-compiler-plugin 3.7.0 -> 3.8.0
-    - re-enabled japicmp and introduced japicmp.skip property that
-      controls whether japicmp reports are run. It is disabled by
-      default and enabled via a special profile enabled by the
-      presence of the file src/site/resources/profile.japicmp
-    - org.apache.felix:maven-bundle-plugin 3.5.0 -> 3.5.1
-    - commons-release-plugin 1.3 -> 1.4
-    - Add your comment here.
-  -->
-  
-  <!--
-    Version 47:
-    
-    - Set the version of Apache Commons BCEL used by maven-project-info-reports-plugin to avoid 
-      "org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19"
-    - Allows JApiCmp's ignoreMissingClasses parameter to be easily overridable with the property commons.japicmp.ignoreMissingClasses.
-    - japicmp-maven-plugin 0.11.1 -> 0.12.0
-    - Add properties:
-      - commons.distSvnStagingUrl
-      - commons.releaseManagerName
-      - commons.releaseManagerKey
-    - maven-javadoc-plugin 3.0.0 -> 3.0.1 (Java 10 compatibility)
-    - maven-site-plugin 3.7.0 -> 3.7.1.
-    - org.apache.maven.wagon:wagon-ssh 3.0.0 -> 3.1.0
-    - maven-surefire-report-plugin 2.21.0 -> 2.22.0
-    - maven-enforcer-plugin 3.0.0-M1 -> 3.0.0-M2
-    - commons-release-plugin 1.2 -> 1.3
-    - commons-build-plugin 1.8 -> 1.9
-    - maven-surefire-plugin 2.21.0 -> 2.22.0
-    - maven-project-info-reports-plugin 2.9 -> 3.0.0
-  -->
-  
-  <!--
-    Version 46:
-
-    - japicmp-maven-plugin 0.11.0 -> 0.11.1
-    - maven-surefire-report-plugin 2.20.1 -> 2.21.0
-    - Add java-1.10 profile
-    - Add java-1.11 profile
-    - jacoco-maven-plugin 0.8.0 -> 0.8.1
-    - commons-build-plugin 1.7 -> 1.8
-    - commons-release-plugin 1.1 -> 1.2
-    - japicmp-maven-plugin: oldVersionPattern=\d+\.\d+\.\d*
-    - maven-assembly-plugin: 3.0.0 -> 3.1.0
-    - Set maven-jar-plugin version to 3.1.0.
-
-  -->
-
-  <!--
-    Version 45:
-
-    - Rearranging plugin order in -Prelease, removing commons-release-plugin from build>pluginManagement
-
-  -->
-
-  <!--
-    Version 44:
-
-    - new profile module-name to add 'Automatic-Module-Name' entry to the manifest
-    - felix:maven-bundle-plugin 3.4.0 -> 3.5.0.
-    - build artifacts -test.jar, -sources.jar and -test-sources.jar always, not only at release time
-    - maven-enforcer-plugin set version to 3.0.0-M1 and update Maven requirement from 3.0.0 to 3.0.5 (the latest 3.0.x.)
-    - jacoco-maven-plugin 0.7.9 -> 0.8.0.
-    - Fix japicmp config: add to reporting section and define ignoreMissingNewVersion explicitly
-    - org.apache:apache 18 -> 19
-    - add commons-release-plugin:1.1
-    - add spotbugs-maven-plugin: 3.1.3
-    - maven-surefire-plugin 2.20.1 -> 2.21.0
-    - maven-failsafe-plugin 2.20.1 -> 2.21.0
-
-  -->
-
-  <!--
-    Version 43:
-
-    - maven-compiler-plugin 3.6.1 -> 3.7.0
-    - jacoco-maven-plugin 0.7.7.201606060606 -> 0.7.9
-    - maven-javadoc-plugin 2.10.4 -> 3.0.0 (Java 9 compatibility)
-    - animal-sniffer-maven-plugin 1.15 -> 1.16
-    - commons.findbugs.version 3.0.3 -> 3.0.5 (requires Java 7)
-    - commons.clirr.version 2.7 -> 2.8
-    - maven-surefire-plugin 2.19.1 -> 2.20.1
-    - Add maven-failsafe-plugin 2.20.1 (to align with surefire.)
-    - felix:maven-bundle-plugin 3.0.1 -> 3.4.0 (requires Java 7.
-    - versions-maven-plugin 2.3 -> 2.5
-    - japicmp-maven-plugin 0.9.3 -> 0.11.0
-    - build-helper-maven-plugin 1.10 -> 3.0.0 (requires Maven 3 and Java 7.)
-    - wagon-ssh 2.10 -> 3.0.0
-    - maven-site-plugin 3.6 -> 3.7 (fixes Java 9 builds; for migrating from 3.4 to 3.5.1, see https://maven.apache.org/components/plugins/maven-site-plugin/migrate.html)
-
-  -->
-  <!--
-    Version 42:
-
-    - maven-changes-plugin 2.12 -> 2.12.1
-    - maven-site-plugin 3.4 -> 3.6 (for migrating from 3.4 to 3.5.1, see https://maven.apache.org/components/plugins/maven-site-plugin/migrate.html)
-    - jacoco-maven-plugin : 0.7.6.201602180812 -> 0.7.7.201606060606
-    - commons-build-plugin : 1.6 -> 1.7
-    - maven-changes-plugin : 2.12 -> 2.12.1
-    - Update japicmp: 0.8.0 -> 0.9.3
-    - maven-compiler-plugin : 3.5.1 -> 3.6.0
-    - new profiles travis-cobertura and travis-jacoco for running
-    coveralls coverage reports via Travis CI
-    - japicmp plugin no longer fail on "mvn site" (it requires
-    target/*jar), use "mvn package site -Pjapicmp" to include its report
-    - commons.japicmp.breakBuildOnBinaryIncompatibleModifications can be
-    used to override the breakBuildOnBinaryIncompatibleModifications
-    setting of the japicmp plugin (default is true)
-  -->
-  <!--
-    Version 41:
-
-    - Update Apache parent: 17 -> 18
-    - Changed ciManagement to Jenkins builds.apache.org
-    - RAT: Exclude Eclipse local files and folders
-    - maven-javadoc-plugin 2.10.3 -> 2.10.4
-    - commons.rat.version 0.11 -> 0.12
-    - maven-source-plugin 3.0.0 -> 3.0.1
-    - versions-maven-plugin 2.3
-    - new profile clirr (add src/site/resources/profile.clirr to enable, clirr report no longer automatic)
-    - new profile japicmp (add src/site/resources/profile.japicmp to enable)
-
-    Version 40:
-
-    - Update Apache parent: 16 -> 17
-    - Require minimum of Maven 3.0.5
-    - maven-release-plugin 2.5.2 -> 2.5.3
-    - buildnumber-maven-plugin 1.3 -> 1.4 (supports git SCM now)
-    - maven-assembly-plugin 2.5.5 -> 2.6
-    - maven-surefire-plugin 2.18.1 -> 2.19.1
-    - maven-compiler-plugin : 3.3 -> 3.5.1
-    - maven-changes-plugin : 2.11 -> 2.12
-    - commons-build-plugin : 1.4 -> 1.6
-    - COMMONSSITE-87 - ensure assembly plugin runs after all package phase plugins
-    - felix:maven-bundle-plugin : 2.5.3 -> 3.0.1
-    - maven-enforcer-plugin : 1.3.1 -> 1.4.1
-    - maven-project-info-reports-plugin : 2.8 -> 2.9
-    - maven-source-plugin : 2.4 -> 3.0.0
-    - animal-sniffer-maven-plugin : 1.11 -> 1.15
-    - build-helper-maven-plugin : 1.9.1 -> 1.10
-    - clirr-maven-plugin : 2.6.1 -> 2.7
-    - jacoco-maven-plugin : 0.7.5.201505241946 -> 0.7.6.201602180812
-    - maven-clean-plugin : 2.6.1 -> 3.0.0
-    - commons.findbugs.version : 3.0.0 -> 3.0.3
-    - wagon-ssh : 2.8 -> 2.10
-
-    Version 39:
-
-    - Update Compiler Plugin : 3.2 -> 3.3
-    - Update Build Helper Plugin : 1.8 -> 1.9.1
-    - Update Release Plugin : 2.5.1 -> 2.5.2
-    - Update Javadoc Plugin : 2.10.2 -> 2.10.3
-    - Update Jacoco 0.7.4.201502262128 -> 0.7.5.201505241946
-    - Move assembly to standard location. src/main => src/assembly/src.xml
-    - Update animal-sniffer Plugin : 1.13 -> 1.14 (for java 7+ builds) supporting Java8
-    - dropped the trunks-proper profile
-
-  -->
-
   <prerequisites>
     <maven>3.0.5</maven>
   </prerequisites>