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 2019/09/10 18:10:56 UTC

[commons-parent] branch master updated: (fix) maven-project-info-reports-plugin 3.0.1 -> 3.0.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bc61828  (fix) maven-project-info-reports-plugin 3.0.1 -> 3.0.0
bc61828 is described below

commit bc618288c755bf2f29f7f19736c306fddb2abf28
Author: Rob Tompkins <ch...@gmail.com>
AuthorDate: Tue Sep 10 11:10:29 2019 -0700

    (fix) maven-project-info-reports-plugin 3.0.1 -> 3.0.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a1013c6..cfb7632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
     <commons.jdepend.version>2.0</commons.jdepend.version>
     <commons.jxr.version>3.0.0</commons.jxr.version>
     <commons.pmd.version>3.12.0</commons.pmd.version>
-    <commons.project-info.version>3.0.1</commons.project-info.version>
+    <commons.project-info.version>3.0.0</commons.project-info.version>
     <commons.rat.version>0.13</commons.rat.version>
     <commons.release-plugin.version>1.7</commons.release-plugin.version>
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 55a21a1..f486097 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,7 +63,6 @@ The <action> type attribute can be add,update,fix,remove.
     
         <release version="49" date="YYYY-MM-DD" description="TBD">
             <action type="update" dev="chtompki">maven-site-plugin 3.7.1 -> 3.8.2</action>
-            <action type="update" dev="chtompki">maven-project-info-reports-plugin 3.0.0 -> 3.0.1</action>
             <action type="update" dev="chtompki">commons.felix.version=maven-bundle-plugin 4.2.0 -> 4.2.1</action>
             <action type="update" dev="chtompki">commons-build-plugin 1.10 -> 1.11</action>
             <action type-="update" dev="ggregory">commons-release-plugin 1.6 -> 1.7</action>