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/29 13:07:30 UTC

[1/2] incubator-tinkerpop git commit: TINKERPOP-1179 - Archetypes modules won't compile due to https://issues.apache.org/jira/browse/ARCHETYPE-488

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1179 [created] fc6081d6d


TINKERPOP-1179 - Archetypes modules won't compile due to https://issues.apache.org/jira/browse/ARCHETYPE-488


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

Branch: refs/heads/TINKERPOP-1179
Commit: c68f27000a4d7848bd8f8aef001e6078fd7ec56f
Parents: dc1cc1e
Author: Marvin Froeder <ma...@vizexplorer.com>
Authored: Sun Feb 28 16:35:01 2016 +1300
Committer: Marvin Froeder <ma...@vizexplorer.com>
Committed: Sun Feb 28 16:35:01 2016 +1300

----------------------------------------------------------------------
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/c68f2700/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 452584c..53e0ff5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,7 +7,7 @@ environment:
 os: Windows Server 2012
 
 install:
-  - cmd: choco install maven -y -f
+  - cmd: choco install maven -y -f --version 3.2.5
   - cmd: refreshenv
 
 build_script:


[2/2] incubator-tinkerpop git commit: Enable "install" on appveyor stability branch.

Posted by sp...@apache.org.
Enable "install" on appveyor stability branch.


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

Branch: refs/heads/TINKERPOP-1179
Commit: fc6081d6d2aed0f126f24dd2d9981a04e8509af8
Parents: c68f270
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Feb 29 07:06:31 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Feb 29 07:06:31 2016 -0500

----------------------------------------------------------------------
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/fc6081d6/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 53e0ff5..6846866 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,4 +11,4 @@ install:
   - cmd: refreshenv
 
 build_script:
-  - mvn clean validate -B -Dci -fae -Dappveyor
+  - mvn clean install -B -Dci -fae -Dappveyor