Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1642 c4bd6d91a -> f1f656377 (forced update)
TINKERPOP-1645 Bump to groovy 2.4.9 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cde8b316 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cde8b316 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cde8b316 Branch: refs/heads/TINKERPOP-1642 Commit: cde8b316e2cfdc7d8a7d1d3456d68d0f3a5d9828 Parents: 6a20df2 Author: Stephen Mallette <[email protected]> Authored: Mon Mar 6 08:54:18 2017 -0500 Committer: Stephen Mallette <[email protected]> Committed: Mon Mar 6 08:54:18 2017 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cde8b316/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5d2184f..23f31f2 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ limitations under the License. </scm> <properties> <commons.configuration.version>1.10</commons.configuration.version> - <groovy.version>2.4.8</groovy.version> + <groovy.version>2.4.9</groovy.version> <junit.version>4.12</junit.version> <metrics.version>3.0.2</metrics.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
