You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jo...@apache.org on 2018/02/17 14:46:31 UTC

geronimo-safeguard git commit: Cleaning up readme to reflect current state.

Repository: geronimo-safeguard
Updated Branches:
  refs/heads/master 717bc1626 -> a4f9c30e3


Cleaning up readme to reflect current state.

This closes #1


Project: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/repo
Commit: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/commit/a4f9c30e
Tree: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/tree/a4f9c30e
Diff: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/diff/a4f9c30e

Branch: refs/heads/master
Commit: a4f9c30e3936194d3f9ba687939a410c8f3d34a4
Parents: 717bc16
Author: John D. Ament <jo...@apache.org>
Authored: Sat Feb 17 09:46:17 2018 -0500
Committer: John D. Ament <jo...@apache.org>
Committed: Sat Feb 17 09:46:17 2018 -0500

----------------------------------------------------------------------
 README.md | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/blob/a4f9c30e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 40c8118..6bbd287 100644
--- a/README.md
+++ b/README.md
@@ -31,33 +31,21 @@ A bulkhead throttles concurrent access to a method.  The throttling can either b
 
 ## Getting Started
 
-Apache Safeguard is currently in development.  You can use our snapshots from the Apache Snapshots repository.  These builds are in no way endorsed.
+Apache Safeguard is currently in development; however a 1.0 release was created that passes the MicroProfile Fault Tolerance TCK.  You can add the following dependencies to your project:
 
 ```xml
-<repositories>
-    <repository>
-        <id>apache-snapshot-repository</id>
-        <url>http://repository.apache.org/snapshots/</url>
-        <releases>
-            <enabled>false</enabled>
-        </releases>
-        <snapshots>
-            <enabled>true</enabled>
-        </snapshots>
-    </repository>
-</repositories>
 <dependencies>
     <dependency>
         <artifactId>safeguard-api</artifactId>
         <groupId>org.apache.geronimo.safeguard</groupId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </dependency>
     <dependency>
         <artifactId>safeguard-impl</artifactId>
         <groupId>org.apache.geronimo.safeguard</groupId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </dependency>
 </dependencies>
 ```
 
-Apache Safeguard implements the [MicroProfile Fault Tolerance v1.0 specification](https://github.com/eclipse/microprofile-fault-tolerance/releases/tag/1.0)
\ No newline at end of file
+Apache Safeguard implements the [MicroProfile Fault Tolerance v1.0 specification](https://github.com/eclipse/microprofile-fault-tolerance/releases/tag/1.0)