[1/2] incubator-streams-master git commit: STREAMS-406

2016-06-11 Thread sblackmon
Repository: incubator-streams-master
Updated Branches:
  refs/heads/streams-master-0.3-incubating-rc1 [created] 2ff58c4a3


STREAMS-406

apache licenses
rat plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/f46eef10
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/f46eef10
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/f46eef10

Branch: refs/heads/streams-master-0.3-incubating-rc1
Commit: f46eef107a7f7d522be87acffb6d1f020e6dc357
Parents: 4a4c78e
Author: Steve Blackmon @steveblackmon 
Authored: Sat Jun 11 20:07:48 2016 -0500
Committer: Steve Blackmon @steveblackmon 
Committed: Sat Jun 11 20:32:45 2016 -0500

--
 CHANGELOG |  10 +-
 pom.xml   |   7 +
 src/site/markdown/architecture.md |   1 +
 src/site/markdown/concepts.md |   1 +
 src/site/markdown/dependency-info.md  |   2 +
 src/site/markdown/downloads.md|   2 +
 src/site/markdown/faq.md  |   4 +-
 src/site/markdown/index.md|   2 +
 src/site/markdown/integration.md  |   2 +
 src/site/markdown/release-setup.md|   2 +
 src/site/markdown/release.md  |  95 ++--
 src/site/markdown/source-repository.md|   2 +
 src/site/markdown/tutorial/build.md   |  16 +-
 src/site/markdown/tutorial/database.md|   9 +-
 src/site/markdown/tutorial/docker.md  |   3 +-
 src/site/markdown/tutorial/environment.md |   6 +-
 src/site/markdown/website.md  |  24 +-
 src/site/markdown/who.md  |   2 +
 src/site/resources/PPMC_Combined.txt  |  37 ---
 src/site/resources/architecture.dot   |  18 ++
 src/site/resources/architecture.dot.svg   | 150 -
 src/site/resources/example.dot|  18 ++
 src/site/resources/example.dot.svg| 299 +
 23 files changed, 571 insertions(+), 141 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/f46eef10/CHANGELOG
--
diff --git a/CHANGELOG b/CHANGELOG
index 4563faf..4e52c68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
 Apache Streams (Incubating)
 +++
 
-Apache Streams is be a lightweight server for ActivityStreams 
(activitystrea.ms). The role of Apache Streams is to provide a central point of 
aggregation, filtering and querying for Activities that have been submitted by 
disparate systems. Apache Streams also intends to include a mechanism for 
intelligent filtering and recommendation to reduce the noise to end users.
+Apache Streams is a lightweight server for ActivityStreams (activitystrea.ms). 
The role of Apache Streams is to provide a central point of aggregation, 
filtering and querying for Activities that have been submitted by disparate 
systems. Apache Streams also intends to include a mechanism for intelligent 
filtering and recommendation to reduce the noise to end users.
 
 
 Apache Streams will bring together individuals who are or are looking to 
increase and centralize the production, consumption and federation of 
ActivityStreams throughout enterprise organizations and the Internet as a 
whole. The target features include:
@@ -30,3 +30,11 @@ RELEASE 0.1: Streams Master POM
 +
 
 Initial release of project master POM that defines global meta-data and build 
processes for sub-modules and Streams project.
+
++
+
+RELEASE 0.3: Streams Master POM
+
++
+
+Consolidate dependency and plugin management into streams-master

http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/f46eef10/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 91e9586..603b9b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,6 +270,7 @@
 1.4
 2.9
 2.7
+3.2.2
 1.9.4
 2.4.3
 3.5
@@ -577,6 +578,11 @@
 
 
 
+net.alchim31.maven
+scala-maven-plugin
+${scala.plugin.version}
+
+
 org.apache.maven.plugins
 maven-source-plugin
 ${source.plugin.version}
@@ -1058,6 +1064,7 @@
 **/overlays/**
 **/src/main/resources/**
 **/src/test/resources/**
+**/src/site/resources/**
 **/.gitignore
 

