You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2022/07/17 20:01:40 UTC

[datasketches-memory] 02/02: Restore versions for dependency update plugin

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

dcromberge pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git

commit 6494a0905bc8f535038beb484a9e0720e836a6ac
Author: David Cromberge <dc...@apache.org>
AuthorDate: Sun Jul 17 21:01:13 2022 +0100

    Restore versions for dependency update plugin
---
 datasketches-memory-java11/pom.xml | 2 ++
 datasketches-memory-java8/pom.xml  | 1 +
 2 files changed, 3 insertions(+)

diff --git a/datasketches-memory-java11/pom.xml b/datasketches-memory-java11/pom.xml
index 7c383d7..b37e4c7 100644
--- a/datasketches-memory-java11/pom.xml
+++ b/datasketches-memory-java11/pom.xml
@@ -78,6 +78,8 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>exec-maven-plugin</artifactId>
+                        <!-- The trailing comment on the line below ignores an eclipse warning. The version is required for dependency updates. -->
+                        <version>${maven-exec-plugin.version}</version><!--$NO-MVN-MAN-VER$-->
                         <executions>
                             <execution>
                                 <id>package-mr-jar</id>
diff --git a/datasketches-memory-java8/pom.xml b/datasketches-memory-java8/pom.xml
index a740294..06d62be 100644
--- a/datasketches-memory-java8/pom.xml
+++ b/datasketches-memory-java8/pom.xml
@@ -67,6 +67,7 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
+          <version>${jacoco-maven-plugin.version}</version>
           <executions>
             <execution>
               <id>report</id>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org