You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2018/01/08 19:54:30 UTC

[streams] 02/03: remove remaining occurances of ‘incubating’

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

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git

commit 96c6a6f38dad47b595507095f009fa1ca5853ca8
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
AuthorDate: Sun Jan 7 18:15:53 2018 -0600

    remove remaining occurances of ‘incubating’
---
 src/site/markdown/changelog.md                           |  2 +-
 src/site/markdown/dependency-info.md                     | 16 ++++++++--------
 src/site/markdown/website.md                             | 14 +++++++-------
 streams-components/README.md                             |  2 +-
 streams-components/streams-converters/README.md          |  2 +-
 streams-components/streams-filters/README.md             |  2 +-
 streams-components/streams-http/README.md                |  2 +-
 streams-config/README.md                                 |  2 +-
 streams-config/src/main/resources/reference.conf         |  2 +-
 streams-contrib/README.md                                |  2 +-
 .../streams-amazon-aws/streams-persist-kinesis/README.md |  2 +-
 .../src/main/resources/reference.conf                    |  2 +-
 .../streams-amazon-aws/streams-persist-s3/README.md      |  2 +-
 streams-contrib/streams-persist-cassandra/README.md      |  2 +-
 .../src/main/resources/reference.conf                    |  2 +-
 streams-contrib/streams-persist-elasticsearch/README.md  |  2 +-
 .../src/main/resources/reference.conf                    |  2 +-
 streams-contrib/streams-persist-filebuffer/README.md     |  2 +-
 .../src/main/resources/reference.conf                    |  2 +-
 streams-contrib/streams-persist-graph/README.md          |  2 +-
 streams-contrib/streams-persist-hbase/README.md          |  2 +-
 streams-contrib/streams-persist-hdfs/README.md           |  2 +-
 streams-contrib/streams-persist-kafka/README.md          |  2 +-
 streams-contrib/streams-persist-mongo/README.md          |  2 +-
 streams-contrib/streams-processor-jackson/README.md      |  2 +-
 streams-contrib/streams-processor-json/README.md         |  2 +-
 .../streams-processor-peoplepattern/README.md            |  2 +-
 streams-contrib/streams-processor-regex/README.md        |  2 +-
 streams-contrib/streams-processor-urls/README.md         |  2 +-
 .../google-gmail/src/main/resources/gmail.conf           |  2 +-
 .../google-gplus/src/main/resources/reference.conf       |  2 +-
 streams-contrib/streams-provider-instagram/README.md     |  2 +-
 .../src/main/resources/reference.conf                    |  2 +-
 streams-contrib/streams-provider-moreover/README.md      |  2 +-
 streams-contrib/streams-provider-rss/README.md           |  2 +-
 streams-contrib/streams-provider-sysomos/README.md       |  2 +-
 .../src/main/resources/reference.conf                    |  2 +-
 streams-contrib/streams-provider-twitter/README.md       |  2 +-
 .../src/main/resources/followers.conf                    |  2 +-
 .../src/main/resources/friends.conf                      |  2 +-
 .../src/main/resources/reference.conf                    |  2 +-
 .../src/main/resources/sample.conf                       |  2 +-
 .../src/main/resources/userinfo.conf                     |  2 +-
 .../src/main/resources/userstream.conf                   |  2 +-
 streams-contrib/streams-provider-youtube/README.md       |  2 +-
 streams-core/README.md                                   |  2 +-
 streams-monitoring/README.md                             |  2 +-
 .../cassandra/StreamsCassandraResourceGeneratorMojo.java |  2 +-
 .../streams-plugin-cassandra/src/site/markdown/index.md  |  2 +-
 .../src/site/markdown/index.md                           |  2 +-
 .../streams-plugin-hbase/src/site/markdown/index.md      |  2 +-
 .../streams-plugin-hive/src/site/markdown/index.md       |  2 +-
 .../streams-plugin-pig/src/site/markdown/index.md        |  2 +-
 .../streams-plugin-pojo/src/site/markdown/index.md       |  2 +-
 .../streams-plugin-scala/src/site/markdown/index.md      |  2 +-
 streams-pojo-extensions/README.md                        |  2 +-
 streams-pojo/README.md                                   |  2 +-
 streams-runtimes/README.md                               |  2 +-
 streams-runtimes/streams-runtime-dropwizard/README.md    |  2 +-
 streams-runtimes/streams-runtime-local/README.md         |  2 +-
 streams-testing/README.md                                |  2 +-
 streams-util/README.md                                   |  2 +-
 streams-verbs/README.md                                  |  2 +-
 63 files changed, 76 insertions(+), 76 deletions(-)