[1/2] incubator-streams-master git commit: STREAMS-406

2016-06-11 Thread sblackmon
Repository: incubator-streams-master
Updated Branches:
  refs/heads/streams-master-0.3-incubating-rc1 [created] 65bbd5f17


STREAMS-406

apache licenses
rat plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/f46eef10
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/f46eef10
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/f46eef10

Branch: refs/heads/streams-master-0.3-incubating-rc1
Commit: f46eef107a7f7d522be87acffb6d1f020e6dc357
Parents: 4a4c78e
Author: Steve Blackmon @steveblackmon 
Authored: Sat Jun 11 20:07:48 2016 -0500
Committer: Steve Blackmon @steveblackmon 
Committed: Sat Jun 11 20:32:45 2016 -0500

--
 CHANGELOG |  10 +-
 pom.xml   |   7 +
 src/site/markdown/architecture.md |   1 +
 src/site/markdown/concepts.md |   1 +
 src/site/markdown/dependency-info.md  |   2 +
 src/site/markdown/downloads.md|   2 +
 src/site/markdown/faq.md  |   4 +-
 src/site/markdown/index.md|   2 +
 src/site/markdown/integration.md  |   2 +
 src/site/markdown/release-setup.md|   2 +
 src/site/markdown/release.md  |  95 ++--
 src/site/markdown/source-repository.md|   2 +
 src/site/markdown/tutorial/build.md   |  16 +-
 src/site/markdown/tutorial/database.md|   9 +-
 src/site/markdown/tutorial/docker.md  |   3 +-
 src/site/markdown/tutorial/environment.md |   6 +-
 src/site/markdown/website.md  |  24 +-
 src/site/markdown/who.md  |   2 +
 src/site/resources/PPMC_Combined.txt  |  37 ---
 src/site/resources/architecture.dot   |  18 ++
 src/site/resources/architecture.dot.svg   | 150 -
 src/site/resources/example.dot|  18 ++
 src/site/resources/example.dot.svg| 299 +
 23 files changed, 571 insertions(+), 141 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/f46eef10/CHANGELOG
--
diff --git a/CHANGELOG b/CHANGELOG
index 4563faf..4e52c68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
 Apache Streams (Incubating)
 +++
 
-Apache Streams is be a lightweight server for ActivityStreams 
(activitystrea.ms). The role of Apache Streams is to provide a central point of 
aggregation, filtering and querying for Activities that have been submitted by 
disparate systems. Apache Streams also intends to include a mechanism for 
intelligent filtering and recommendation to reduce the noise to end users.
+Apache Streams is a lightweight server for ActivityStreams (activitystrea.ms). 
The role of Apache Streams is to provide a central point of aggregation, 
filtering and querying for Activities that have been submitted by disparate 
systems. Apache Streams also intends to include a mechanism for intelligent 
filtering and recommendation to reduce the noise to end users.
 
 
 Apache Streams will bring together individuals who are or are looking to 
increase and centralize the production, consumption and federation of 
ActivityStreams throughout enterprise organizations and the Internet as a 
whole. The target features include:
@@ -30,3 +30,11 @@ RELEASE 0.1: Streams Master POM
 +
 
 Initial release of project master POM that defines global meta-data and build 
processes for sub-modules and Streams project.
+
++
+
+RELEASE 0.3: Streams Master POM
+
++
+
+Consolidate dependency and plugin management into streams-master

http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/f46eef10/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 91e9586..603b9b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,6 +270,7 @@
 1.4
 2.9
 2.7
+3.2.2
 1.9.4
 2.4.3
 3.5
@@ -577,6 +578,11 @@
 
 
 
+net.alchim31.maven
+scala-maven-plugin
+${scala.plugin.version}
+
+
 org.apache.maven.plugins
 maven-source-plugin
 ${source.plugin.version}
@@ -1058,6 +1064,7 @@
 **/overlays/**
 **/src/main/resources/**
 **/src/test/resources/**
+**/src/site/resources/**
 **/.gitignore
 

