Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1967 47ab1c2b3 -> 78e356909


TINKERPOP-1967 Added ConnectedComponentVertexProgram to core javadoc


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/78e35690
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/78e35690
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/78e35690

Branch: refs/heads/TINKERPOP-1967
Commit: 78e3569096c30d49284a581a73cfc76e827572e1
Parents: 47ab1c2
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Aug 2 08:20:17 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Aug 2 08:20:17 2018 -0400

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/78e35690/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c279851..f63e35f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1276,6 +1276,9 @@ limitations under the License.
                                         
<include>org/apache/tinkerpop/gremlin/process/computer/*.java
                                         </include>
                                         <include>
+                                            
org/apache/tinkerpop/gremlin/process/computer/clustering/connected/ConnectedComponentVertexProgram.java
+                                        </include>
+                                        <include>
                                             
org/apache/tinkerpop/gremlin/process/computer/clustering/peerpressure/PeerPressureVertexProgram.java
                                         </include>
                                         <include>

Reply via email to