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/06/07 14:19:16 UTC

[commons-math] 01/03: Update commons-imaging to 1.0-alpha3

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-math.git

commit f37494bacac6a131f053e045435c87733bd9caf4
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Jun 7 14:03:43 2022 +0100

    Update commons-imaging to 1.0-alpha3
---
 commons-math-examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-math-examples/pom.xml b/commons-math-examples/pom.xml
index ccef4d6df..0b788eb40 100644
--- a/commons-math-examples/pom.xml
+++ b/commons-math-examples/pom.xml
@@ -51,7 +51,7 @@
     <math.picocli.version>3.9.5</math.picocli.version>
     <math.rng.version>1.4</math.rng.version>
     <math.geometry.version>1.0</math.geometry.version>
-    <math.imaging.version>1.0-alpha3-SNAPSHOT</math.imaging.version>
+    <math.imaging.version>1.0-alpha3</math.imaging.version>
 
     <!-- Disable JApiCmp failures (but keep the report). The examples API is allowed to change. -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>