You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2017/05/31 20:00:07 UTC

[1/3] tinkerpop git commit: TINKERPOP-1677 Bump Groovy to 2.4.11

Repository: tinkerpop
Updated Branches:
  refs/heads/master 20d2cbd48 -> 5607acf35


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/master
Commit: 7a080776a81bf48b7405bb18fad604822b5d0c17
Parents: 07bca45
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed May 24 13:37:21 2017 +0200
Committer: Andrea Cosentino <an...@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>


[2/3] tinkerpop git commit: Merge branch 'tp31' into tp32

Posted by rd...@apache.org.
Merge branch 'tp31' into tp32


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

Branch: refs/heads/master
Commit: fd398c70e586fd974b1a71d67600aac7f6b3c1ab
Parents: d4b9c30 7a08077
Author: Robert Dale <ro...@gmail.com>
Authored: Wed May 31 15:56:41 2017 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Wed May 31 15:56:41 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fd398c70/CHANGELOG.asciidoc
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fd398c70/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index 9d6192d,a22490c..c67eec0
--- a/pom.xml
+++ b/pom.xml
@@@ -134,18 -127,9 +134,18 @@@ limitations under the License
      </scm>
      <properties>
          <commons.configuration.version>1.10</commons.configuration.version>
 +        <commons.lang.version>2.6</commons.lang.version>
 +        <commons.lang3.version>3.3.1</commons.lang3.version>
-         <groovy.version>2.4.9</groovy.version>
+         <groovy.version>2.4.11</groovy.version>
 -        <junit.version>4.12</junit.version>
 +        <hadoop.version>2.7.2</hadoop.version>
 +        <java.tuples.version>1.2</java.tuples.version>
 +        <javadoc-plugin.version>2.10.1</javadoc-plugin.version>
 +        <jcabi.version>1.1</jcabi.version>
          <metrics.version>3.0.2</metrics.version>
 +        <netty.version>4.0.42.Final</netty.version>
 +        <slf4j.version>1.7.21</slf4j.version>
 +        <snakeyaml.version>1.15</snakeyaml.version>
 +
          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
          <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
          <skipIntegrationTests>true</skipIntegrationTests>


[3/3] tinkerpop git commit: Merge branch 'tp32'

Posted by rd...@apache.org.
Merge branch 'tp32'


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

Branch: refs/heads/master
Commit: 5607acf35ef17397ea09714d7c90d7b13e25eef9
Parents: 20d2cbd fd398c7
Author: Robert Dale <ro...@gmail.com>
Authored: Wed May 31 15:58:10 2017 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Wed May 31 15:58:10 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5607acf3/CHANGELOG.asciidoc
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5607acf3/pom.xml
----------------------------------------------------------------------