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 2022/11/13 16:48:04 UTC

[commons-statistics] branch master updated (0d50bc0 -> 4070d78)

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

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


    from 0d50bc0  Encode javadoc apostrophe using HTML code '
     new 5394f57  Remove invalid pmd-plugin version from examples
     new 4070d78  Remove duplicate exec maven plugin version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 commons-statistics-examples/examples-jmh/pom.xml | 3 ---
 commons-statistics-examples/pom.xml              | 1 -
 2 files changed, 4 deletions(-)


[commons-statistics] 02/02: Remove duplicate exec maven plugin version

Posted by ah...@apache.org.
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-statistics.git

commit 4070d7886aa4cdfa17011ad66b410e1fe3feb497
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun Nov 13 16:45:45 2022 +0000

    Remove duplicate exec maven plugin version
---
 commons-statistics-examples/examples-jmh/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/commons-statistics-examples/examples-jmh/pom.xml b/commons-statistics-examples/examples-jmh/pom.xml
index 693e6c0..8fd5568 100644
--- a/commons-statistics-examples/examples-jmh/pom.xml
+++ b/commons-statistics-examples/examples-jmh/pom.xml
@@ -63,8 +63,6 @@
     <!-- Workaround to avoid duplicating config files. -->
     <statistics.parent.dir>${basedir}/../..</statistics.parent.dir>
 
-    <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
-
     <!-- JMH Benchmark related properties: version, name of the benchmarking uber jar. -->
     <jmh.version>1.33</jmh.version>
     <uberjar.name>examples-jmh</uberjar.name>
@@ -147,7 +145,6 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
-            <version>${exec-maven-plugin.version}</version>
             <executions>
               <execution>
                 <id>benchmark</id>


[commons-statistics] 01/02: Remove invalid pmd-plugin version from examples

Posted by ah...@apache.org.
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-statistics.git

commit 5394f57d77c1656d3c0cfaf318170946ec409f37
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun Nov 13 16:42:55 2022 +0000

    Remove invalid pmd-plugin version from examples
---
 commons-statistics-examples/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-statistics-examples/pom.xml b/commons-statistics-examples/pom.xml
index d9a26c5..6319fb5 100644
--- a/commons-statistics-examples/pom.xml
+++ b/commons-statistics-examples/pom.xml
@@ -81,7 +81,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>${statistics.pmd.version}</version>
         <configuration>
           <failOnViolation>false</failOnViolation>
         </configuration>