From 266d19b68ec0dc682c732b4013939b1f8aa4408a Mon Sep 17 00:00:00 2001
From: Alberto Bustamante Reyes <alb3rtobr@users.noreply.github.com>
Date: Sat, 1 Jun 2019 15:25:30 +0200
Subject: [PATCH] [geode] Remove 'incubating' from references to Apache Geode
 (#1308)

---
 geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java  | 2 +-
 geode/src/main/java/com/yahoo/ycsb/db/package-info.java | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java b/geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java
index 15f89184..140abaea 100644
--- a/geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java
+++ b/geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java
@@ -48,7 +48,7 @@ import org.apache.geode.pdx.PdxInstance;
 import org.apache.geode.pdx.PdxInstanceFactory;
 
 /**
- * Apache Geode (incubating) client for the YCSB benchmark.<br />
+ * Apache Geode client for the YCSB benchmark.<br />
  * <p>By default acts as a Geode client and tries to connect
  * to Geode cache server running on localhost with default
  * cache server port. Hostname and port of a Geode cacheServer
diff --git a/geode/src/main/java/com/yahoo/ycsb/db/package-info.java b/geode/src/main/java/com/yahoo/ycsb/db/package-info.java
index 1b6db476..fa33312e 100644
--- a/geode/src/main/java/com/yahoo/ycsb/db/package-info.java
+++ b/geode/src/main/java/com/yahoo/ycsb/db/package-info.java
@@ -16,6 +16,6 @@
  */
 
 /**
- * YCSB binding for <a href="https://geode.incubator.apache.org/">Apache Geode (incubating)</a>.
+ * YCSB binding for <a href="https://geode.apache.org/">Apache Geode</a>.
  */
-package com.yahoo.ycsb.db;
\ No newline at end of file
+package com.yahoo.ycsb.db;
-- 
GitLab