You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/02/18 15:37:45 UTC

incubator-tinkerpop git commit: Bumped to Groovy 2.4.1.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 6f2474fc3 -> 855408f71


Bumped to Groovy 2.4.1.


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

Branch: refs/heads/master
Commit: 855408f717e044c0b2f9a0debad5e437e38c5d21
Parents: 6f2474f
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Feb 18 07:37:46 2015 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Feb 18 07:37:46 2015 -0700

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/855408f7/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index e39cf6a..e337a30 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -45,7 +45,7 @@ TinkerPop 3.0.0.M8 (Release Date: NOT OFFICIALLY RELEASED YET)
 * Provided more robust shutdown capabilities for the thread pools used in `GremlinExecutor`.
 * A massive `process/` package reorganization -- class names are still the same, just in new packages.
 * Bumped `neo4j-graph` to Neo4j 2.1.6.
-* Bumped to Groovy 2.4.0.
+* Bumped to Groovy 2.4.1.
 * Added a new "performance" test suite for Gremlin Process.
 * Steps now only operate with traversals -- no more lambdas. Lambda->`Traversal` conversion utilities  added.
 * `SideEffectStep` always requires a `Consumer`. Steps that were consumer-less simply extends `AbstractStep`.

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/855408f7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6fb8acd..30666dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@ limitations under the License.
         <url>https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git</url>
     </scm>
     <properties>
-        <groovy.version>2.4.0</groovy.version>
+        <groovy.version>2.4.1</groovy.version>
         <junit.version>4.11</junit.version>
         <kuali.s3.wagon.version>1.1.20</kuali.s3.wagon.version>
         <!-- Directory containing the file ${log4j.properties} defined