You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/08/17 01:33:20 UTC

[commons-geometry] 02/03: update README versions

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

mattjuntunen pushed a commit to branch 1.0-release
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git

commit 3c1eeeb13325cb0d352f8a64a202bf7f58634dad
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Mon Aug 16 21:18:58 2021 -0400

    update README versions
---
 README.md                                              |  2 +-
 commons-geometry-core/README.md                        |  2 +-
 commons-geometry-euclidean/README.md                   |  2 +-
 commons-geometry-examples/README.md                    | 10 ----------
 commons-geometry-examples/examples-jmh/README.md       | 10 ----------
 commons-geometry-examples/examples-tutorials/README.md | 10 ----------
 commons-geometry-spherical/README.md                   |  2 +-
 7 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/README.md b/README.md
index 1b0f6e5..09eb673 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-geometry</artifactId>
-  <version>1.0-beta1</version>
+  <version>1.0</version>
 </dependency>
 ```
 
diff --git a/commons-geometry-core/README.md b/commons-geometry-core/README.md
index 9a2cb46..c9c3edf 100644
--- a/commons-geometry-core/README.md
+++ b/commons-geometry-core/README.md
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-geometry-core</artifactId>
-  <version>1.0-beta1</version>
+  <version>1.0</version>
 </dependency>
 ```
 
diff --git a/commons-geometry-euclidean/README.md b/commons-geometry-euclidean/README.md
index 5576c7e..658cd4f 100644
--- a/commons-geometry-euclidean/README.md
+++ b/commons-geometry-euclidean/README.md
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-geometry-euclidean</artifactId>
-  <version>1.0-beta1</version>
+  <version>1.0</version>
 </dependency>
 ```
 
diff --git a/commons-geometry-examples/README.md b/commons-geometry-examples/README.md
index 858cfb1..42aa5c2 100644
--- a/commons-geometry-examples/README.md
+++ b/commons-geometry-examples/README.md
@@ -64,16 +64,6 @@ Where can I get the latest release?
 -----------------------------------
 You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-geometry/download_geometry.cgi).
 
-Alternatively you can pull it from the central Maven repositories:
-
-```xml
-<dependency>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-geometry-examples</artifactId>
-  <version>1.0-beta1</version>
-</dependency>
-```
-
 Contributing
 ------------
 
diff --git a/commons-geometry-examples/examples-jmh/README.md b/commons-geometry-examples/examples-jmh/README.md
index 4cf7f65..6d57e30 100644
--- a/commons-geometry-examples/examples-jmh/README.md
+++ b/commons-geometry-examples/examples-jmh/README.md
@@ -62,16 +62,6 @@ Where can I get the latest release?
 -----------------------------------
 You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-geometry/download_geometry.cgi).
 
-Alternatively you can pull it from the central Maven repositories:
-
-```xml
-<dependency>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-geometry-examples-jmh</artifactId>
-  <version>1.0-beta1</version>
-</dependency>
-```
-
 Contributing
 ------------
 
diff --git a/commons-geometry-examples/examples-tutorials/README.md b/commons-geometry-examples/examples-tutorials/README.md
index aa08b45..3a9e7cc 100644
--- a/commons-geometry-examples/examples-tutorials/README.md
+++ b/commons-geometry-examples/examples-tutorials/README.md
@@ -61,16 +61,6 @@ Where can I get the latest release?
 -----------------------------------
 You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-geometry/download_geometry.cgi).
 
-Alternatively you can pull it from the central Maven repositories:
-
-```xml
-<dependency>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-geometry-examples-tutorials</artifactId>
-  <version>1.0-beta1</version>
-</dependency>
-```
-
 Contributing
 ------------
 
diff --git a/commons-geometry-spherical/README.md b/commons-geometry-spherical/README.md
index 496fa66..3543917 100644
--- a/commons-geometry-spherical/README.md
+++ b/commons-geometry-spherical/README.md
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-geometry-spherical</artifactId>
-  <version>1.0-beta1</version>
+  <version>1.0</version>
 </dependency>
 ```