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 2017/05/03 13:09:43 UTC

[1/3] tinkerpop git commit: Explicitly add the compiler plugin to tinkerpop root

Repository: tinkerpop
Updated Branches:
  refs/heads/master dad8b3842 -> 994a19cf0


Explicitly add the compiler plugin to tinkerpop root

Not sure if there's a bug in newer versions of intellij, but this seems to fix a problem with intellij being able to read the langauge level properly from maven in the root of the project CTR


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

Branch: refs/heads/master
Commit: 08edb2a61b78e47947c7b57b17cdc19096f5f2d5
Parents: b5c978c
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed May 3 09:08:15 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed May 3 09:08:15 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/08edb2a6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1fcc681..1eea927 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,6 +153,10 @@ limitations under the License.
         <directory>${basedir}/target</directory>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+            </plugin>
+            <plugin>
                 <artifactId>maven-enforcer-plugin</artifactId>
                 <version>1.3.1</version>
                 <executions>


[3/3] tinkerpop git commit: Merge branch 'tp32'

Posted by sp...@apache.org.
Merge branch 'tp32'


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

Branch: refs/heads/master
Commit: 994a19cf0d99906a29561c9c825458179a4dd767
Parents: dad8b38 feffe79
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed May 3 09:09:32 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed May 3 09:09:32 2017 -0400

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


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


[2/3] tinkerpop git commit: Merge branch 'tp31' into tp32

Posted by sp...@apache.org.
Merge branch 'tp31' into tp32


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

Branch: refs/heads/master
Commit: feffe7940621e7b4ae7d459e9ddceca1b83de4a0
Parents: cac7f6f 08edb2a
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed May 3 09:09:23 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed May 3 09:09:23 2017 -0400

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


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