[1/2] incubator-streams-master git commit: STREAMS-406

2016-06-11 Thread sblackmon
Repository: incubator-streams-master
Updated Branches:
  refs/heads/streams-master-0.3-incubating-rc1 [created] 8b571884a


STREAMS-406

apache licenses
rat plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/f46eef10
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/f46eef10
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/f46eef10

Branch: refs/heads/streams-master-0.3-incubating-rc1
Commit: f46eef107a7f7d522be87acffb6d1f020e6dc357
Parents: 4a4c78e
Author: Steve Blackmon @steveblackmon 
Authored: Sat Jun 11 20:07:48 2016 -0500
Committer: Steve Blackmon @steveblackmon 
Committed: Sat Jun 11 20:32:45 2016 -0500

--
 CHANGELOG |  10 +-
 pom.xml   |   7 +
 src/site/markdown/architecture.md |   1 +
 src/site/markdown/concepts.md |   1 +
 src/site/markdown/dependency-info.md  |   2 +
 src/site/markdown/downloads.md|   2 +
 src/site/markdown/faq.md  |   4 +-
 src/site/markdown/index.md|   2 +
 src/site/markdown/integration.md  |   2 +
 src/site/markdown/release-setup.md|   2 +
 src/site/markdown/release.md  |  95 ++--
 src/site/markdown/source-repository.md|   2 +
 src/site/markdown/tutorial/build.md   |  16 +-
 src/site/markdown/tutorial/database.md|   9 +-
 src/site/markdown/tutorial/docker.md  |   3 +-
 src/site/markdown/tutorial/environment.md |   6 +-
 src/site/markdown/website.md  |  24 +-
 src/site/markdown/who.md  |   2 +
 src/site/resources/PPMC_Combined.txt  |  37 ---
 src/site/resources/architecture.dot   |  18 ++
 src/site/resources/architecture.dot.svg   | 150 -
 src/site/resources/example.dot|  18 ++
 src/site/resources/example.dot.svg| 299 +
 23 files changed, 571 insertions(+), 141 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/f46eef10/CHANGELOG
--
diff --git a/CHANGELOG b/CHANGELOG
index 4563faf..4e52c68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
 Apache Streams (Incubating)
 +++
 
-Apache Streams is be a lightweight server for ActivityStreams 
(activitystrea.ms). The role of Apache Streams is to provide a central point of 
aggregation, filtering and querying for Activities that have been submitted by 
disparate systems. Apache Streams also intends to include a mechanism for 
intelligent filtering and recommendation to reduce the noise to end users.
+Apache Streams is a lightweight server for ActivityStreams (activitystrea.ms). 
The role of Apache Streams is to provide a central point of aggregation, 
filtering and querying for Activities that have been submitted by disparate 
systems. Apache Streams also intends to include a mechanism for intelligent 
filtering and recommendation to reduce the noise to end users.
 
 
 Apache Streams will bring together individuals who are or are looking to 
increase and centralize the production, consumption and federation of 
ActivityStreams throughout enterprise organizations and the Internet as a 
whole. The target features include:
@@ -30,3 +30,11 @@ RELEASE 0.1: Streams Master POM
 +
 
 Initial release of project master POM that defines global meta-data and build 
processes for sub-modules and Streams project.
+
++
+
+RELEASE 0.3: Streams Master POM
+
++
+
+Consolidate dependency and plugin management into streams-master

http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/f46eef10/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 91e9586..603b9b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,6 +270,7 @@
 1.4
 2.9
 2.7
+3.2.2
 1.9.4
 2.4.3
 3.5
@@ -577,6 +578,11 @@
 
 
 
+net.alchim31.maven
+scala-maven-plugin
+${scala.plugin.version}
+
+
 org.apache.maven.plugins
 maven-source-plugin
 ${source.plugin.version}
@@ -1058,6 +1064,7 @@
 **/overlays/**
 **/src/main/resources/**
 **/src/test/resources/**
+**/src/site/resources/**
 **/.gitignore
 

