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 8e321da809f153654d507a1275d11c4f59240240 Author: Matt Juntunen <matt.juntu...@hotmail.com> AuthorDate: Sun Mar 29 14:46:12 2020 -0400 setting pom versions to 1.0-B1 --- commons-numbers-angle/pom.xml | 2 +- commons-numbers-arrays/pom.xml | 2 +- commons-numbers-combinatorics/pom.xml | 2 +- commons-numbers-complex/pom.xml | 2 +- commons-numbers-core/pom.xml | 2 +- commons-numbers-examples/examples-jmh/pom.xml | 2 +- commons-numbers-examples/pom.xml | 2 +- commons-numbers-field/pom.xml | 2 +- commons-numbers-fraction/pom.xml | 2 +- commons-numbers-gamma/pom.xml | 2 +- commons-numbers-primes/pom.xml | 2 +- commons-numbers-quaternion/pom.xml | 2 +- commons-numbers-rootfinder/pom.xml | 2 +- pom.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/commons-numbers-angle/pom.xml b/commons-numbers-angle/pom.xml index fef2923..840c984 100644 --- a/commons-numbers-angle/pom.xml +++ b/commons-numbers-angle/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-angle</artifactId> diff --git a/commons-numbers-arrays/pom.xml b/commons-numbers-arrays/pom.xml index 21a3d0b..4ea142d 100644 --- a/commons-numbers-arrays/pom.xml +++ b/commons-numbers-arrays/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-arrays</artifactId> diff --git a/commons-numbers-combinatorics/pom.xml b/commons-numbers-combinatorics/pom.xml index 13c96d1..597d9bc 100644 --- a/commons-numbers-combinatorics/pom.xml +++ b/commons-numbers-combinatorics/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-combinatorics</artifactId> diff --git a/commons-numbers-complex/pom.xml b/commons-numbers-complex/pom.xml index 1a77069..f96a99b 100644 --- a/commons-numbers-complex/pom.xml +++ b/commons-numbers-complex/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-complex</artifactId> diff --git a/commons-numbers-core/pom.xml b/commons-numbers-core/pom.xml index a642de8..4eec301 100644 --- a/commons-numbers-core/pom.xml +++ b/commons-numbers-core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-core</artifactId> diff --git a/commons-numbers-examples/examples-jmh/pom.xml b/commons-numbers-examples/examples-jmh/pom.xml index 544c24f..6824e32 100644 --- a/commons-numbers-examples/examples-jmh/pom.xml +++ b/commons-numbers-examples/examples-jmh/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-examples</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-examples-jmh</artifactId> diff --git a/commons-numbers-examples/pom.xml b/commons-numbers-examples/pom.xml index 8366c4d..1863bfe 100644 --- a/commons-numbers-examples/pom.xml +++ b/commons-numbers-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-examples</artifactId> diff --git a/commons-numbers-field/pom.xml b/commons-numbers-field/pom.xml index 32c74fd..cf1a45d 100644 --- a/commons-numbers-field/pom.xml +++ b/commons-numbers-field/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-field</artifactId> diff --git a/commons-numbers-fraction/pom.xml b/commons-numbers-fraction/pom.xml index 9eb8526..9a50e9a 100644 --- a/commons-numbers-fraction/pom.xml +++ b/commons-numbers-fraction/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-fraction</artifactId> diff --git a/commons-numbers-gamma/pom.xml b/commons-numbers-gamma/pom.xml index c067b5c..a42938d 100644 --- a/commons-numbers-gamma/pom.xml +++ b/commons-numbers-gamma/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-gamma</artifactId> diff --git a/commons-numbers-primes/pom.xml b/commons-numbers-primes/pom.xml index d466f76..5592940 100644 --- a/commons-numbers-primes/pom.xml +++ b/commons-numbers-primes/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-primes</artifactId> diff --git a/commons-numbers-quaternion/pom.xml b/commons-numbers-quaternion/pom.xml index 50596b8..7856fec 100644 --- a/commons-numbers-quaternion/pom.xml +++ b/commons-numbers-quaternion/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-quaternion</artifactId> diff --git a/commons-numbers-rootfinder/pom.xml b/commons-numbers-rootfinder/pom.xml index 8a4b69e..86d3286 100644 --- a/commons-numbers-rootfinder/pom.xml +++ b/commons-numbers-rootfinder/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> </parent> <artifactId>commons-numbers-rootfinder</artifactId> diff --git a/pom.xml b/pom.xml index 07b1305..daf2bbb 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-B1</version> <packaging>pom</packaging> <name>Apache Commons Numbers</name> <description>The Apache Commons Numbers project provides number types and utilities.</description>