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

mattjuntunen pushed a commit to annotated tag NUMBERS_1_0_B1_RC1
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 11c6d269d03130d0632726cd0e1a6b34222c8f01
Author: Matt Juntunen <matt.juntu...@hotmail.com>
AuthorDate: Sun Mar 29 15:03:51 2020 -0400

    updating changes.xml and generating RELEASE-NOTES.txt
---
 RELEASE-NOTES.txt       | 31 +++++++++++++++++++++++++++++++
 src/changes/changes.xml | 31 ++++++++++++++++++-------------
 2 files changed, 49 insertions(+), 13 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index e69de29..54c9a7a 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -0,0 +1,31 @@
+
+              Apache Commons Numbers 1.0-B1 RELEASE NOTES
+
+The Apache Commons Numbers team is pleased to announce the release of 
commons-numbers-parent-1.0-B1
+
+The Apache Commons Numbers project provides number types and utilities.
+
+This is the first release of Apache Commons Numbers. This is a beta release. 
No guarantees are made regarding the stability of the API or compatibility with 
future releases.
+Apache Commons Numbers 1.0-B1 contains the following modules:
+ commons-numbers-angle (requires Java 8)
+ commons-numbers-arrays (requires Java 8)
+ commons-numbers-combinatorics (requires Java 8)
+ commons-numbers-complex (requires Java 8)
+ commons-numbers-core (requires Java 8)
+ commons-numbers-examples (requires Java 8)
+ commons-numbers-examples-jmh (requires Java 8)
+ commons-numbers-field (requires Java 8)
+ commons-numbers-fraction (requires Java 8)
+ commons-numbers-gamma (requires Java 8)
+ commons-numbers-primes (requires Java 8)
+ commons-numbers-quaternion (requires Java 8)
+ commons-numbers-rootfinder (requires Java 8)
+
+No changes defined in this version.
+
+For complete information on Apache Commons Numbers, including instructions on 
how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Numbers 
website:
+
+http://commons.apache.org/proper/commons-numbers/
+
+
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0937b05..d89c6f2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,21 +50,26 @@ If the output is not quite correct, check for invisible 
trailing spaces!
     <title>Apache Commons Numbers Release Notes</title>
   </properties>
   <body>
-    <release version="1.0" date="TBD" description="
-This is the first release of Apache Commons Numbers.
+    <release version="1.0-B1" date="2020-04-05" description="
+This is the first release of Apache Commons Numbers. This is a beta release.
+No guarantees are made regarding the stability of the API or compatibility with
+future releases.
 
-Apache Commons Numbers 1.0 contains the following modules:
-TBD
+Apache Commons Numbers 1.0-B1 contains the following modules:
+  commons-numbers-angle (requires Java 8)
+  commons-numbers-arrays (requires Java 8)
+  commons-numbers-combinatorics (requires Java 8)
+  commons-numbers-complex (requires Java 8)
+  commons-numbers-core (requires Java 8)
+  commons-numbers-examples (requires Java 8)
+  commons-numbers-examples-jmh (requires Java 8)
+  commons-numbers-field (requires Java 8)
+  commons-numbers-fraction (requires Java 8)
+  commons-numbers-gamma (requires Java 8)
+  commons-numbers-primes (requires Java 8)
+  commons-numbers-quaternion (requires Java 8)
+  commons-numbers-rootfinder (requires Java 8)
 ">
-      <action dev="erans" type="add" issue="NUMBERS-24">
-        Create logo for Apache Commons Numbers
-      </action>
-      <action dev="kinow" type="fix" issue="NUMBERS-23">
-        mvn site won't compile due to javascript error
-      </action>
-      <action dev="sushakov" type="fix" issue="NUMBERS-15">
-        "BigFraction": Fixed overflow "doubleValue()" and "floatValue()".
-      </action>
     </release>
 
   </body>

Reply via email to