[1/2] incubator-streams-master git commit: STREAMS-406

2016-06-11 Thread sblackmon
Repository: incubator-streams-master
Updated Branches:
  refs/heads/streams-master-0.3-incubating-rc1 [created] 425ac1f60


STREAMS-406

apache licenses
rat plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/f46eef10
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/f46eef10
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/f46eef10

Branch: refs/heads/streams-master-0.3-incubating-rc1
Commit: f46eef107a7f7d522be87acffb6d1f020e6dc357
Parents: 4a4c78e
Author: Steve Blackmon @steveblackmon 
Authored: Sat Jun 11 20:07:48 2016 -0500
Committer: Steve Blackmon @steveblackmon 
Committed: Sat Jun 11 20:32:45 2016 -0500

--
 CHANGELOG |  10 +-
 pom.xml   |   7 +
 src/site/markdown/architecture.md |   1 +
 src/site/markdown/concepts.md |   1 +
 src/site/markdown/dependency-info.md  |   2 +
 src/site/markdown/downloads.md|   2 +
 src/site/markdown/faq.md  |   4 +-
 src/site/markdown/index.md|   2 +
 src/site/markdown/integration.md  |   2 +
 src/site/markdown/release-setup.md|   2 +
 src/site/markdown/release.md  |  95 ++--
 src/site/markdown/source-repository.md|   2 +
 src/site/markdown/tutorial/build.md   |  16 +-
 src/site/markdown/tutorial/database.md|   9 +-
 src/site/markdown/tutorial/docker.md  |   3 +-
 src/site/markdown/tutorial/environment.md |   6 +-
 src/site/markdown/website.md  |  24 +-
 src/site/markdown/who.md  |   2 +
 src/site/resources/PPMC_Combined.txt  |  37 ---
 src/site/resources/architecture.dot   |  18 ++
 src/site/resources/architecture.dot.svg   | 150 -
 src/site/resources/example.dot|  18 ++
 src/site/resources/example.dot.svg| 299 +
 23 files changed, 571 insertions(+), 141 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/f46eef10/CHANGELOG
--
diff --git a/CHANGELOG b/CHANGELOG
index 4563faf..4e52c68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
 Apache Streams (Incubating)
 +++
 
-Apache Streams is be a lightweight server for ActivityStreams 
(activitystrea.ms). The role of Apache Streams is to provide a central point of 
aggregation, filtering and querying for Activities that have been submitted by 
disparate systems. Apache Streams also intends to include a mechanism for 
intelligent filtering and recommendation to reduce the noise to end users.
+Apache Streams is a lightweight server for ActivityStreams (activitystrea.ms). 
The role of Apache Streams is to provide a central point of aggregation, 
filtering and querying for Activities that have been submitted by disparate 
systems. Apache Streams also intends to include a mechanism for intelligent 
filtering and recommendation to reduce the noise to end users.
 
 
 Apache Streams will bring together individuals who are or are looking to 
increase and centralize the production, consumption and federation of 
ActivityStreams throughout enterprise organizations and the Internet as a 
whole. The target features include:
@@ -30,3 +30,11 @@ RELEASE 0.1: Streams Master POM
 +
 
 Initial release of project master POM that defines global meta-data and build 
processes for sub-modules and Streams project.
+
++
+
+RELEASE 0.3: Streams Master POM
+
++
+
+Consolidate dependency and plugin management into streams-master

http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/f46eef10/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 91e9586..603b9b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,6 +270,7 @@
 1.4
 2.9
 2.7
+3.2.2
 1.9.4
 2.4.3
 3.5
@@ -577,6 +578,11 @@
 
 
 
+net.alchim31.maven
+scala-maven-plugin
+${scala.plugin.version}
+
+
 org.apache.maven.plugins
 maven-source-plugin
 ${source.plugin.version}
@@ -1058,6 +1064,7 @@
 **/overlays/**
 **/src/main/resources/**
 **/src/test/resources/**
+**/src/site/resources/**
 **/.gitignore
 

