You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2018/12/08 11:37:17 UTC

cayenne git commit: readme tweaks

Repository: cayenne
Updated Branches:
  refs/heads/master 8984621bb -> 89f5e9860


readme tweaks


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

Branch: refs/heads/master
Commit: 89f5e9860dcebad9af634e4d4cf6953e7b48b5f9
Parents: 8984621
Author: Andrus Adamchik <an...@objectstyle.com>
Authored: Sat Dec 8 14:37:12 2018 +0300
Committer: Andrus Adamchik <an...@objectstyle.com>
Committed: Sat Dec 8 14:37:12 2018 +0300

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/89f5e986/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index bac9bd8..3b39627 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ Here is example of Cayenne Maven plugin setup that will do it:
         <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
-            <version>6.0.5</version>
+            <version>8.0.13</version>
         </dependency>
     </dependencies>