You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by wl...@apache.org on 2022/10/21 14:26:30 UTC

[datasketches-memory] branch refactorInterfaces updated: Fixing compiler plugin version to avoid problems with unit tests

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

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


The following commit(s) were added to refs/heads/refactorInterfaces by this push:
     new de07ac5  Fixing compiler plugin version to avoid problems with unit tests
de07ac5 is described below

commit de07ac5c9dea1e4418f87ac3b1bf549067e41e9b
Author: Will Lauer <wl...@yahooinc.com>
AuthorDate: Fri Oct 21 09:26:24 2022 -0500

    Fixing compiler plugin version to avoid problems with unit tests
    
    Version 3.10.0 does something strange and causes testng to not find any
    unit tests. This problem is resolved in 3.10.1.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8b4d0ab..1cef278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.10.0</version>
+          <version>3.10.1</version>
           <configuration>
             <jdkToolchain>
               <version>8</version>


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