[1/2] incubator-streams-master git commit: STREAMS-406

2016-06-11 Thread sblackmon
Repository: incubator-streams-master
Updated Branches:
  refs/heads/streams-master-0.3-incubating-rc1 [created] 8b2f269fb


STREAMS-406

apache licenses
rat plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/f46eef10
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/f46eef10
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/f46eef10

Branch: refs/heads/streams-master-0.3-incubating-rc1
Commit: f46eef107a7f7d522be87acffb6d1f020e6dc357
Parents: 4a4c78e
Author: Steve Blackmon @steveblackmon 
Authored: Sat Jun 11 20:07:48 2016 -0500
Committer: Steve Blackmon @steveblackmon 
Committed: Sat Jun 11 20:32:45 2016 -0500

--
 CHANGELOG |  10 +-
 pom.xml   |   7 +
 src/site/markdown/architecture.md |   1 +
 src/site/markdown/concepts.md |   1 +
 src/site/markdown/dependency-info.md  |   2 +
 src/site/markdown/downloads.md|   2 +
 src/site/markdown/faq.md  |   4 +-
 src/site/markdown/index.md|   2 +
 src/site/markdown/integration.md  |   2 +
 src/site/markdown/release-setup.md|   2 +
 src/site/markdown/release.md  |  95 ++--
 src/site/markdown/source-repository.md|   2 +
 src/site/markdown/tutorial/build.md   |  16 +-
 src/site/markdown/tutorial/database.md|   9 +-
 src/site/markdown/tutorial/docker.md  |   3 +-
 src/site/markdown/tutorial/environment.md |   6 +-
 src/site/markdown/website.md  |  24 +-
 src/site/markdown/who.md  |   2 +
 src/site/resources/PPMC_Combined.txt  |  37 ---
 src/site/resources/architecture.dot   |  18 ++
 src/site/resources/architecture.dot.svg   | 150 -
 src/site/resources/example.dot|  18 ++
 src/site/resources/example.dot.svg| 299 +
 23 files changed, 571 insertions(+), 141 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/f46eef10/CHANGELOG
--
diff --git a/CHANGELOG b/CHANGELOG
index 4563faf..4e52c68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
 Apache Streams (Incubating)
 +++
 
-Apache Streams is be a lightweight server for ActivityStreams 
(activitystrea.ms). The role of Apache Streams is to provide a central point of 
aggregation, filtering and querying for Activities that have been submitted by 
disparate systems. Apache Streams also intends to include a mechanism for 
intelligent filtering and recommendation to reduce the noise to end users.
+Apache Streams is a lightweight server for ActivityStreams (activitystrea.ms). 
The role of Apache Streams is to provide a central point of aggregation, 
filtering and querying for Activities that have been submitted by disparate 
systems. Apache Streams also intends to include a mechanism for intelligent 
filtering and recommendation to reduce the noise to end users.
 
 
 Apache Streams will bring together individuals who are or are looking to 
increase and centralize the production, consumption and federation of 
ActivityStreams throughout enterprise organizations and the Internet as a 
whole. The target features include:
@@ -30,3 +30,11 @@ RELEASE 0.1: Streams Master POM
 +
 
 Initial release of project master POM that defines global meta-data and build 
processes for sub-modules and Streams project.
+
++
+
+RELEASE 0.3: Streams Master POM
+
++
+
+Consolidate dependency and plugin management into streams-master

http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/f46eef10/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 91e9586..603b9b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,6 +270,7 @@
 1.4
 2.9
 2.7
+3.2.2
 1.9.4
 2.4.3
 3.5
@@ -577,6 +578,11 @@
 
 
 
+net.alchim31.maven
+scala-maven-plugin
+${scala.plugin.version}
+
+
 org.apache.maven.plugins
 maven-source-plugin
 ${source.plugin.version}
@@ -1058,6 +1064,7 @@
 **/overlays/**
 **/src/main/resources/**
 **/src/test/resources/**
+**/src/site/resources/**
 **/.gitignore