diff --git a/src/site/markdown/changelog.md b/src/site/markdown/changelog.md
index 327b582..de55bf6 100644
--- a/src/site/markdown/changelog.md
+++ b/src/site/markdown/changelog.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/src/site/markdown/dependency-info.md b/src/site/markdown/dependency-info.md
index 876935c..338c619 100644
--- a/src/site/markdown/dependency-info.md
+++ b/src/site/markdown/dependency-info.md
@@ -6,7 +6,7 @@ Below are some examples of how to import Streams artifacts into your project.
 
 Please note that your project should import multiple artifacts corresponding to the Components in your stream(s) and the Runtime used to execute your stream(s).
 
-You should *not* import streams-master (depicted below), because it does not do anything interesting.
+You should *not* import apache-streams (depicted below), because it does not do anything interesting.
 
 Browse the "Project Modules" index of streams-project to find artifacts you might want to import.
 
@@ -21,7 +21,7 @@ Browse the "Project Modules" index of streams-project to find artifacts you migh
 <pre class="prettyprint">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.streams&lt;/groupId&gt;
   &lt;artifactId&gt;streams-master&lt;/artifactId&gt;
-  &lt;version&gt;0.3-incubating-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;0.5.1&lt;/version&gt;
   &lt;type&gt;pom&lt;/type&gt;
 &lt;/dependency&gt;</pre>
 
@@ -35,7 +35,7 @@ Browse the "Project Modules" index of streams-project to find artifacts you migh
 
 <div class="source">
 
-<pre class="prettyprint">'org.apache.streams:streams-master:pom:0.3-incubating-SNAPSHOT'</pre>
+<pre class="prettyprint">'org.apache.streams:apache-streams:pom:0.5.1'</pre>
 
 </div>
 
@@ -47,7 +47,7 @@ Browse the "Project Modules" index of streams-project to find artifacts you migh
 
 <div class="source">
 
-<pre class="prettyprint">&lt;dependency org=&quot;org.apache.streams&quot; name=&quot;streams-master&quot; rev=&quot;0.3-incubating-SNAPSHOT&quot;&gt;
+<pre class="prettyprint">&lt;dependency org=&quot;org.apache.streams&quot; name=&quot;streams-master&quot; rev=&quot;0.5.1&quot;&gt;
   &lt;artifact name=&quot;streams-master&quot; type=&quot;pom&quot; /&gt;
 &lt;/dependency&gt;</pre>
 
@@ -60,7 +60,7 @@ Browse the "Project Modules" index of streams-project to find artifacts you migh
 <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
 
 <div class="source"><pre class="prettyprint">@Grapes(
-@Grab(group='org.apache.streams', module='streams-master', version='0.3-incubating-SNAPSHOT')
+@Grab(group='org.apache.streams', module='streams-master', version='0.5.1')
 )</pre>
 
 </div>
@@ -71,7 +71,7 @@ Browse the "Project Modules" index of streams-project to find artifacts you migh
 
 <h3><a name="Gradle"></a>Gradle</h3><a name="Gradle"></a>
 
-<div class="source"><pre class="prettyprint">compile 'org.apache.streams:streams-master:0.3-incubating-SNAPSHOT'</pre>
+<div class="source"><pre class="prettyprint">compile 'org.apache.streams:streams-master:0.5.1'</pre>
 
 </div>
 
@@ -82,7 +82,7 @@ Browse the "Project Modules" index of streams-project to find artifacts you migh
 
 <div class="source">
 
