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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5e6c8a61 Update Commons Numbers 1.3-SNAPSHOT to 1.3
5e6c8a61 is described below

commit 5e6c8a61b7b1cc3c42b405c55d41759b99879326
Author: Alex Herbert <[email protected]>
AuthorDate: Mon Apr 20 12:23:05 2026 +0100

    Update Commons Numbers 1.3-SNAPSHOT to 1.3
---
 pom.xml | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index afaa6d37..f76e8a1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,21 +56,6 @@
     </site>
   </distributionManagement>
 
-  <!-- TODO: Remove this when Commons Numbers 1.3 is released -->
-  <repositories>
-    <repository>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <id>snapshots</id>
-      <name>Snapshots Repository</name>
-      <url>https://repository.apache.org/snapshots</url>
-    </repository>
-  </repositories>
-
   <developers>
     <developer>
       <name>Gilles Sadowski</name>
@@ -153,8 +138,7 @@
 
     <!-- Dependency versions -->
     <statistics.commons.rng.version>1.6</statistics.commons.rng.version>
-    <!-- TODO: Remove the snapshot repository when Commons Numbers 1.3 is 
released -->
-    
<statistics.commons.numbers.version>1.3-SNAPSHOT</statistics.commons.numbers.version>
+    
<statistics.commons.numbers.version>1.3</statistics.commons.numbers.version>
     <statistics.commons.math3.version>3.6.1</statistics.commons.math3.version>
     
<statistics.commons.math4.version>4.0-beta1</statistics.commons.math4.version>
 

Reply via email to