This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch fix_4.2.0_pom_extraneous_text in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit 45e9c21502d5f5fad187bdb43f56e61bd618b0f4 Author: Lee Rhodes <[email protected]> AuthorDate: Tue Oct 24 16:13:06 2023 -0700 An extraneous "-->" was accidentally inserted into the pom at line 290. This fixes it. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7007c5e2..c76690c0 100644 --- a/pom.xml +++ b/pom.xml @@ -287,7 +287,7 @@ under the License. <useManifestOnlyJar>false</useManifestOnlyJar> <redirectTestOutputToFile>true</redirectTestOutputToFile> <reportsDirectory>${project.build.directory}/test-output/${maven.build.timestamp}</reportsDirectory> - <excludedGroups>${testng.generate-java-files},${testng.check-cpp-files}</excludedGroups> --> + <excludedGroups>${testng.generate-java-files},${testng.check-cpp-files}</excludedGroups> </configuration> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