-<pre class="prettyprint">[org.apache.streams/streams-master &quot;0.3-incubating-SNAPSHOT&quot;]</pre>
+<pre class="prettyprint">[org.apache.streams/streams-master &quot;0.5.1&quot;]</pre>
 
 </div>
 
@@ -94,7 +94,7 @@ Browse the "Project Modules" index of streams-project to find artifacts you migh
 
 <div class="source">
 
-<pre class="prettyprint">libraryDependencies += &quot;org.apache.streams&quot; % &quot;streams-master&quot; % &quot;0.3-incubating-SNAPSHOT&quot;</pre>
+<pre class="prettyprint">libraryDependencies += &quot;org.apache.streams&quot; % &quot;streams-master&quot; % &quot;0.5.1&quot;</pre>
 
 </div>
 
diff --git a/src/site/markdown/website.md b/src/site/markdown/website.md
index 7f70687..0a14589 100644
--- a/src/site/markdown/website.md
+++ b/src/site/markdown/website.md
@@ -85,7 +85,7 @@ In general however the scm plugin is smart enough to just add new resources and
 
 If you are publishing a release, it's appropriate to delete the site snapshots related to the prior releases.
 
-For example when 0.3-incubating is published, 0.2-incubating-SNAPSHOT should be deleted.
+For example when 0.5.2 is published, 0.5.1-SNAPSHOT should be deleted.
 
 This policy of removing old snapshots keeps external projects from linking to snapshot artifacts indefinitely.
 
@@ -150,8 +150,8 @@ You should now be able to access and review the published site(s) via the stagin
 
 At this point use explicit versions to access and review the new documentation, i.e.
 
-* http://streams.staging.apache.org/site/0.3-incubating-SNAPSHOT/streams-project/index.html
-* http://streams.staging.apache.org/site/0.3-incubating-SNAPSHOT/streams-examples/index.html
+* http://streams.staging.apache.org/site/0.5.1/streams-project/index.html
+* http://streams.staging.apache.org/site/0.5.1/streams-examples/index.html
 
 #### Managing version pointers
 
@@ -163,10 +163,10 @@ These rules are located in the '.htaccess' file in the root of the SVN content d
 
     Options +FollowSymLinks
     RewriteEngine on
-    RedirectMatch   "^/$"  "/site/0.3-incubating-SNAPSHOT/streams-project"
-    Redirect /site/latest /site/0.3-incubating-SNAPSHOT
-    Redirect /site/latest/streams-project /site/0.3-incubating-SNAPSHOT/streams-project
-    Redirect /site/latest/streams-examples /site/0.3-incubating-SNAPSHOT/streams-examples
+    RedirectMatch   "^/$"  "/site/0.5.2-SNAPSHOT/streams-project"
+    Redirect /site/latest /site/0.5.2-SNAPSHOT
+    Redirect /site/latest/streams-project /site/0.5.2-SNAPSHOT/streams-project
+    Redirect /site/latest/streams-examples /site/0.5.2-SNAPSHOT/streams-examples
 
 Adjust the Redirect rules as appropriate for the project and version you are deploying.  You can do this directly from the CMS.
 
diff --git a/streams-components/README.md b/streams-components/README.md
index 3dc671d..cf5a6bb 100644
--- a/streams-components/README.md
+++ b/streams-components/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-components/streams-converters/README.md b/streams-components/streams-converters/README.md
index 266a861..ace8654 100644
--- a/streams-components/streams-converters/README.md
+++ b/streams-components/streams-converters/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-components/streams-filters/README.md b/streams-components/streams-filters/README.md
index 3d8a70a..4c9285d 100644
--- a/streams-components/streams-filters/README.md
+++ b/streams-components/streams-filters/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-components/streams-http/README.md b/streams-components/streams-http/README.md
index 5e3ae0b..2a05ed0 100644
--- a/streams-components/streams-http/README.md
+++ b/streams-components/streams-http/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-config/README.md b/streams-config/README.md
index 5e3ae0b..2a05ed0 100644
--- a/streams-config/README.md
+++ b/streams-config/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-config/src/main/resources/reference.conf b/streams-config/src/main/resources/reference.conf
index 566d56c..67e36af 100644
--- a/streams-config/src/main/resources/reference.conf
+++ b/streams-config/src/main/resources/reference.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 batchFrequencyMs = 5000
 batchSize = 1000
