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/25 15:01:28 UTC

[40/43] incubator-tinkerpop git commit: Bump to groovy 2.4.6.

Bump to groovy 2.4.6.

There were no changes to dependencies in the distributions and no new NOTICEs in the groovy jars. CTR


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

Branch: refs/heads/TINKERPOP-1107
Commit: da22becb9cdaa67d141eb854da8a538a06201988
Parents: 1d54f00
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Feb 25 07:31:56 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Feb 25 07:31:56 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/da22becb/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 910d9b6..6a57a60 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/
 TinkerPop 3.1.2 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Bumped to Apache Groovy 2.4.6.
 * Added the `gremlin-archetype-server` archetype that demonstrates
 * Added the `gremlin-archetype-tinkergraph` archetype that demonstrates a basic project that uses TinkerGraph.
 * Added `gremlin-archetype` module to house TinkerPop "examples".

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/da22becb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 206df9f..1a4ac02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,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.5</groovy.version>
+        <groovy.version>2.4.6</groovy.version>
         <junit.version>4.12</junit.version>
         <metrics.version>3.0.2</metrics.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>