You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/02/23 16:57:27 UTC

[1/2] incubator-tinkerpop git commit: Add -parameters to compile args.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/tp31 6f2799540 -> cf194499a


Add -parameters to compile args.


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

Branch: refs/heads/tp31
Commit: 5d0ac3ea13ae5de0c52d08e4879998fef1fda4c2
Parents: f19311b
Author: rjbriody <bo...@datastax.com>
Authored: Tue Feb 23 08:36:33 2016 -0500
Committer: rjbriody <bo...@datastax.com>
Committed: Tue Feb 23 08:36:33 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/5d0ac3ea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f0bb2b..bb6b9cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,6 +308,9 @@ limitations under the License.
                     <configuration>
                         <source>1.8</source>
                         <target>1.8</target>
+                        <compilerArgs>
+                            <arg>-parameters</arg>
+                        </compilerArgs>
                     </configuration>
                 </plugin>
                 <plugin>


[2/2] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1165' of https://github.com/rjbriody/incubator-tinkerpop into tp31

Posted by sp...@apache.org.
Merge branch 'TINKERPOP-1165' of https://github.com/rjbriody/incubator-tinkerpop into tp31

CTR - http://mail-archives.apache.org/mod_mbox/incubator-tinkerpop-dev/201602.mbox/%3CCAA-H4390Nppe%3DDANvDuvkuJ6pS4p97EuDjb8ySvXDsHXHF%2BiRA%40mail.gmail.com%3E


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

Branch: refs/heads/tp31
Commit: cf194499a7996aa048089a03e45d3e2ffb3e2f38
Parents: 6f27995 5d0ac3e
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Feb 23 10:18:42 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Feb 23 10:18:42 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/cf194499/pom.xml
----------------------------------------------------------------------