diff --git a/streams-contrib/README.md b/streams-contrib/README.md
index 2b94646..ff3f51d 100644
--- a/streams-contrib/README.md
+++ b/streams-contrib/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/README.md b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/README.md
index 395705a..7b70613 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/README.md
+++ b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/reference.conf b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/reference.conf
index fc1909b..8944214 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/reference.conf
+++ b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/reference.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 kinesis {
   protocol = HTTPS
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-s3/README.md b/streams-contrib/streams-amazon-aws/streams-persist-s3/README.md
index 1d71117..2215352 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-s3/README.md
+++ b/streams-contrib/streams-amazon-aws/streams-persist-s3/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-persist-cassandra/README.md b/streams-contrib/streams-persist-cassandra/README.md
index cd5ca39..5d00c75 100644
--- a/streams-contrib/streams-persist-cassandra/README.md
+++ b/streams-contrib/streams-persist-cassandra/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-persist-cassandra/src/main/resources/reference.conf b/streams-contrib/streams-persist-cassandra/src/main/resources/reference.conf
index 6a18dc6..6b2ab25 100644
--- a/streams-contrib/streams-persist-cassandra/src/main/resources/reference.conf
+++ b/streams-contrib/streams-persist-cassandra/src/main/resources/reference.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 cassandra {
   host = ["127.0.0.1"]
diff --git a/streams-contrib/streams-persist-elasticsearch/README.md b/streams-contrib/streams-persist-elasticsearch/README.md
index 5180dea..674ab86 100644
--- a/streams-contrib/streams-persist-elasticsearch/README.md
+++ b/streams-contrib/streams-persist-elasticsearch/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-persist-elasticsearch/src/main/resources/reference.conf b/streams-contrib/streams-persist-elasticsearch/src/main/resources/reference.conf
index 483ea87..5275884 100644
--- a/streams-contrib/streams-persist-elasticsearch/src/main/resources/reference.conf
+++ b/streams-contrib/streams-persist-elasticsearch/src/main/resources/reference.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 elasticsearch {
   batchSize = 100
diff --git a/streams-contrib/streams-persist-filebuffer/README.md b/streams-contrib/streams-persist-filebuffer/README.md
index f726141..5437b1d 100644
--- a/streams-contrib/streams-persist-filebuffer/README.md
+++ b/streams-contrib/streams-persist-filebuffer/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-persist-filebuffer/src/main/resources/reference.conf b/streams-contrib/streams-persist-filebuffer/src/main/resources/reference.conf
index b2bbd72..4e7500d 100644
--- a/streams-contrib/streams-persist-filebuffer/src/main/resources/reference.conf
+++ b/streams-contrib/streams-persist-filebuffer/src/main/resources/reference.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 filebuffer {
   path = "/tmp/streams-file-queue.txt"
diff --git a/streams-contrib/streams-persist-graph/README.md b/streams-contrib/streams-persist-graph/README.md
index 406f6a3..6835ea9 100644
--- a/streams-contrib/streams-persist-graph/README.md
+++ b/streams-contrib/streams-persist-graph/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-persist-hbase/README.md b/streams-contrib/streams-persist-hbase/README.md
index d85c605..4339151 100644
--- a/streams-contrib/streams-persist-hbase/README.md
+++ b/streams-contrib/streams-persist-hbase/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-persist-hdfs/README.md b/streams-contrib/streams-persist-hdfs/README.md
index 35006d1..df173b1 100644
--- a/streams-contrib/streams-persist-hdfs/README.md
+++ b/streams-contrib/streams-persist-hdfs/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-persist-kafka/README.md b/streams-contrib/streams-persist-kafka/README.md
index 10eb96a..2b22c54 100644
--- a/streams-contrib/streams-persist-kafka/README.md
+++ b/streams-contrib/streams-persist-kafka/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-persist-mongo/README.md b/streams-contrib/streams-persist-mongo/README.md
index 7d73505..fa6a897 100644
--- a/streams-contrib/streams-persist-mongo/README.md
+++ b/streams-contrib/streams-persist-mongo/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-processor-jackson/README.md b/streams-contrib/streams-processor-jackson/README.md
index 5808a9a..dbb6140 100644
--- a/streams-contrib/streams-processor-jackson/README.md
+++ b/streams-contrib/streams-processor-jackson/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-processor-json/README.md b/streams-contrib/streams-processor-json/README.md
index 1ce236d..9fe5ac3 100644
--- a/streams-contrib/streams-processor-json/README.md
+++ b/streams-contrib/streams-processor-json/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-processor-peoplepattern/README.md b/streams-contrib/streams-processor-peoplepattern/README.md
index a29a734..84f3b18 100644
--- a/streams-contrib/streams-processor-peoplepattern/README.md
+++ b/streams-contrib/streams-processor-peoplepattern/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-processor-regex/README.md b/streams-contrib/streams-processor-regex/README.md
index 1dd60e5..c8338f5 100644
--- a/streams-contrib/streams-processor-regex/README.md
+++ b/streams-contrib/streams-processor-regex/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-processor-urls/README.md b/streams-contrib/streams-processor-urls/README.md
index 77861c0..dec365b 100644
--- a/streams-contrib/streams-processor-urls/README.md
+++ b/streams-contrib/streams-processor-urls/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-provider-google/google-gmail/src/main/resources/gmail.conf b/streams-contrib/streams-provider-google/google-gmail/src/main/resources/gmail.conf
index e99e964..7334675 100644
--- a/streams-contrib/streams-provider-google/google-gmail/src/main/resources/gmail.conf
+++ b/streams-contrib/streams-provider-google/google-gmail/src/main/resources/gmail.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 gmail {
   username = ""
diff --git a/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf b/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
index fbf456f..3815520 100644
--- a/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
+++ b/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 gplus {
     protocol = "https"
diff --git a/streams-contrib/streams-provider-instagram/README.md b/streams-contrib/streams-provider-instagram/README.md
index 372ecc1..1b0eb3e 100644
--- a/streams-contrib/streams-provider-instagram/README.md
+++ b/streams-contrib/streams-provider-instagram/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf b/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf
index ceca328..174948d 100644
--- a/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf
+++ b/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 instagram {
   protocol = "https"
diff --git a/streams-contrib/streams-provider-moreover/README.md b/streams-contrib/streams-provider-moreover/README.md
index 765a1e4..cc62495 100644
--- a/streams-contrib/streams-provider-moreover/README.md
+++ b/streams-contrib/streams-provider-moreover/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-provider-rss/README.md b/streams-contrib/streams-provider-rss/README.md
index b10012c..724a6f7 100644
--- a/streams-contrib/streams-provider-rss/README.md
+++ b/streams-contrib/streams-provider-rss/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-provider-sysomos/README.md b/streams-contrib/streams-provider-sysomos/README.md
index 6d0d227..63fb113 100644
--- a/streams-contrib/streams-provider-sysomos/README.md
+++ b/streams-contrib/streams-provider-sysomos/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-provider-sysomos/src/main/resources/reference.conf b/streams-contrib/streams-provider-sysomos/src/main/resources/reference.conf
index f754b78..93e84e0 100644
--- a/streams-contrib/streams-provider-sysomos/src/main/resources/reference.conf
+++ b/streams-contrib/streams-provider-sysomos/src/main/resources/reference.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 sysomos {
   endpoint = "http://api.sysomos.com/"
diff --git a/streams-contrib/streams-provider-twitter/README.md b/streams-contrib/streams-provider-twitter/README.md
index faab613..eb6f149 100644
--- a/streams-contrib/streams-provider-twitter/README.md
+++ b/streams-contrib/streams-provider-twitter/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-contrib/streams-provider-twitter/src/main/resources/followers.conf b/streams-contrib/streams-provider-twitter/src/main/resources/followers.conf
index 6ca5376..d91eb51 100644
--- a/streams-contrib/streams-provider-twitter/src/main/resources/followers.conf
+++ b/streams-contrib/streams-provider-twitter/src/main/resources/followers.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 twitter {
   endpoint = followers
diff --git a/streams-contrib/streams-provider-twitter/src/main/resources/friends.conf b/streams-contrib/streams-provider-twitter/src/main/resources/friends.conf
index cc638d7..8660c1e 100644
--- a/streams-contrib/streams-provider-twitter/src/main/resources/friends.conf
+++ b/streams-contrib/streams-provider-twitter/src/main/resources/friends.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 twitter {
   endpoint = friends
diff --git a/streams-contrib/streams-provider-twitter/src/main/resources/reference.conf b/streams-contrib/streams-provider-twitter/src/main/resources/reference.conf
index 4229ffa..40d521b 100644
--- a/streams-contrib/streams-provider-twitter/src/main/resources/reference.conf
+++ b/streams-contrib/streams-provider-twitter/src/main/resources/reference.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 twitter {
     protocol = "https"
diff --git a/streams-contrib/streams-provider-twitter/src/main/resources/sample.conf b/streams-contrib/streams-provider-twitter/src/main/resources/sample.conf
index a6e6588..e8a36e9 100644
--- a/streams-contrib/streams-provider-twitter/src/main/resources/sample.conf
+++ b/streams-contrib/streams-provider-twitter/src/main/resources/sample.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 twitter {
   endpoint = sample
diff --git a/streams-contrib/streams-provider-twitter/src/main/resources/userinfo.conf b/streams-contrib/streams-provider-twitter/src/main/resources/userinfo.conf
index 74197c1..072b2d4 100644
--- a/streams-contrib/streams-provider-twitter/src/main/resources/userinfo.conf
+++ b/streams-contrib/streams-provider-twitter/src/main/resources/userinfo.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 twitter {
   endpoint = userstream
diff --git a/streams-contrib/streams-provider-twitter/src/main/resources/userstream.conf b/streams-contrib/streams-provider-twitter/src/main/resources/userstream.conf
index 1fb19ef..e305dbf 100644
--- a/streams-contrib/streams-provider-twitter/src/main/resources/userstream.conf
+++ b/streams-contrib/streams-provider-twitter/src/main/resources/userstream.conf
@@ -1,4 +1,4 @@
-# Apache Streams (incubating)
+# Apache Streams
 # Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 twitter {
   endpoint = userstream
diff --git a/streams-contrib/streams-provider-youtube/README.md b/streams-contrib/streams-provider-youtube/README.md
index ef879ce..d201d59 100644
--- a/streams-contrib/streams-provider-youtube/README.md
+++ b/streams-contrib/streams-provider-youtube/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-core/README.md b/streams-core/README.md
index 2826219..de9e06b 100644
--- a/streams-core/README.md
+++ b/streams-core/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-monitoring/README.md b/streams-monitoring/README.md
index 2e35c70..14b3198 100644
--- a/streams-monitoring/README.md
+++ b/streams-monitoring/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-plugins/streams-plugin-cassandra/src/main/java/org/apache/streams/plugins/cassandra/StreamsCassandraResourceGeneratorMojo.java b/streams-plugins/streams-plugin-cassandra/src/main/java/org/apache/streams/plugins/cassandra/StreamsCassandraResourceGeneratorMojo.java
index 3625f28..c75d3e3 100644
--- a/streams-plugins/streams-plugin-cassandra/src/main/java/org/apache/streams/plugins/cassandra/StreamsCassandraResourceGeneratorMojo.java
+++ b/streams-plugins/streams-plugin-cassandra/src/main/java/org/apache/streams/plugins/cassandra/StreamsCassandraResourceGeneratorMojo.java
@@ -46,7 +46,7 @@ import java.util.List;
  * Run within a module containing a src/main/jsonschema directory.
  *
  * <p/>
- * mvn org.apache.streams.plugins:streams-plugin-cassandra:0.4-incubating:cassandra
+ * mvn org.apache.streams.plugins:streams-plugin-cassandra:0.5.1:generate-resources
  *
  */
 public class StreamsCassandraResourceGeneratorMojo extends AbstractMojo {
diff --git a/streams-plugins/streams-plugin-cassandra/src/site/markdown/index.md b/streams-plugins/streams-plugin-cassandra/src/site/markdown/index.md
index 5300747..13e01eb 100644
--- a/streams-plugins/streams-plugin-cassandra/src/site/markdown/index.md
+++ b/streams-plugins/streams-plugin-cassandra/src/site/markdown/index.md
@@ -9,7 +9,7 @@ streams-plugin-cassandra generates resources from json schemas to assist with in
 
 Run within a module containing a src/main/jsonschema directory
 
-    mvn org.apache.streams.plugins:streams-plugin-cassandra:0.4-incubating:cassandra
+    mvn org.apache.streams.plugins:streams-plugin-cassandra:0.5.1:generate-resources
 
 [streams-plugin-cassandra/pom.xml](streams-plugin-cassandra/pom.xml "streams-plugin-cassandra/pom.xml")
 
diff --git a/streams-plugins/streams-plugin-elasticsearch/src/site/markdown/index.md b/streams-plugins/streams-plugin-elasticsearch/src/site/markdown/index.md
index 4b5af8e..6deb7ba 100644
--- a/streams-plugins/streams-plugin-elasticsearch/src/site/markdown/index.md
+++ b/streams-plugins/streams-plugin-elasticsearch/src/site/markdown/index.md
@@ -11,7 +11,7 @@ Output will be placed in target/generated-resources/elasticsearch by default
 
 Run within a module containing a src/main/jsonschema directory
 
-    mvn org.apache.streams.plugins:streams-plugin-elasticsearch:0.4-incubating:elasticsearch
+    mvn org.apache.streams.plugins:streams-plugin-elasticsearch:0.5.1:generate-resources
 
 [streams-plugin-elasticsearch/pom.xml](streams-plugin-elasticsearch/pom.xml "streams-plugin-elasticsearch/pom.xml")
 
diff --git a/streams-plugins/streams-plugin-hbase/src/site/markdown/index.md b/streams-plugins/streams-plugin-hbase/src/site/markdown/index.md
index 5ac8ef3..df38dce 100644
--- a/streams-plugins/streams-plugin-hbase/src/site/markdown/index.md
+++ b/streams-plugins/streams-plugin-hbase/src/site/markdown/index.md
@@ -13,7 +13,7 @@ Output will be placed in target/generated-resources/hbase by default
 
 Run within a module containing a src/main/jsonschema directory
 
-    mvn org.apache.streams.plugins:streams-plugin-hbase:0.4-incubating:hbase
+    mvn org.apache.streams.plugins:streams-plugin-hbase:0.5.1:generate-resources
 
 ##### SDK
 
diff --git a/streams-plugins/streams-plugin-hive/src/site/markdown/index.md b/streams-plugins/streams-plugin-hive/src/site/markdown/index.md
index 5a873c3..38e9db4 100644
--- a/streams-plugins/streams-plugin-hive/src/site/markdown/index.md
+++ b/streams-plugins/streams-plugin-hive/src/site/markdown/index.md
@@ -11,7 +11,7 @@ Output will be placed in target/generated-resources/hive by default
 
 Run within a module containing a src/main/jsonschema directory
 
-    mvn org.apache.streams.plugins:streams-plugin-hive:0.4-incubating:generate-resources
+    mvn org.apache.streams.plugins:streams-plugin-hive:0.5.1:generate-resources
 
 [streams-plugin-hive/pom.xml](streams-plugin-hive/pom.xml "streams-plugin-hive/pom.xml")
 
diff --git a/streams-plugins/streams-plugin-pig/src/site/markdown/index.md b/streams-plugins/streams-plugin-pig/src/site/markdown/index.md
index 9cf39ef..36e1daf 100644
--- a/streams-plugins/streams-plugin-pig/src/site/markdown/index.md
+++ b/streams-plugins/streams-plugin-pig/src/site/markdown/index.md
@@ -11,7 +11,7 @@ Output will be placed in target/generated-resources/pig by default
 
 Run within a module containing a src/main/jsonschema directory
 
-    mvn org.apache.streams.plugins:streams-plugin-pig:0.4-incubating:pig
+    mvn org.apache.streams.plugins:streams-plugin-pig:0.5.1:generate-resources
 
 [streams-plugin-pig/pom.xml](streams-plugin-pig/pom.xml "streams-plugin-pig/pom.xml")
 
diff --git a/streams-plugins/streams-plugin-pojo/src/site/markdown/index.md b/streams-plugins/streams-plugin-pojo/src/site/markdown/index.md
index 514a693..4aa3678 100644
--- a/streams-plugins/streams-plugin-pojo/src/site/markdown/index.md
+++ b/streams-plugins/streams-plugin-pojo/src/site/markdown/index.md
@@ -11,7 +11,7 @@ Output will be placed in target/generated-sources/pojo by default
 
 Run within a module containing a src/main/jsonschema directory
 
-    mvn org.apache.streams.plugins:streams-plugin-pojo:0.4-incubating:pojo
+    mvn org.apache.streams.plugins:streams-plugin-pojo:0.5.1:generate-sources
 
 [streams-plugin-pojo/pom.xml](streams-plugin-pojo/pom.xml "streams-plugin-pojo/pom.xml")
 
diff --git a/streams-plugins/streams-plugin-scala/src/site/markdown/index.md b/streams-plugins/streams-plugin-scala/src/site/markdown/index.md
index 76b142f..18bde8a 100644
--- a/streams-plugins/streams-plugin-scala/src/site/markdown/index.md
+++ b/streams-plugins/streams-plugin-scala/src/site/markdown/index.md
@@ -9,7 +9,7 @@ streams-plugin-scala generates source files from json schemas suitable for writi
 
 Run within a module containing a src/main/jsonschema directory
 
-    mvn org.apache.streams.plugins:streams-plugin-scala:0.4-incubating:pig
+    mvn org.apache.streams.plugins:streams-plugin-scala:0.5.1:generate-sources
 
 [streams-plugin-scala/pom.xml](streams-plugin-scala/pom.xml "streams-plugin-scala/pom.xml")
 
diff --git a/streams-pojo-extensions/README.md b/streams-pojo-extensions/README.md
index e666093..7e93970 100644
--- a/streams-pojo-extensions/README.md
+++ b/streams-pojo-extensions/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-pojo/README.md b/streams-pojo/README.md
index 7418045..e0b3608 100644
--- a/streams-pojo/README.md
+++ b/streams-pojo/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-runtimes/README.md b/streams-runtimes/README.md
index ce532d2..2808f95 100644
--- a/streams-runtimes/README.md
+++ b/streams-runtimes/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-runtimes/streams-runtime-dropwizard/README.md b/streams-runtimes/streams-runtime-dropwizard/README.md
index e68bf16..52dab1d 100644
--- a/streams-runtimes/streams-runtime-dropwizard/README.md
+++ b/streams-runtimes/streams-runtime-dropwizard/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-runtimes/streams-runtime-local/README.md b/streams-runtimes/streams-runtime-local/README.md
index d4425ae..521fdf3 100644
--- a/streams-runtimes/streams-runtime-local/README.md
+++ b/streams-runtimes/streams-runtime-local/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-testing/README.md b/streams-testing/README.md
index 0322c32..cae7b64 100644
--- a/streams-testing/README.md
+++ b/streams-testing/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-util/README.md b/streams-util/README.md
index 6d93b8b..3aa34ed 100644
--- a/streams-util/README.md
+++ b/streams-util/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
diff --git a/streams-verbs/README.md b/streams-verbs/README.md
index 6d93b8b..3aa34ed 100644
--- a/streams-verbs/README.md
+++ b/streams-verbs/README.md
@@ -1,4 +1,4 @@
-Apache Streams (incubating)
+Apache Streams
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 

-- 
To stop receiving notification emails like this one, please contact
"commits@streams.apache.org" <co...@streams.apache.org>.