You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by ca...@apache.org on 2017/08/21 23:08:40 UTC

incubator-rya git commit: Changed Kafka version to 0.10.0.1 for compatibility with older brokers. Closes #211.

Repository: incubator-rya
Updated Branches:
  refs/heads/master b319365e8 -> 1efa10093


Changed Kafka version to 0.10.0.1 for compatibility with older brokers. Closes #211.


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

Branch: refs/heads/master
Commit: 1efa10093f1be18013a0cdd123b9e8c69158900f
Parents: b319365
Author: jdasch <jd...@localhost.localdomain>
Authored: Mon Aug 21 15:01:23 2017 -0400
Committer: Caleb Meier <ca...@parsons.com>
Committed: Mon Aug 21 16:08:02 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/1efa1009/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0d11b44..fd12a7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@ under the License.
         <jsr305.version>1.3.9-1</jsr305.version>
         <jcip.version>1.0-1</jcip.version>
         <findbugs.plugin.version>3.0.4</findbugs.plugin.version>
-        <kafka.version>0.10.1.0</kafka.version>
+        <kafka.version>0.10.0.1</kafka.version>
         
         <!-- set profile property defaults -->
         <skip.rya.it>true</skip.rya.it>  <!-- modified by  -P enable-it  -->