Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1681 063118e9d -> 12aa2d2fe (forced update)


TINKERPOP-1677 Bump Groovy to 2.4.11


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

Branch: refs/heads/TINKERPOP-1681
Commit: 7a080776a81bf48b7405bb18fad604822b5d0c17
Parents: 07bca45
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Wed May 24 13:37:21 2017 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Wed May 24 13:37:21 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7a080776/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index bb42ff9..9bb0f47 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -31,6 +31,7 @@ TinkerPop 3.1.7 (Release Date: NOT OFFICIALLY RELEASED YET)
 * Bumped to Jackson 2.8.7.
 * Fixed `EventStrategy` so that newly added properties trigger events with the 
name of the key that was added.
 * Drop use of jitpack for the jbcrypt artifact - using the official one in 
Maven Central.
+* Bumped to Groovy 2.4.11.
 
 [[release-3-1-6]]
 TinkerPop 3.1.6 (Release Date: February 3, 2017)

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7a080776/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1eea927..a22490c 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.9</groovy.version>
+        <groovy.version>2.4.11</groovy.version>
         <junit.version>4.12</junit.version>
         <metrics.version>3.0.2</metrics.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to