cayenne-website git commit: test publish

2018-01-20 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 1afdf5b80 -> b36edb5d5


test publish


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

Branch: refs/heads/asf-site
Commit: b36edb5d50a8c50dce746f7a460c42357561f6ac
Parents: 1afdf5b
Author: Nikita Timofeev 
Authored: Sat Jan 20 15:29:41 2018 +0300
Committer: Nikita Timofeev 
Committed: Sat Jan 20 15:29:41 2018 +0300

--
 .htaccess |   6 ++
 img/logo_mono_full-b893724c6c.svg.png | Bin 0 -> 1468 bytes
 index.html|   6 +++---
 3 files changed, 9 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/b36edb5d/.htaccess
--
diff --git a/.htaccess b/.htaccess
index 2cb97ba..5b52dff 100644
--- a/.htaccess
+++ b/.htaccess
@@ -111,4 +111,10 @@ AddOutputFilterByType DEFLATE font/opentype
 BrowserMatch ^Mozilla/4 gzip-only-text/html
 BrowserMatch ^Mozilla/4\.0[678] no-gzip
 BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
+
+
+
+RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/b36edb5d/img/logo_mono_full-b893724c6c.svg.png
--
diff --git a/img/logo_mono_full-b893724c6c.svg.png 
b/img/logo_mono_full-b893724c6c.svg.png
new file mode 100644
index 000..d0f01cd
Binary files /dev/null and b/img/logo_mono_full-b893724c6c.svg.png differ

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/b36edb5d/index.html
--
diff --git a/index.html b/index.html
index 0bbe214..60b4a55 100644
--- a/index.html
+++ b/index.html
@@ -88,9 +88,9 @@
 
 
 
-ORM
-with
-character
+Your
+ORM
+superpower
 
 Apache Cayenne™ is an open source 
Java ORM (object-to-relational mapping) framework
 



cayenne-website git commit: test publish

2018-01-18 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 6510a9add -> 1afdf5b80


test publish


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

Branch: refs/heads/asf-site
Commit: 1afdf5b80240e27b85f5a402eb404f85756c05fb
Parents: 6510a9a
Author: Nikita Timofeev 
Authored: Thu Jan 18 12:27:58 2018 +0300
Committer: Nikita Timofeev 
Committed: Thu Jan 18 12:27:58 2018 +0300

--
 .htaccess | 58 --
 1 file changed, 48 insertions(+), 10 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1afdf5b8/.htaccess
--
diff --git a/.htaccess b/.htaccess
index fc7c3ff..2cb97ba 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,6 @@
+##
+# Redirects carried from Apache CMS based site   #
+##
 
 # Individual deleted/renamed pages
 Redirect permanent /commercial-support.html /about/support/index.html
@@ -20,33 +23,68 @@ Redirect permanent /building-cayenne.html 
/dev/building-cayenne.html
 Redirect permanent /release-guide.html /dev/release-guide.html
 Redirect permanent /running-unit-tests.html /dev/running-unit-tests.html
 
-# Remaping old -> new cayenne site
+##
+# Remaping Apache CMS -> Hugo based site #
+##
+
 Redirect permanent /support.html /about/support/
 Redirect permanent /download.html /download/
 
-# Remaping docbook based docs to asciidocs based
-RedirectMatch permanent ^/docs/([0-9\.]+)/tutorial/(.*)\.html$ 
/docs/$1/getting-started-guide/\#$2
-RedirectMatch permanent ^/docs/([0-9\.]+)/tutorial-rop/(.*)\.html$ 
/docs/$1/getting-started-rop/\#$2
-# Redirect all except index.html to exclude cyclic redirection
-RedirectMatch permanent ^/docs/([0-9\.]+)/cayenne-guide/(?!index)(.*)\.html$ 
/docs/$1/cayenne-guide/#$2
-RedirectMatch permanent ^/docs/([0-9\.]+)/upgrade-guide/(?!index)(.*)\.html$ 
/docs/$1/upgrade-guide/#$2
-
 # Links without direct replacement in new site
 Redirect permanent /docs/legacy.html /docs/3.0/
 Redirect permanent /about.html /
 Redirect permanent /collaboration.html /
 Redirect permanent /legacy-ant-documentation-export.html /
 
+##
+# Remaping docbook based docs to asciidocs based #
+##
+
+# Redirect main sections of Cayenne Guide
+RedirectMatch permanent 
^/docs/([0-9\.]+)/cayenne-guide/cayenne-guide-part1.html$ 
/docs/$1/cayenne-guide/#object-relational-mapping-with-cayenne
+RedirectMatch permanent 
^/docs/([0-9\.]+)/cayenne-guide/cayenne-guide-part2.html$ 
/docs/$1/cayenne-guide/#cayenne-framework
+RedirectMatch permanent 
^/docs/([0-9\.]+)/cayenne-guide/cayenne-guide-part3.html$ 
/docs/$1/cayenne-guide/#cayenne-framework-remote-object-persistence
+RedirectMatch permanent 
^/docs/([0-9\.]+)/cayenne-guide/cayenne-guide-part4.html$ 
/docs/$1/cayenne-guide/#db-first-flow
+RedirectMatch permanent 
^/docs/([0-9\.]+)/cayenne-guide/cayenne-guide-part5.html$ 
/docs/$1/cayenne-guide/#cayenne-additional-modules
+# Tutorial
+RedirectMatch permanent ^/docs/([0-9\.]+)/tutorial/getting-started-part1.html$ 
/docs/$1/getting-started-guide/#setting-up-the-environment
+RedirectMatch permanent ^/docs/([0-9\.]+)/tutorial/getting-started-part2.html$ 
/docs/$1/getting-started-guide/#learning-mapping-basics
+RedirectMatch permanent ^/docs/([0-9\.]+)/tutorial/getting-started-part3.html$ 
/docs/$1/getting-started-guide/#learning-cayenne-api
+RedirectMatch permanent ^/docs/([0-9\.]+)/tutorial/getting-started-part4.html$ 
/docs/$1/getting-started-guide/#converting-to-web-application
+# Rop tutorial
+RedirectMatch permanent ^/docs/([0-9\.]+)/tutorial-rop/ch01.html$ 
/docs/$1/getting-started-rop/#prerequisites-2
+RedirectMatch permanent ^/docs/([0-9\.]+)/tutorial-rop/ch02.html$ 
/docs/$1/getting-started-rop/#starting-client-project
+RedirectMatch permanent ^/docs/([0-9\.]+)/tutorial-rop/ch03.html$ 
/docs/$1/getting-started-rop/#setting-up-hessian-web-service
+RedirectMatch permanent ^/docs/([0-9\.]+)/tutorial-rop/ch04.html$ 
/docs/$1/getting-started-rop/#porting-existing-code-to-connect-to-a-web-service-instead-of-a-database
+RedirectMatch permanent ^/docs/([0-9\.]+)/tutorial-rop/ch05.html$ 
/docs/$1/getting-started-rop/#adding-basic-authentication
+RedirectMatch permanent 
^/docs/([0-9\.]+)/tutorial-rop/getting-started-rop-part1.html$ 

cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site d335e8f2b -> 6510a9add


test publish


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

Branch: refs/heads/asf-site
Commit: 6510a9addc87b869504bd2f89524ded28b31d06b
Parents: d335e8f
Author: Nikita Timofeev 
Authored: Thu Jan 18 10:23:15 2018 +0300
Committer: Nikita Timofeev 
Committed: Thu Jan 18 10:23:15 2018 +0300

--
 .htaccess | 2 --
 1 file changed, 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/6510a9ad/.htaccess
--
diff --git a/.htaccess b/.htaccess
index 85a365c..fc7c3ff 100644
--- a/.htaccess
+++ b/.htaccess
@@ -35,8 +35,6 @@ RedirectMatch permanent 
^/docs/([0-9\.]+)/upgrade-guide/(?!index)(.*)\.html$ /do
 Redirect permanent /docs/legacy.html /docs/3.0/
 Redirect permanent /about.html /
 Redirect permanent /collaboration.html /
-Redirect permanent /thanks.html /
-Redirect permanent /release-guide-2.0.html /dev/release-guide.html
 Redirect permanent /legacy-ant-documentation-export.html /
 
 # Custom 404 error page



[10/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/namedquery.html
--
diff --git a/docs/2.0/namedquery.html b/docs/2.0/namedquery.html
index ff50e07..99247dc 100644
--- a/docs/2.0/namedquery.html
+++ b/docs/2.0/namedquery.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 NamedQuery  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -241,6 +241,10 @@ List matchingUsers = context.performQuery(query);
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/nested-datacontexts.html
--
diff --git a/docs/2.0/nested-datacontexts.html 
b/docs/2.0/nested-datacontexts.html
index 86ffd57..71c12b9 100644
--- a/docs/2.0/nested-datacontexts.html
+++ b/docs/2.0/nested-datacontexts.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Nested DataContexts  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -272,6 +272,10 @@ DataContext child = context.createChildDataContext();
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/new-system.html
--
diff --git a/docs/2.0/new-system.html b/docs/2.0/new-system.html
index 7180827..0fa69a6 100644
--- a/docs/2.0/new-system.html
+++ b/docs/2.0/new-system.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 New System  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -241,6 +241,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/null-handling.html
--
diff --git a/docs/2.0/null-handling.html b/docs/2.0/null-handling.html
index 361d0dd..8c5ea89 100644
--- a/docs/2.0/null-handling.html
+++ b/docs/2.0/null-handling.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 NULL Handling  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -239,6 +239,10 @@
 

[19/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/css/styles-c8a3174abc.css
--
diff --git a/css/styles-c8a3174abc.css b/css/styles-c8a3174abc.css
deleted file mode 100644
index 5d5d081..000
--- a/css/styles-c8a3174abc.css
+++ /dev/null
@@ -1,4 +0,0 @@
-@charset 
"UTF-8";.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag
 
.hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class
 
.hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-extralight.eot);src:url(fonts/montserrat-extralight.eot?#iefix)
 for
 mat("embedded-opentype"),url(fonts/montserrat-extralight.woff) 
format("woff"),url(fonts/montserrat-extralight.ttf) 
format("truetype"),url(fonts/montserrat-extralight.svg#montserrat) 
format("svg");font-style:normal;font-weight:200}@font-face{font-family:montserrat;src:url(fonts/montserrat-light.eot);src:url(fonts/montserrat-light.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-light.woff) 
format("woff"),url(fonts/montserrat-light.ttf) 
format("truetype"),url(fonts/montserrat-light.svg#montserrat) 
format("svg");font-style:normal;font-weight:300}@font-face{font-family:montserrat;src:url(fonts/montserrat-regular.eot);src:url(fonts/montserrat-regular.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-regular.woff) 
format("woff"),url(fonts/montserrat-regular.ttf) 
format("truetype"),url(fonts/montserrat-regular.svg#montserrat) 
format("svg");font-style:normal;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-italic.eot);src:url(fonts/montserrat
 -italic.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-italic.woff) 
format("woff"),url(fonts/montserrat-italic.ttf) 
format("truetype"),url(fonts/montserrat-italic.svg#montserrat) 
format("svg");font-style:italic;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-medium.eot);src:url(fonts/montserrat-medium.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-medium.woff) 
format("woff"),url(fonts/montserrat-medium.ttf) 
format("truetype"),url(fonts/montserrat-medium.svg#montserrat) 
format("svg");font-style:normal;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montserrat-mediumitalic.eot);src:url(fonts/montserrat-mediumitalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-mediumitalic.woff) 
format("woff"),url(fonts/montserrat-mediumitalic.ttf) 
format("truetype"),url(fonts/montserrat-mediumitalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montse
 rrat-semibold.eot);src:url(fonts/montserrat-semibold.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-semibold.woff) 
format("woff"),url(fonts/montserrat-semibold.ttf) 
format("truetype"),url(fonts/montserrat-semibold.svg#montserrat) 
format("svg");font-style:normal;font-weight:600}@font-face{font-family:montserrat;src:url(fonts/montserrat-bold.eot);src:url(fonts/montserrat-bold.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bold.woff) 
format("woff"),url(fonts/montserrat-bold.ttf) 
format("truetype"),url(fonts/montserrat-bold.svg#montserrat) 
format("svg");font-style:normal;font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-bolditalic.eot);src:url(fonts/montserrat-bolditalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bolditalic.woff) 
format("woff"),url(fonts/montserrat-bolditalic.ttf) 
format("truetype"),url(fonts/montserrat-bolditalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:700}/*!
- *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
- 
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix=4.7.0)
 format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) 
format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) 
format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) 
format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
 

[15/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/nested-datacontexts.html
--
diff --git a/docs/1.2/nested-datacontexts.html 
b/docs/1.2/nested-datacontexts.html
index ffe7fdc..4e4e11f 100644
--- a/docs/1.2/nested-datacontexts.html
+++ b/docs/1.2/nested-datacontexts.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Nested DataContexts  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -272,6 +272,10 @@ DataContext child = context.createChildDataContext();
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/new-system.html
--
diff --git a/docs/1.2/new-system.html b/docs/1.2/new-system.html
index ce9ca9b..7376bf4 100644
--- a/docs/1.2/new-system.html
+++ b/docs/1.2/new-system.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 New System  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -241,6 +241,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/null-handling.html
--
diff --git a/docs/1.2/null-handling.html b/docs/1.2/null-handling.html
index 1379fad..61a8e2b 100644
--- a/docs/1.2/null-handling.html
+++ b/docs/1.2/null-handling.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 NULL Handling  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -239,6 +239,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/object-caching.html
--
diff --git a/docs/1.2/object-caching.html b/docs/1.2/object-caching.html
index 4a15c65..b7073e4 100644
--- a/docs/1.2/object-caching.html
+++ b/docs/1.2/object-caching.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Object Caching  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -293,6 +293,10 @@ domain.getEventManager().addListener(
 

[06/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/entityresolver.html
--
diff --git a/docs/3.0/entityresolver.html b/docs/3.0/entityresolver.html
index ef8514d..a8fe9e8 100644
--- a/docs/3.0/entityresolver.html
+++ b/docs/3.0/entityresolver.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 EntityResolver  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -232,6 +232,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/event-package.html
--
diff --git a/docs/3.0/event-package.html b/docs/3.0/event-package.html
index bec305c..6364b88 100644
--- a/docs/3.0/event-package.html
+++ b/docs/3.0/event-package.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Event Package  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -242,6 +242,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/executing-a-stored-procedure.html
--
diff --git a/docs/3.0/executing-a-stored-procedure.html 
b/docs/3.0/executing-a-stored-procedure.html
index f6a504a..974ef53 100644
--- a/docs/3.0/executing-a-stored-procedure.html
+++ b/docs/3.0/executing-a-stored-procedure.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Executing a Stored Procedure  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -290,6 +290,10 @@ query.addParameter(parameter2, Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/expression-factory-utilities.html
--
diff --git a/docs/3.0/expression-factory-utilities.html 
b/docs/3.0/expression-factory-utilities.html
index 5bfa814..094c64c 100644
--- a/docs/3.0/expression-factory-utilities.html
+++ b/docs/3.0/expression-factory-utilities.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Expression Factory Utilities  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 

[04/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/preferences-panel.html
--
diff --git a/docs/3.0/preferences-panel.html b/docs/3.0/preferences-panel.html
index b936401..ef4069e 100644
--- a/docs/3.0/preferences-panel.html
+++ b/docs/3.0/preferences-panel.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Preferences Panel  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -251,6 +251,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/prefetching.html
--
diff --git a/docs/3.0/prefetching.html b/docs/3.0/prefetching.html
index 7694026..30a4331 100644
--- a/docs/3.0/prefetching.html
+++ b/docs/3.0/prefetching.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Prefetching  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -335,6 +335,10 @@ context.performQuery(query);
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/primary-key-generation.html
--
diff --git a/docs/3.0/primary-key-generation.html 
b/docs/3.0/primary-key-generation.html
index c219de2..74a8b5f 100644
--- a/docs/3.0/primary-key-generation.html
+++ b/docs/3.0/primary-key-generation.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Primary Key Generation  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -305,6 +305,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/qualifier-expressions.html
--
diff --git a/docs/3.0/qualifier-expressions.html 
b/docs/3.0/qualifier-expressions.html
index 936237e..4a3f077 100644
--- a/docs/3.0/qualifier-expressions.html
+++ b/docs/3.0/qualifier-expressions.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Qualifier Expressions  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -248,6 +248,10 

[12/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/copy-of-bnf-for-expressionparser.html
--
diff --git a/docs/2.0/copy-of-bnf-for-expressionparser.html 
b/docs/2.0/copy-of-bnf-for-expressionparser.html
index 9d13d8b..f766a45 100644
--- a/docs/2.0/copy-of-bnf-for-expressionparser.html
+++ b/docs/2.0/copy-of-bnf-for-expressionparser.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 copy-of-bnf-for-expressionparser.html  Apache 
Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -229,6 +229,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/create-datanode.html
--
diff --git a/docs/2.0/create-datanode.html b/docs/2.0/create-datanode.html
index d4974b1..6d27380 100644
--- a/docs/2.0/create-datanode.html
+++ b/docs/2.0/create-datanode.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Create DataNode  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -244,6 +244,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/create-new-project.html
--
diff --git a/docs/2.0/create-new-project.html b/docs/2.0/create-new-project.html
index bd54d91..c5e6cdb 100644
--- a/docs/2.0/create-new-project.html
+++ b/docs/2.0/create-new-project.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Create New Project  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -241,6 +241,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/customizing-configuration.html
--
diff --git a/docs/2.0/customizing-configuration.html 
b/docs/2.0/customizing-configuration.html
index 6f66f80..99871f1 100644
--- a/docs/2.0/customizing-configuration.html
+++ b/docs/2.0/customizing-configuration.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Customizing Configuration  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security

[20/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/css/styles-179887de6c.css
--
diff --git a/css/styles-179887de6c.css b/css/styles-179887de6c.css
new file mode 100644
index 000..98a80b5
--- /dev/null
+++ b/css/styles-179887de6c.css
@@ -0,0 +1,4 @@
+@charset 
"UTF-8";.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag
 
.hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class
 
.hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-extralight.eot);src:url(fonts/montserrat-extralight.eot?#iefix)
 for
 mat("embedded-opentype"),url(fonts/montserrat-extralight.woff) 
format("woff"),url(fonts/montserrat-extralight.ttf) 
format("truetype"),url(fonts/montserrat-extralight.svg#montserrat) 
format("svg");font-style:normal;font-weight:200}@font-face{font-family:montserrat;src:url(fonts/montserrat-light.eot);src:url(fonts/montserrat-light.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-light.woff) 
format("woff"),url(fonts/montserrat-light.ttf) 
format("truetype"),url(fonts/montserrat-light.svg#montserrat) 
format("svg");font-style:normal;font-weight:300}@font-face{font-family:montserrat;src:url(fonts/montserrat-regular.eot);src:url(fonts/montserrat-regular.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-regular.woff) 
format("woff"),url(fonts/montserrat-regular.ttf) 
format("truetype"),url(fonts/montserrat-regular.svg#montserrat) 
format("svg");font-style:normal;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-italic.eot);src:url(fonts/montserrat
 -italic.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-italic.woff) 
format("woff"),url(fonts/montserrat-italic.ttf) 
format("truetype"),url(fonts/montserrat-italic.svg#montserrat) 
format("svg");font-style:italic;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-medium.eot);src:url(fonts/montserrat-medium.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-medium.woff) 
format("woff"),url(fonts/montserrat-medium.ttf) 
format("truetype"),url(fonts/montserrat-medium.svg#montserrat) 
format("svg");font-style:normal;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montserrat-mediumitalic.eot);src:url(fonts/montserrat-mediumitalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-mediumitalic.woff) 
format("woff"),url(fonts/montserrat-mediumitalic.ttf) 
format("truetype"),url(fonts/montserrat-mediumitalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montse
 rrat-semibold.eot);src:url(fonts/montserrat-semibold.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-semibold.woff) 
format("woff"),url(fonts/montserrat-semibold.ttf) 
format("truetype"),url(fonts/montserrat-semibold.svg#montserrat) 
format("svg");font-style:normal;font-weight:600}@font-face{font-family:montserrat;src:url(fonts/montserrat-bold.eot);src:url(fonts/montserrat-bold.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bold.woff) 
format("woff"),url(fonts/montserrat-bold.ttf) 
format("truetype"),url(fonts/montserrat-bold.svg#montserrat) 
format("svg");font-style:normal;font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-bolditalic.eot);src:url(fonts/montserrat-bolditalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bolditalic.woff) 
format("woff"),url(fonts/montserrat-bolditalic.ttf) 
format("truetype"),url(fonts/montserrat-bolditalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:700}/*!
+ *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
+ 
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix=4.7.0)
 format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) 
format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) 
format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) 
format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
 

[09/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/remote-object-persistence-limitations.html
--
diff --git a/docs/2.0/remote-object-persistence-limitations.html 
b/docs/2.0/remote-object-persistence-limitations.html
index e13e01a..25fca2b 100644
--- a/docs/2.0/remote-object-persistence-limitations.html
+++ b/docs/2.0/remote-object-persistence-limitations.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Remote Object Persistence Limitations  Apache 
Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -242,6 +242,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/remote-object-persistence-quick-start.html
--
diff --git a/docs/2.0/remote-object-persistence-quick-start.html 
b/docs/2.0/remote-object-persistence-quick-start.html
index fbda289..dcd5e32 100644
--- a/docs/2.0/remote-object-persistence-quick-start.html
+++ b/docs/2.0/remote-object-persistence-quick-start.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Remote Object Persistence Quick Start  Apache 
Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -255,6 +255,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/remote-object-persistence-security.html
--
diff --git a/docs/2.0/remote-object-persistence-security.html 
b/docs/2.0/remote-object-persistence-security.html
index 5ed58fe..8b13bbb 100644
--- a/docs/2.0/remote-object-persistence-security.html
+++ b/docs/2.0/remote-object-persistence-security.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Remote Object Persistence Security  Apache 
Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -237,6 +237,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/remote-object-persistence-tutorial-authentication.html
--
diff --git a/docs/2.0/remote-object-persistence-tutorial-authentication.html 
b/docs/2.0/remote-object-persistence-tutorial-authentication.html
index 467f11f..6584fd38 100644
--- a/docs/2.0/remote-object-persistence-tutorial-authentication.html
+++ b/docs/2.0/remote-object-persistence-tutorial-authentication.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Remote 

[02/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/web-applications.html
--
diff --git a/docs/3.0/web-applications.html b/docs/3.0/web-applications.html
index 39b74af..db94d1a 100644
--- a/docs/3.0/web-applications.html
+++ b/docs/3.0/web-applications.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Web Applications  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -303,6 +303,10 @@ WEB-INF/lib/...
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.1/cayenne-guide/index.html
--
diff --git a/docs/3.1/cayenne-guide/index.html 
b/docs/3.1/cayenne-guide/index.html
index b03bd33..61d476d 100644
--- a/docs/3.1/cayenne-guide/index.html
+++ b/docs/3.1/cayenne-guide/index.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Cayenne Guide  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -3849,6 +3849,10 @@ NON-TERMINALS
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.1/getting-started-guide/index.html
--
diff --git a/docs/3.1/getting-started-guide/index.html 
b/docs/3.1/getting-started-guide/index.html
index 873928b..d132a4f 100644
--- a/docs/3.1/getting-started-guide/index.html
+++ b/docs/3.1/getting-started-guide/index.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Cayenne Getting Started Guide  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -1270,6 +1270,10 @@ INFO: +++ transaction committed.
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.1/getting-started-rop/index.html
--
diff --git a/docs/3.1/getting-started-rop/index.html 
b/docs/3.1/getting-started-rop/index.html
index 01deac6..d08bb14 100644
--- a/docs/3.1/getting-started-rop/index.html
+++ b/docs/3.1/getting-started-rop/index.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Cayenne Getting Started ROP  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 

[16/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/extended-types.html
--
diff --git a/docs/1.2/extended-types.html b/docs/1.2/extended-types.html
index 71b1e05..c1fc80f 100644
--- a/docs/1.2/extended-types.html
+++ b/docs/1.2/extended-types.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Extended Types  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -250,6 +250,10 @@ DataNode node = domain.getNode(node_name_from_the
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/flattened-relationships.html
--
diff --git a/docs/1.2/flattened-relationships.html 
b/docs/1.2/flattened-relationships.html
index fa2e02a..d7e0e66 100644
--- a/docs/1.2/flattened-relationships.html
+++ b/docs/1.2/flattened-relationships.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Flattened Relationships  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -231,6 +231,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/general-navigation.html
--
diff --git a/docs/1.2/general-navigation.html b/docs/1.2/general-navigation.html
index 77e4678..ed0e86b 100644
--- a/docs/1.2/general-navigation.html
+++ b/docs/1.2/general-navigation.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 General Navigation  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -279,6 +279,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/general-preferences.html
--
diff --git a/docs/1.2/general-preferences.html 
b/docs/1.2/general-preferences.html
index ed89d09..882bd9d 100644
--- a/docs/1.2/general-preferences.html
+++ b/docs/1.2/general-preferences.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 General Preferences  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+

[17/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/converting-an-existing-business-framework.html
--
diff --git a/docs/1.2/converting-an-existing-business-framework.html 
b/docs/1.2/converting-an-existing-business-framework.html
index 5f0f46f..217c0aa 100644
--- a/docs/1.2/converting-an-existing-business-framework.html
+++ b/docs/1.2/converting-an-existing-business-framework.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Converting an Existing Business Framework  Apache 
Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -257,6 +257,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/create-datanode.html
--
diff --git a/docs/1.2/create-datanode.html b/docs/1.2/create-datanode.html
index 942d08a..6e0e0bb 100644
--- a/docs/1.2/create-datanode.html
+++ b/docs/1.2/create-datanode.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Create DataNode  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -244,6 +244,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/create-new-project.html
--
diff --git a/docs/1.2/create-new-project.html b/docs/1.2/create-new-project.html
index 8cb83e9..f2f9327 100644
--- a/docs/1.2/create-new-project.html
+++ b/docs/1.2/create-new-project.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Create New Project  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -241,6 +241,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/customizing-configuration.html
--
diff --git a/docs/1.2/customizing-configuration.html 
b/docs/1.2/customizing-configuration.html
index c837518..89dbec3 100644
--- a/docs/1.2/customizing-configuration.html
+++ b/docs/1.2/customizing-configuration.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Customizing Configuration  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
  

[21/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
test publish


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

Branch: refs/heads/asf-site
Commit: d335e8f2b9ea920a8d537c86552eef0ba1301dfb
Parents: 0e287bc
Author: Nikita Timofeev 
Authored: Thu Jan 18 10:13:23 2018 +0300
Committer: Nikita Timofeev 
Committed: Thu Jan 18 10:13:23 2018 +0300

--
 2014/09/cayenne-31-released.html|  12 +-
 2015/03/cayenne-40m2-released.html  |  12 +-
 2016/02/cayenne-40m3-released.html  |  12 +-
 2016/05/cayenne-311-released.html   |  12 +-
 2016/12/cayenne-40M4-released.html  |  12 +-
 2017/03/cayenne-40M5-released.html  |  12 +-
 2017/06/cayenne-40B1-released.html  |  12 +-
 2017/10/cayenne-40B2-released.html  |  12 +-
 2017/10/cayenne-41m1-released.html  |  12 +-
 2017/11/cayenne-312-released.html   |  12 +-
 404.html|  12 +-
 about/index.html|  12 +-
 about/support/index.html|  12 +-
 collaboration/index.html|  12 +-
 contributors.html   |  16 +-
 css/styles-179887de6c.css   |   4 +
 css/styles-c8a3174abc.css   |   4 -
 database-support.html   |  12 +-
 dev/building-cayenne.html   |  12 +-
 dev/cms-guide.html  |  12 +-
 dev/code-repository.html|  12 +-
 dev/eclipse.html|  12 +-
 dev/how_development_happens.html|  12 +-
 dev/index.html  |  12 +-
 dev/release-guide.html  |  12 +-
 dev/running-unit-tests.html |  12 +-
 doap/cayenne.rdf|   2 +-
 docs/1.2/accessing-pk-and-fk-values.html|  12 +-
 docs/1.2/acknowledgments.html   |  12 +-
 docs/1.2/ant-tasks.html |  12 +-
 docs/1.2/building-expressions.html  |  12 +-
 docs/1.2/caching-lookup-tables.html |  12 +-
 docs/1.2/caching-query-results.html |  12 +-
 docs/1.2/cayenne-contract.html  |  12 +-
 docs/1.2/cayenne-datamaps.html  |  12 +-
 docs/1.2/cayenne-project-structure.html |  12 +-
 docs/1.2/cayenne-projects.html  |  12 +-
 docs/1.2/cayenne-user-directory.html|  12 +-
 docs/1.2/cayennemodeler-and-eclipse.html|  12 +-
 .../cayennemodeler-flattened-relationships.html |  12 +-
 docs/1.2/cdataport.html |  12 +-
 docs/1.2/cdbgen.html|  12 +-
 docs/1.2/cdeploy.html   |  12 +-
 docs/1.2/cgen.html  |  12 +-
 docs/1.2/classpath.html |  12 +-
 docs/1.2/common-modeling-tasks.html |  12 +-
 docs/1.2/configuring-caching-behavior.html  |  12 +-
 docs/1.2/configuring-deployment-settings.html   |  12 +-
 docs/1.2/configuring-logging.html   |  12 +-
 docs/1.2/configuring-object-validation.html |  12 +-
 .../1.2/configuring-transactional-behavior.html |  12 +-
 ...nverting-an-existing-business-framework.html |  12 +-
 docs/1.2/create-datanode.html   |  12 +-
 docs/1.2/create-new-project.html|  12 +-
 docs/1.2/customizing-configuration.html |  12 +-
 docs/1.2/customizing-queries.html   |  12 +-
 docs/1.2/customizing.html   |  12 +-
 docs/1.2/data-rows.html |  12 +-
 docs/1.2/datachannel.html   |  12 +-
 docs/1.2/datacontext.html   |  12 +-
 docs/1.2/datacontextdelegate.html   |  12 +-
 docs/1.2/datacontextfactory.html|  12 +-
 docs/1.2/datanode.html  |  12 +-
 docs/1.2/dataobject-state-management.html   |  12 +-
 docs/1.2/dataobject-validation.html |  12 +-
 docs/1.2/dataobjects-example.html   |  12 +-
 docs/1.2/dataobjects.html   |  12 +-
 docs/1.2/dataobjectutils.html   |  12 +-
 docs/1.2/datasource.html|  12 +-
 docs/1.2/dataview-concepts.html |  12 +-
 docs/1.2/dataviews-in-action.html   |  12 +-
 docs/1.2/dataviews.html |  12 +-
 docs/1.2/dbadapter.html |  12 +-
 docs/1.2/delete-rules.html  |  12 +-
 docs/1.2/deleting-objects.html  |  

[03/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/running-cayennemodeler.html
--
diff --git a/docs/3.0/running-cayennemodeler.html 
b/docs/3.0/running-cayennemodeler.html
index 2eaf940..fbdf104 100644
--- a/docs/3.0/running-cayennemodeler.html
+++ b/docs/3.0/running-cayennemodeler.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Running CayenneModeler  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -246,6 +246,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/running-queries.html
--
diff --git a/docs/3.0/running-queries.html b/docs/3.0/running-queries.html
index 7b57cbf..70a7363 100644
--- a/docs/3.0/running-queries.html
+++ b/docs/3.0/running-queries.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Running Queries  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -296,6 +296,10 @@ Runs a named non-selecting query stored in the DataMap, 
using a map of named par
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/runtime-components.html
--
diff --git a/docs/3.0/runtime-components.html b/docs/3.0/runtime-components.html
index 5cf0389..ca12401 100644
--- a/docs/3.0/runtime-components.html
+++ b/docs/3.0/runtime-components.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Runtime Components  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -256,6 +256,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/scripting-sqltemplate.html
--
diff --git a/docs/3.0/scripting-sqltemplate.html 
b/docs/3.0/scripting-sqltemplate.html
index a07c002..317b5d3 100644
--- a/docs/3.0/scripting-sqltemplate.html
+++ b/docs/3.0/scripting-sqltemplate.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Scripting SQLTemplate  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   

[14/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/remote-object-persistence-quick-start.html
--
diff --git a/docs/1.2/remote-object-persistence-quick-start.html 
b/docs/1.2/remote-object-persistence-quick-start.html
index 9b6af86..f29101b 100644
--- a/docs/1.2/remote-object-persistence-quick-start.html
+++ b/docs/1.2/remote-object-persistence-quick-start.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Remote Object Persistence Quick Start  Apache 
Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -245,6 +245,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/remote-object-persistence-security.html
--
diff --git a/docs/1.2/remote-object-persistence-security.html 
b/docs/1.2/remote-object-persistence-security.html
index e551389..11c075d 100644
--- a/docs/1.2/remote-object-persistence-security.html
+++ b/docs/1.2/remote-object-persistence-security.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Remote Object Persistence Security  Apache 
Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -237,6 +237,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/remote-object-persistence-tutorial-authentication.html
--
diff --git a/docs/1.2/remote-object-persistence-tutorial-authentication.html 
b/docs/1.2/remote-object-persistence-tutorial-authentication.html
index 0eabb1a..847431f 100644
--- a/docs/1.2/remote-object-persistence-tutorial-authentication.html
+++ b/docs/1.2/remote-object-persistence-tutorial-authentication.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Remote Object Persistence Tutorial Authentication  
Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -372,6 +372,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/remote-object-persistence-tutorial-client-code.html
--
diff --git a/docs/1.2/remote-object-persistence-tutorial-client-code.html 
b/docs/1.2/remote-object-persistence-tutorial-client-code.html
index e7fa250..0138c60 100644
--- a/docs/1.2/remote-object-persistence-tutorial-client-code.html
+++ b/docs/1.2/remote-object-persistence-tutorial-client-code.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 

[07/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/configuring-deployment-settings.html
--
diff --git a/docs/3.0/configuring-deployment-settings.html 
b/docs/3.0/configuring-deployment-settings.html
index 1aa7e27..5e9a3c3 100644
--- a/docs/3.0/configuring-deployment-settings.html
+++ b/docs/3.0/configuring-deployment-settings.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Configuring Deployment Settings  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -244,6 +244,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/configuring-logging.html
--
diff --git a/docs/3.0/configuring-logging.html 
b/docs/3.0/configuring-logging.html
index 932c2ec..65483d4 100644
--- a/docs/3.0/configuring-logging.html
+++ b/docs/3.0/configuring-logging.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Configuring Logging  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -247,6 +247,10 @@ log4j.logger.org.apache.cayenne.util = DEBUG
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/configuring-object-validation.html
--
diff --git a/docs/3.0/configuring-object-validation.html 
b/docs/3.0/configuring-object-validation.html
index 29af616..d1c0a6f 100644
--- a/docs/3.0/configuring-object-validation.html
+++ b/docs/3.0/configuring-object-validation.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Configuring Object Validation  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -231,6 +231,10 @@ Each DataDomain can be configured to enable or disable 
DataObject pre-commit val
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/configuring-transactional-behavior.html
--
diff --git a/docs/3.0/configuring-transactional-behavior.html 
b/docs/3.0/configuring-transactional-behavior.html
index d5c7733..28c9694 100644
--- a/docs/3.0/configuring-transactional-behavior.html
+++ b/docs/3.0/configuring-transactional-behavior.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Configuring Transactional Behavior  Apache 
Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache 

[11/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/expressions.html
--
diff --git a/docs/2.0/expressions.html b/docs/2.0/expressions.html
index 965b353..8abab06 100644
--- a/docs/2.0/expressions.html
+++ b/docs/2.0/expressions.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Expressions  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -243,6 +243,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/extended-types.html
--
diff --git a/docs/2.0/extended-types.html b/docs/2.0/extended-types.html
index 012c1c8..70cf8bc 100644
--- a/docs/2.0/extended-types.html
+++ b/docs/2.0/extended-types.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Extended Types  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -251,6 +251,10 @@ DataNode node = domain.getNode(node_name_from_the
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/flattened-relationships.html
--
diff --git a/docs/2.0/flattened-relationships.html 
b/docs/2.0/flattened-relationships.html
index 1c6e3d5..e3fde0d 100644
--- a/docs/2.0/flattened-relationships.html
+++ b/docs/2.0/flattened-relationships.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Flattened Relationships  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -231,6 +231,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/general-navigation.html
--
diff --git a/docs/2.0/general-navigation.html b/docs/2.0/general-navigation.html
index c9dda25..1c78ffd 100644
--- a/docs/2.0/general-navigation.html
+++ b/docs/2.0/general-navigation.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 General Navigation  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -279,6 +279,10 @@
   

[08/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/tutorial-starting-mapping-project.html
--
diff --git a/docs/2.0/tutorial-starting-mapping-project.html 
b/docs/2.0/tutorial-starting-mapping-project.html
index 3a4a448..6327efd 100644
--- a/docs/2.0/tutorial-starting-mapping-project.html
+++ b/docs/2.0/tutorial-starting-mapping-project.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Tutorial Starting Mapping Project  Apache 
Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -270,6 +270,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/tutorial-webapp.html
--
diff --git a/docs/2.0/tutorial-webapp.html b/docs/2.0/tutorial-webapp.html
index 4e2932f..7d9d185 100644
--- a/docs/2.0/tutorial-webapp.html
+++ b/docs/2.0/tutorial-webapp.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Tutorial Webapp  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -438,6 +438,10 @@ INFO  QueryLogger: +++ transaction committed.
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/understanding-transactions.html
--
diff --git a/docs/2.0/understanding-transactions.html 
b/docs/2.0/understanding-transactions.html
index 55e9c20..c2347ff 100644
--- a/docs/2.0/understanding-transactions.html
+++ b/docs/2.0/understanding-transactions.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Understanding Transactions  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -365,6 +365,10 @@ Transaction tx = domain.createTransaction();
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/2.0/upgrade.html
--
diff --git a/docs/2.0/upgrade.html b/docs/2.0/upgrade.html
index 909191b..1d45031 100644
--- a/docs/2.0/upgrade.html
+++ b/docs/2.0/upgrade.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Upgrade  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 

[05/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/maven2-cdbimport.html
--
diff --git a/docs/3.0/maven2-cdbimport.html b/docs/3.0/maven2-cdbimport.html
index bba46cf..50db298 100644
--- a/docs/3.0/maven2-cdbimport.html
+++ b/docs/3.0/maven2-cdbimport.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 maven2-cdbimport  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -364,6 +364,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/maven2-cgen.html
--
diff --git a/docs/3.0/maven2-cgen.html b/docs/3.0/maven2-cgen.html
index 52693d6..43b4a2e 100644
--- a/docs/3.0/maven2-cgen.html
+++ b/docs/3.0/maven2-cgen.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 maven2-cgen  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -424,6 +424,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/maven2-modeler.html
--
diff --git a/docs/3.0/maven2-modeler.html b/docs/3.0/maven2-modeler.html
index a968b82..a49c340 100644
--- a/docs/3.0/maven2-modeler.html
+++ b/docs/3.0/maven2-modeler.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 maven2-modeler  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -253,6 +253,10 @@ $ mvn cayenne-modeler:run
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/3.0/maven2-plugins.html
--
diff --git a/docs/3.0/maven2-plugins.html b/docs/3.0/maven2-plugins.html
index d3c2798..70c43b7 100644
--- a/docs/3.0/maven2-plugins.html
+++ b/docs/3.0/maven2-plugins.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Maven2 Plugins  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -301,6 +301,10 @@
 Contributors
 
 
+   

[13/21] cayenne-website git commit: test publish

2018-01-17 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/tutorial-webapp.html
--
diff --git a/docs/1.2/tutorial-webapp.html b/docs/1.2/tutorial-webapp.html
index 6f5920d..f4a15d7 100644
--- a/docs/1.2/tutorial-webapp.html
+++ b/docs/1.2/tutorial-webapp.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Tutorial Webapp  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -438,6 +438,10 @@ INFO  QueryLogger: +++ transaction committed.
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/understanding-transactions.html
--
diff --git a/docs/1.2/understanding-transactions.html 
b/docs/1.2/understanding-transactions.html
index d597140..94ea245 100644
--- a/docs/1.2/understanding-transactions.html
+++ b/docs/1.2/understanding-transactions.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Understanding Transactions  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -365,6 +365,10 @@ Transaction tx = domain.createTransaction();
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/upgrade.html
--
diff --git a/docs/1.2/upgrade.html b/docs/1.2/upgrade.html
index d9d89ec..8105330 100644
--- a/docs/1.2/upgrade.html
+++ b/docs/1.2/upgrade.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Upgrade  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -332,6 +332,10 @@
 Contributors
 
 
+
+Thanks
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d335e8f2/docs/1.2/user-guide.html
--
diff --git a/docs/1.2/user-guide.html b/docs/1.2/user-guide.html
index 440782d..d980630 100644
--- a/docs/1.2/user-guide.html
+++ b/docs/1.2/user-guide.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/css/styles-179887de6c.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 User Guide  Apache Cayenne
 
@@ -21,9 +21,9 @@
 
 
   
-
 
-  Apache Software Foundation
+  
+Apache Software Foundation
   
 http://www.apache.org;>Apache 
Homepage
 http://www.apache.org/licenses/;>License
@@ -32,7 +32,7 @@
 http://www.apache.org/security/;>Security
   
 
-Apache 
Cayenne
+
   
 
 
@@ -251,6 +251,10 @@
  

cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site c96dfb05b -> 0e287bcd2


test publish


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

Branch: refs/heads/asf-site
Commit: 0e287bcd21c621a1a209bfa4a246a3e284727801
Parents: c96dfb0
Author: Nikita Timofeev 
Authored: Tue Jan 16 16:59:16 2018 +0300
Committer: Nikita Timofeev 
Committed: Tue Jan 16 16:59:16 2018 +0300

--
 .htaccess  |   2 +-
 collaboration/index.html   |   2 +-
 dev/cms-guide.html |   4 +-
 legacy-ant-build.html  | 236 +++
 legacy-ant-unit-tests.html | 338 ++
 legacy-eclipse.html| 304 ++
 legacy/index.html  | 246 
 release-guide-2.0.html | 353 
 sitemap.xml|  21 +++
 9 files changed, 1503 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/0e287bcd/.htaccess
--
diff --git a/.htaccess b/.htaccess
index 508f6c8..85a365c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -37,7 +37,7 @@ Redirect permanent /about.html /
 Redirect permanent /collaboration.html /
 Redirect permanent /thanks.html /
 Redirect permanent /release-guide-2.0.html /dev/release-guide.html
-RedirectMatch permanent ^/legacy(.*).html$ /
+Redirect permanent /legacy-ant-documentation-export.html /
 
 # Custom 404 error page
 ErrorDocument 404 /404.html

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/0e287bcd/collaboration/index.html
--
diff --git a/collaboration/index.html b/collaboration/index.html
index fe6187e..292b0a2 100644
--- a/collaboration/index.html
+++ b/collaboration/index.html
@@ -91,7 +91,7 @@ set of links to access Cayenne collaboration resources and 
information.
 
 
 http://issues.apache.org/jira/browse/CAY;>Bug/Feature 
Tracker
-Support
+Support
 Code Repository
 Developer Guide
 How Can I Help?

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/0e287bcd/dev/cms-guide.html
--
diff --git a/dev/cms-guide.html b/dev/cms-guide.html
index 4d23834..04279d8 100644
--- a/dev/cms-guide.html
+++ b/dev/cms-guide.html
@@ -156,10 +156,12 @@ Content goes here
 To update site content with information about new Cayenne version you need 
to perform these steps:
 
 
-Update data in src/main/site/data/cayenne.yaml file.
+Update data in src/main/site/data/cayenne.yaml file.
+This automatically update download page and 
/doap/caynne.rdf file.
 Write news (see information above).
 Update documentation, this can be done with build-docs.sh 
script.
 You can run it like this: ./build-docs.sh 4.1.M2
+Publish your changes (see publish section)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/0e287bcd/legacy-ant-build.html
--
diff --git a/legacy-ant-build.html b/legacy-ant-build.html
new file mode 100644
index 000..9edef94
--- /dev/null
+++ b/legacy-ant-build.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
+http://54.84.229.93/js/bundle-bcaaf59313.js";>
+Legacy Ant Build  Apache Cayenne
+
+
+
+
+
+
+
+  
+
+
+  Apache Software Foundation
+  
+http://www.apache.org;>Apache 
Homepage
+http://www.apache.org/licenses/;>License
+http://www.apache.org/foundation/sponsorship.html;>Sponsorship
+http://www.apache.org/foundation/thanks.html;>Thanks
+http://www.apache.org/security/;>Security
+  
+
+Apache 
Cayenne
+  
+
+
+  
+http://54.84.229.93/;>
+   
+
+
+  
+
+
+
+  
+
+
+  DOWNLOAD
+
+
+
+  DOCUMENTATION
+
+
+
+  SUPPORT
+
+
+  
+  
+
+  https://github.com/apache/cayenne;>
+
+
+
+  https://twitter.com/ApacheCayenne;>
+
+  
+  

cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 08b17cae2 -> c96dfb05b


test publish


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

Branch: refs/heads/asf-site
Commit: c96dfb05b1eabdaaa3b6901f44c12850273515b7
Parents: 08b17ca
Author: Nikita Timofeev 
Authored: Tue Jan 16 15:22:00 2018 +0300
Committer: Nikita Timofeev 
Committed: Tue Jan 16 15:22:00 2018 +0300

--
 img/cayenne-modeler1-29ce6626e9.png | Bin 0 -> 206436 bytes
 index.html  |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/c96dfb05/img/cayenne-modeler1-29ce6626e9.png
--
diff --git a/img/cayenne-modeler1-29ce6626e9.png 
b/img/cayenne-modeler1-29ce6626e9.png
new file mode 100644
index 000..e78f5bf
Binary files /dev/null and b/img/cayenne-modeler1-29ce6626e9.png differ

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/c96dfb05/index.html
--
diff --git a/index.html b/index.html
index 825989f..66f5abb 100644
--- a/index.html
+++ b/index.html
@@ -180,7 +180,7 @@
 Modeler
 Cayenne is distributed with CayenneModeler - a complete 
GUI mapping tool that supports reverse-engineering of RDBMS schemas, editing 
object-relational mapping projects, generation of Java source code for the 
persistent objects and other functions.
 
-
+
 
 
 



cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 00accaa0a -> 08b17cae2


test publish


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

Branch: refs/heads/asf-site
Commit: 08b17cae298d1ecd87946cb846764797b11c2bcf
Parents: 00accaa
Author: Nikita Timofeev 
Authored: Tue Jan 16 15:12:06 2018 +0300
Committer: Nikita Timofeev 
Committed: Tue Jan 16 15:12:06 2018 +0300

--
 .htaccess | 35 ++-
 1 file changed, 34 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/08b17cae/.htaccess
--
diff --git a/.htaccess b/.htaccess
index c735229..508f6c8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -42,4 +42,37 @@ RedirectMatch permanent ^/legacy(.*).html$ /
 # Custom 404 error page
 ErrorDocument 404 /404.html
 # Disable .git related content
-RedirectMatch 404 /\.git
\ No newline at end of file
+RedirectMatch 404 /\.git
+
+# One month for most static assets
+
+Header set Cache-Control "max-age=2628000, public"
+
+
+
+AddOutputFilterByType DEFLATE text/html
+AddOutputFilterByType DEFLATE text/css
+AddOutputFilterByType DEFLATE text/javascript
+AddOutputFilterByType DEFLATE text/xml
+AddOutputFilterByType DEFLATE text/plain
+AddOutputFilterByType DEFLATE image/x-icon
+AddOutputFilterByType DEFLATE image/svg+xml
+AddOutputFilterByType DEFLATE application/rss+xml
+AddOutputFilterByType DEFLATE application/javascript
+AddOutputFilterByType DEFLATE application/x-javascript
+AddOutputFilterByType DEFLATE application/xml
+AddOutputFilterByType DEFLATE application/xhtml+xml
+AddOutputFilterByType DEFLATE application/x-font
+AddOutputFilterByType DEFLATE application/x-font-truetype
+AddOutputFilterByType DEFLATE application/x-font-ttf
+AddOutputFilterByType DEFLATE application/x-font-otf
+AddOutputFilterByType DEFLATE application/x-font-opentype
+AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
+AddOutputFilterByType DEFLATE font/ttf
+AddOutputFilterByType DEFLATE font/otf
+AddOutputFilterByType DEFLATE font/opentype
+# For Olders Browsers Which Can't Handle Compression
+BrowserMatch ^Mozilla/4 gzip-only-text/html
+BrowserMatch ^Mozilla/4\.0[678] no-gzip
+BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
+
\ No newline at end of file



[14/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
test publish


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

Branch: refs/heads/asf-site
Commit: 00accaa0aa67ecf0212914e0240169a5ccb06306
Parents: 209aeb3
Author: Nikita Timofeev 
Authored: Tue Jan 16 14:48:46 2018 +0300
Committer: Nikita Timofeev 
Committed: Tue Jan 16 14:48:46 2018 +0300

--
 2014/09/cayenne-31-released.html   |   4 ++--
 2015/03/cayenne-40m2-released.html |   4 ++--
 2016/02/cayenne-40m3-released.html |   4 ++--
 2016/05/cayenne-311-released.html  |   4 ++--
 2016/12/cayenne-40M4-released.html |   4 ++--
 2017/03/cayenne-40M5-released.html |   6 +++---
 2017/06/cayenne-40B1-released.html |   4 ++--
 2017/10/cayenne-40B2-released.html |   4 ++--
 2017/10/cayenne-41m1-released.html |   4 ++--
 2017/11/cayenne-312-released.html  |   4 ++--
 404.html   |   4 ++--
 about/index.html   |   4 ++--
 about/support/index.html   |  13 -
 collaboration/index.html   |   4 ++--
 contributors.html  |   4 ++--
 css/styles-c50fffa94d.css  |   4 
 css/styles-c8a3174abc.css  |   4 
 database-support.html  |   8 
 dev/building-cayenne.html  |   4 ++--
 dev/cms-guide.html |   4 ++--
 dev/code-repository.html   |   4 ++--
 dev/eclipse.html   |   4 ++--
 dev/how_development_happens.html   |   4 ++--
 dev/index.html |   4 ++--
 dev/release-guide.html |   4 ++--
 dev/running-unit-tests.html|   4 ++--
 docs/1.2/accessing-pk-and-fk-values.html   |   4 ++--
 docs/1.2/acknowledgments.html  |   4 ++--
 docs/1.2/ant-tasks.html|   4 ++--
 docs/1.2/building-expressions.html |   4 ++--
 docs/1.2/caching-lookup-tables.html|   4 ++--
 docs/1.2/caching-query-results.html|   4 ++--
 docs/1.2/cayenne-contract.html |   4 ++--
 docs/1.2/cayenne-datamaps.html |   4 ++--
 docs/1.2/cayenne-project-structure.html|   4 ++--
 docs/1.2/cayenne-projects.html |   4 ++--
 docs/1.2/cayenne-user-directory.html   |   4 ++--
 docs/1.2/cayennemodeler-and-eclipse.html   |   4 ++--
 .../cayennemodeler-flattened-relationships.html|   4 ++--
 docs/1.2/cdataport.html|   4 ++--
 docs/1.2/cdbgen.html   |   4 ++--
 docs/1.2/cdeploy.html  |   4 ++--
 docs/1.2/cgen.html |   4 ++--
 docs/1.2/classpath.html|   4 ++--
 docs/1.2/common-modeling-tasks.html|   4 ++--
 docs/1.2/configuring-caching-behavior.html |   4 ++--
 docs/1.2/configuring-deployment-settings.html  |   4 ++--
 docs/1.2/configuring-logging.html  |   4 ++--
 docs/1.2/configuring-object-validation.html|   4 ++--
 docs/1.2/configuring-transactional-behavior.html   |   4 ++--
 .../converting-an-existing-business-framework.html |   4 ++--
 docs/1.2/create-datanode.html  |   4 ++--
 docs/1.2/create-new-project.html   |   4 ++--
 docs/1.2/customizing-configuration.html|   4 ++--
 docs/1.2/customizing-queries.html  |   4 ++--
 docs/1.2/customizing.html  |   4 ++--
 docs/1.2/data-rows.html|   4 ++--
 docs/1.2/datachannel.html  |   4 ++--
 docs/1.2/datacontext.html  |   4 ++--
 docs/1.2/datacontextdelegate.html  |   4 ++--
 docs/1.2/datacontextfactory.html   |   4 ++--
 docs/1.2/datanode.html |   4 ++--
 docs/1.2/dataobject-state-management.html  |   4 ++--
 docs/1.2/dataobject-validation.html|   4 ++--
 docs/1.2/dataobjects-example.html  |   4 ++--
 docs/1.2/dataobjects.html  |   4 ++--
 docs/1.2/dataobjectutils.html  |   4 ++--
 docs/1.2/datasource.html   |   4 ++--
 docs/1.2/dataview-concepts.html

[04/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/datanode.html
--
diff --git a/docs/3.0/datanode.html b/docs/3.0/datanode.html
index abc3af6..3f88d62 100644
--- a/docs/3.0/datanode.html
+++ b/docs/3.0/datanode.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataNode  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/dataobject-state-management.html
--
diff --git a/docs/3.0/dataobject-state-management.html 
b/docs/3.0/dataobject-state-management.html
index 5dc09ec..a3b3a00 100644
--- a/docs/3.0/dataobject-state-management.html
+++ b/docs/3.0/dataobject-state-management.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataObject State Management  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/dataobject-validation.html
--
diff --git a/docs/3.0/dataobject-validation.html 
b/docs/3.0/dataobject-validation.html
index 3a88c08..c0ba2bd 100644
--- a/docs/3.0/dataobject-validation.html
+++ b/docs/3.0/dataobject-validation.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataObject Validation  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/dataobjects-example.html
--
diff --git a/docs/3.0/dataobjects-example.html 
b/docs/3.0/dataobjects-example.html
index 95c911f..ba216be 100644
--- a/docs/3.0/dataobjects-example.html
+++ b/docs/3.0/dataobjects-example.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataObjects Example  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/dataobjects.html
--
diff --git a/docs/3.0/dataobjects.html b/docs/3.0/dataobjects.html
index 86729d5..974bdbf 100644
--- a/docs/3.0/dataobjects.html
+++ b/docs/3.0/dataobjects.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataObjects  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/dataobjectutils.html
--
diff --git a/docs/3.0/dataobjectutils.html b/docs/3.0/dataobjectutils.html
index 5dc97ce..31ef579 100644
--- a/docs/3.0/dataobjectutils.html
+++ b/docs/3.0/dataobjectutils.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataObjectUtils  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/datasource.html
--
diff --git a/docs/3.0/datasource.html b/docs/3.0/datasource.html
index 9b4a310..952074a 100644
--- a/docs/3.0/datasource.html
+++ b/docs/3.0/datasource.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 

[06/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/paginated-queries.html
--
diff --git a/docs/2.0/paginated-queries.html b/docs/2.0/paginated-queries.html
index 62c3fca..35a03a9 100644
--- a/docs/2.0/paginated-queries.html
+++ b/docs/2.0/paginated-queries.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Paginated Queries  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/parameterized-queries.html
--
diff --git a/docs/2.0/parameterized-queries.html 
b/docs/2.0/parameterized-queries.html
index 3e3ff6e..9d46ee7 100644
--- a/docs/2.0/parameterized-queries.html
+++ b/docs/2.0/parameterized-queries.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Parameterized Queries  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/path-expressions.html
--
diff --git a/docs/2.0/path-expressions.html b/docs/2.0/path-expressions.html
index cc728f0..ef731f0 100644
--- a/docs/2.0/path-expressions.html
+++ b/docs/2.0/path-expressions.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Path Expressions  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/performance-tuning.html
--
diff --git a/docs/2.0/performance-tuning.html b/docs/2.0/performance-tuning.html
index c570e6b..42760ee 100644
--- a/docs/2.0/performance-tuning.html
+++ b/docs/2.0/performance-tuning.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Performance Tuning  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/persistent-object-lifecycle.html
--
diff --git a/docs/2.0/persistent-object-lifecycle.html 
b/docs/2.0/persistent-object-lifecycle.html
index d71200a..d5fd11a 100644
--- a/docs/2.0/persistent-object-lifecycle.html
+++ b/docs/2.0/persistent-object-lifecycle.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Persistent Object Lifecycle  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/preferences-panel.html
--
diff --git a/docs/2.0/preferences-panel.html b/docs/2.0/preferences-panel.html
index 2d04611..4a941f5 100644
--- a/docs/2.0/preferences-panel.html
+++ b/docs/2.0/preferences-panel.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Preferences Panel  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/prefetching.html
--
diff --git a/docs/2.0/prefetching.html b/docs/2.0/prefetching.html
index 7986ba9..44544c4 100644
--- a/docs/2.0/prefetching.html
+++ b/docs/2.0/prefetching.html
@@ -13,7 +13,7 @@
 
 
 
-

[02/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/remote-object-persistence-tutorial-setup.html
--
diff --git a/docs/3.0/remote-object-persistence-tutorial-setup.html 
b/docs/3.0/remote-object-persistence-tutorial-setup.html
index 60ca9b4..fff4d19 100644
--- a/docs/3.0/remote-object-persistence-tutorial-setup.html
+++ b/docs/3.0/remote-object-persistence-tutorial-setup.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 remote-object-persistence-tutorial-setup.html  Apache 
Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/remote-object-persistence-tutorial-webservice.html
--
diff --git a/docs/3.0/remote-object-persistence-tutorial-webservice.html 
b/docs/3.0/remote-object-persistence-tutorial-webservice.html
index 1aa5208..d2fdccf 100644
--- a/docs/3.0/remote-object-persistence-tutorial-webservice.html
+++ b/docs/3.0/remote-object-persistence-tutorial-webservice.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Remote Object Persistence Tutorial WebService  Apache 
Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/remote-object-persistence-tutorial.html
--
diff --git a/docs/3.0/remote-object-persistence-tutorial.html 
b/docs/3.0/remote-object-persistence-tutorial.html
index 3688390..90f211e 100644
--- a/docs/3.0/remote-object-persistence-tutorial.html
+++ b/docs/3.0/remote-object-persistence-tutorial.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Remote Object Persistence Tutorial  Apache 
Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/reverse-engineer-database.html
--
diff --git a/docs/3.0/reverse-engineer-database.html 
b/docs/3.0/reverse-engineer-database.html
index 74d6774..94cf51f 100644
--- a/docs/3.0/reverse-engineer-database.html
+++ b/docs/3.0/reverse-engineer-database.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Reverse Engineer Database  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/running-cayennemodeler.html
--
diff --git a/docs/3.0/running-cayennemodeler.html 
b/docs/3.0/running-cayennemodeler.html
index 22c65a9..2eaf940 100644
--- a/docs/3.0/running-cayennemodeler.html
+++ b/docs/3.0/running-cayennemodeler.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Running CayenneModeler  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/running-queries.html
--
diff --git a/docs/3.0/running-queries.html b/docs/3.0/running-queries.html
index 25ce8f0..7b57cbf 100644
--- a/docs/3.0/running-queries.html
+++ b/docs/3.0/running-queries.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Running Queries  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   


[10/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/delete-rules.html
--
diff --git a/docs/1.2/delete-rules.html b/docs/1.2/delete-rules.html
index 3ca793f..079066d 100644
--- a/docs/1.2/delete-rules.html
+++ b/docs/1.2/delete-rules.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Delete Rules  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/deleting-objects.html
--
diff --git a/docs/1.2/deleting-objects.html b/docs/1.2/deleting-objects.html
index 9fdcb0b..77b8ef7 100644
--- a/docs/1.2/deleting-objects.html
+++ b/docs/1.2/deleting-objects.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Deleting Objects  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/deployment-with-ant.html
--
diff --git a/docs/1.2/deployment-with-ant.html 
b/docs/1.2/deployment-with-ant.html
index d196d56..bc12cf3 100644
--- a/docs/1.2/deployment-with-ant.html
+++ b/docs/1.2/deployment-with-ant.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Deployment with Ant  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/deployment.html
--
diff --git a/docs/1.2/deployment.html b/docs/1.2/deployment.html
index 2939116..cb014cb 100644
--- a/docs/1.2/deployment.html
+++ b/docs/1.2/deployment.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Deployment  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/design.html
--
diff --git a/docs/1.2/design.html b/docs/1.2/design.html
index 601b808..4c11829 100644
--- a/docs/1.2/design.html
+++ b/docs/1.2/design.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Design  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/dvmodeler-gui-tool.html
--
diff --git a/docs/1.2/dvmodeler-gui-tool.html b/docs/1.2/dvmodeler-gui-tool.html
index 9383e26..40109c1 100644
--- a/docs/1.2/dvmodeler-gui-tool.html
+++ b/docs/1.2/dvmodeler-gui-tool.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DVModeler GUI Tool  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/entityresolver.html
--
diff --git a/docs/1.2/entityresolver.html b/docs/1.2/entityresolver.html
index 02c6bbc..3177e8e 100644
--- a/docs/1.2/entityresolver.html
+++ b/docs/1.2/entityresolver.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 EntityResolver  Apache Cayenne
 
@@ -21,7 

[09/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/performance-tuning.html
--
diff --git a/docs/1.2/performance-tuning.html b/docs/1.2/performance-tuning.html
index 8a59887..9d729ed 100644
--- a/docs/1.2/performance-tuning.html
+++ b/docs/1.2/performance-tuning.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Performance Tuning  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/persistent-object-lifecycle.html
--
diff --git a/docs/1.2/persistent-object-lifecycle.html 
b/docs/1.2/persistent-object-lifecycle.html
index 2d5dfa9..1fbf588 100644
--- a/docs/1.2/persistent-object-lifecycle.html
+++ b/docs/1.2/persistent-object-lifecycle.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Persistent Object Lifecycle  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/preferences-panel.html
--
diff --git a/docs/1.2/preferences-panel.html b/docs/1.2/preferences-panel.html
index 65807ab..1cd 100644
--- a/docs/1.2/preferences-panel.html
+++ b/docs/1.2/preferences-panel.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Preferences Panel  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/prefetching.html
--
diff --git a/docs/1.2/prefetching.html b/docs/1.2/prefetching.html
index 0738195..6579919 100644
--- a/docs/1.2/prefetching.html
+++ b/docs/1.2/prefetching.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Prefetching  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/primary-key-generation.html
--
diff --git a/docs/1.2/primary-key-generation.html 
b/docs/1.2/primary-key-generation.html
index 8a21aea..ceb49ac 100644
--- a/docs/1.2/primary-key-generation.html
+++ b/docs/1.2/primary-key-generation.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Primary Key Generation  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/qualifier-expressions.html
--
diff --git a/docs/1.2/qualifier-expressions.html 
b/docs/1.2/qualifier-expressions.html
index c865498..2b71b64 100644
--- a/docs/1.2/qualifier-expressions.html
+++ b/docs/1.2/qualifier-expressions.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Qualifier Expressions  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/1.2/queries-stored-in-datamap.html
--
diff --git a/docs/1.2/queries-stored-in-datamap.html 
b/docs/1.2/queries-stored-in-datamap.html
index 18c8168..5f00c41 100644
--- a/docs/1.2/queries-stored-in-datamap.html
+++ b/docs/1.2/queries-stored-in-datamap.html
@@ -13,7 +13,7 @@
  

[03/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/modeling-enumerations.html
--
diff --git a/docs/3.0/modeling-enumerations.html 
b/docs/3.0/modeling-enumerations.html
index 5d3db4f..94a5c39 100644
--- a/docs/3.0/modeling-enumerations.html
+++ b/docs/3.0/modeling-enumerations.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Enumerations  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/modeling-inheritance.html
--
diff --git a/docs/3.0/modeling-inheritance.html 
b/docs/3.0/modeling-inheritance.html
index a1a3000..fd90f15 100644
--- a/docs/3.0/modeling-inheritance.html
+++ b/docs/3.0/modeling-inheritance.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Inheritance  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/modeling-object-layer.html
--
diff --git a/docs/3.0/modeling-object-layer.html 
b/docs/3.0/modeling-object-layer.html
index a11253c..26684a8 100644
--- a/docs/3.0/modeling-object-layer.html
+++ b/docs/3.0/modeling-object-layer.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Object Layer  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/modeling-objentities.html
--
diff --git a/docs/3.0/modeling-objentities.html 
b/docs/3.0/modeling-objentities.html
index 58206a7..d006680 100644
--- a/docs/3.0/modeling-objentities.html
+++ b/docs/3.0/modeling-objentities.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling ObjEntities  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/modeling-queries.html
--
diff --git a/docs/3.0/modeling-queries.html b/docs/3.0/modeling-queries.html
index a4042fc..a2cd87c 100644
--- a/docs/3.0/modeling-queries.html
+++ b/docs/3.0/modeling-queries.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Queries  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/modeling-remote-persistence.html
--
diff --git a/docs/3.0/modeling-remote-persistence.html 
b/docs/3.0/modeling-remote-persistence.html
index 91af139..025e908 100644
--- a/docs/3.0/modeling-remote-persistence.html
+++ b/docs/3.0/modeling-remote-persistence.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Remote Persistence  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/3.0/modeling-single-table-inheritance.html
--
diff --git a/docs/3.0/modeling-single-table-inheritance.html 
b/docs/3.0/modeling-single-table-inheritance.html
index cde63f5..5114190 100644
--- 

[13/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/css/styles-c50fffa94d.css
--
diff --git a/css/styles-c50fffa94d.css b/css/styles-c50fffa94d.css
deleted file mode 100644
index dae4c31..000
--- a/css/styles-c50fffa94d.css
+++ /dev/null
@@ -1,4 +0,0 @@
-@charset 
"UTF-8";.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag
 
.hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class
 
.hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-extralight.eot);src:url(fonts/montserrat-extralight.eot?#iefix)
 for
 mat("embedded-opentype"),url(fonts/montserrat-extralight.woff) 
format("woff"),url(fonts/montserrat-extralight.ttf) 
format("truetype"),url(fonts/montserrat-extralight.svg#montserrat) 
format("svg");font-style:normal;font-weight:200}@font-face{font-family:montserrat;src:url(fonts/montserrat-light.eot);src:url(fonts/montserrat-light.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-light.woff) 
format("woff"),url(fonts/montserrat-light.ttf) 
format("truetype"),url(fonts/montserrat-light.svg#montserrat) 
format("svg");font-style:normal;font-weight:300}@font-face{font-family:montserrat;src:url(fonts/montserrat-regular.eot);src:url(fonts/montserrat-regular.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-regular.woff) 
format("woff"),url(fonts/montserrat-regular.ttf) 
format("truetype"),url(fonts/montserrat-regular.svg#montserrat) 
format("svg");font-style:normal;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-italic.eot);src:url(fonts/montserrat
 -italic.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-italic.woff) 
format("woff"),url(fonts/montserrat-italic.ttf) 
format("truetype"),url(fonts/montserrat-italic.svg#montserrat) 
format("svg");font-style:italic;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-medium.eot);src:url(fonts/montserrat-medium.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-medium.woff) 
format("woff"),url(fonts/montserrat-medium.ttf) 
format("truetype"),url(fonts/montserrat-medium.svg#montserrat) 
format("svg");font-style:normal;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montserrat-mediumitalic.eot);src:url(fonts/montserrat-mediumitalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-mediumitalic.woff) 
format("woff"),url(fonts/montserrat-mediumitalic.ttf) 
format("truetype"),url(fonts/montserrat-mediumitalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montse
 rrat-semibold.eot);src:url(fonts/montserrat-semibold.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-semibold.woff) 
format("woff"),url(fonts/montserrat-semibold.ttf) 
format("truetype"),url(fonts/montserrat-semibold.svg#montserrat) 
format("svg");font-style:normal;font-weight:600}@font-face{font-family:montserrat;src:url(fonts/montserrat-bold.eot);src:url(fonts/montserrat-bold.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bold.woff) 
format("woff"),url(fonts/montserrat-bold.ttf) 
format("truetype"),url(fonts/montserrat-bold.svg#montserrat) 
format("svg");font-style:normal;font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-bolditalic.eot);src:url(fonts/montserrat-bolditalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bolditalic.woff) 
format("woff"),url(fonts/montserrat-bolditalic.ttf) 
format("truetype"),url(fonts/montserrat-bolditalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:700}/*!
- *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
- 
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix=4.7.0)
 format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) 
format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) 
format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) 
format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
 

[01/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 209aeb391 -> 00accaa0a


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/index.html
--
diff --git a/docs/index.html b/docs/index.html
index 9a4f104..4d2dd65 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Documentation  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/download/index.html
--
diff --git a/download/index.html b/download/index.html
index 44fe1fe..dbc6195 100644
--- a/download/index.html
+++ b/download/index.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Download  Apache Cayenne
 
@@ -24,7 +24,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/favicon.ico
--
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 000..3c6a901
Binary files /dev/null and b/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/how-can-i-help.html
--
diff --git a/how-can-i-help.html b/how-can-i-help.html
index 58cbd0c..199141a 100644
--- a/how-can-i-help.html
+++ b/how-can-i-help.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 How can I help?  Apache Cayenne
 
@@ -24,7 +24,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/index.html
--
diff --git a/index.html b/index.html
index 9f85cb6..825989f 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Apache Cayenne
 
@@ -24,7 +24,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/mailing-lists.html
--
diff --git a/mailing-lists.html b/mailing-lists.html
index e4ba2a7..8266244 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Mailing Lists  Apache Cayenne
 
@@ -24,7 +24,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/news/index.html
--
diff --git a/news/index.html b/news/index.html
index 65d2dd8..9962814 100644
--- a/news/index.html
+++ b/news/index.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 News  Apache Cayenne
 
@@ -24,7 +24,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   
@@ -119,7 +119,7 @@
 
 http://54.84.229.93/2017/03/cayenne-40M5-released.html;>
 Cayenne 4.0 Milestone 5 Released
-07 Mar 2017
+06 Mar 2017
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/privacy-policy.html
--
diff --git a/privacy-policy.html b/privacy-policy.html
index 

[05/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/tutorial-object-relational-mapping.html
--
diff --git a/docs/2.0/tutorial-object-relational-mapping.html 
b/docs/2.0/tutorial-object-relational-mapping.html
index 474dfa8..ca75699 100644
--- a/docs/2.0/tutorial-object-relational-mapping.html
+++ b/docs/2.0/tutorial-object-relational-mapping.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Tutorial Object Relational Mapping  Apache 
Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/tutorial-selectquery.html
--
diff --git a/docs/2.0/tutorial-selectquery.html 
b/docs/2.0/tutorial-selectquery.html
index b8929b0..9831f98 100644
--- a/docs/2.0/tutorial-selectquery.html
+++ b/docs/2.0/tutorial-selectquery.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Tutorial SelectQuery  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/tutorial-setup.html
--
diff --git a/docs/2.0/tutorial-setup.html b/docs/2.0/tutorial-setup.html
index 30c20d0..f7463c5 100644
--- a/docs/2.0/tutorial-setup.html
+++ b/docs/2.0/tutorial-setup.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Tutorial Setup  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/tutorial-starting-mapping-project.html
--
diff --git a/docs/2.0/tutorial-starting-mapping-project.html 
b/docs/2.0/tutorial-starting-mapping-project.html
index 52b39c8..3a4a448 100644
--- a/docs/2.0/tutorial-starting-mapping-project.html
+++ b/docs/2.0/tutorial-starting-mapping-project.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Tutorial Starting Mapping Project  Apache 
Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/tutorial-webapp.html
--
diff --git a/docs/2.0/tutorial-webapp.html b/docs/2.0/tutorial-webapp.html
index 8090a23..4e2932f 100644
--- a/docs/2.0/tutorial-webapp.html
+++ b/docs/2.0/tutorial-webapp.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Tutorial Webapp  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/understanding-transactions.html
--
diff --git a/docs/2.0/understanding-transactions.html 
b/docs/2.0/understanding-transactions.html
index 505cbed..55e9c20 100644
--- a/docs/2.0/understanding-transactions.html
+++ b/docs/2.0/understanding-transactions.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Understanding Transactions  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/upgrade.html
--
diff --git a/docs/2.0/upgrade.html b/docs/2.0/upgrade.html
index f8560d1..909191b 100644
--- 

[11/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/database-support.html
--
diff --git a/database-support.html b/database-support.html
index f68054e..f2876ca 100644
--- a/database-support.html
+++ b/database-support.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Database Support  Apache Cayenne
 
@@ -24,7 +24,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   
@@ -143,7 +143,7 @@ All databases below have custom Cayenne DbAdapters and are 
automatically recogni
 
 
 
-H2
+http://www.h2database.com/;>H2
 org.h2.Driver
 jdbc:h2:mem:myTestMem;MVCC=TRUE
 embedded in-memory
@@ -164,7 +164,7 @@ All databases below have custom Cayenne DbAdapters and are 
automatically recogni
 
 
 
-OpenBase
+http://www.openbase.com;>OpenBase
 com.openbase.jdbc.ObDriver
 jdbc:openbase://127.0.0.1/dbname
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/dev/building-cayenne.html
--
diff --git a/dev/building-cayenne.html b/dev/building-cayenne.html
index 934a3d2..92e6c8a 100644
--- a/dev/building-cayenne.html
+++ b/dev/building-cayenne.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Building Cayenne  Apache Cayenne
 
@@ -24,7 +24,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/dev/cms-guide.html
--
diff --git a/dev/cms-guide.html b/dev/cms-guide.html
index f54324b..4d23834 100644
--- a/dev/cms-guide.html
+++ b/dev/cms-guide.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Guide to Cayenne CMS  Apache Cayenne
 
@@ -24,7 +24,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/dev/code-repository.html
--
diff --git a/dev/code-repository.html b/dev/code-repository.html
index 4d8c930..f537a48 100644
--- a/dev/code-repository.html
+++ b/dev/code-repository.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Code Repository  Apache Cayenne
 
@@ -24,7 +24,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/dev/eclipse.html
--
diff --git a/dev/eclipse.html b/dev/eclipse.html
index 05a506d..859a582 100644
--- a/dev/eclipse.html
+++ b/dev/eclipse.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Working with Cayenne code in Eclipse  Apache 
Cayenne
 
@@ -24,7 +24,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/dev/how_development_happens.html
--
diff --git a/dev/how_development_happens.html b/dev/how_development_happens.html
index f5d3c24..cc87cdb 100644
--- a/dev/how_development_happens.html
+++ b/dev/how_development_happens.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 How development happens  Apache Cayenne
 
@@ -24,7 +24,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/dev/index.html
--
diff --git a/dev/index.html b/dev/index.html
index b6e77c2..1402b74 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -13,7 +13,7 @@
 
 

[07/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/dbadapter.html
--
diff --git a/docs/2.0/dbadapter.html b/docs/2.0/dbadapter.html
index f1302a0..c77eb32 100644
--- a/docs/2.0/dbadapter.html
+++ b/docs/2.0/dbadapter.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DbAdapter  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   
@@ -152,7 +152,7 @@
 
 
 
-org.apache.cayenne.dba.DbAdapter interface is used in Cayenne for 
an additional portability layer sitting on top of JDBC. There is one generic 
implementation of DbAdapter provided with Cayenne (JdbcAdapter) and also a 
subclass of JdbcAdapter for each database that is officially supported by 
Cayenne. Users can create their own adapter implementations as well (some hints 
are given here).
+org.apache.cayenne.dba.DbAdapter interface is used in Cayenne for 
an additional portability layer sitting on top of JDBC. There is one generic 
implementation of DbAdapter provided with Cayenne (JdbcAdapter) and also a 
subclass of JdbcAdapter for each database that is officially supported by 
Cayenne. Users can create their own adapter implementations as well (some hints 
are given here).
 
 DbAdapter Automatic 
Detection
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/dbcpdatasourcefactory.html
--
diff --git a/docs/2.0/dbcpdatasourcefactory.html 
b/docs/2.0/dbcpdatasourcefactory.html
index 3a00c11..309c13f 100644
--- a/docs/2.0/dbcpdatasourcefactory.html
+++ b/docs/2.0/dbcpdatasourcefactory.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DBCPDataSourceFactory  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/delete-rules.html
--
diff --git a/docs/2.0/delete-rules.html b/docs/2.0/delete-rules.html
index 0d12e02..1b199cf 100644
--- a/docs/2.0/delete-rules.html
+++ b/docs/2.0/delete-rules.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Delete Rules  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/deleting-objects.html
--
diff --git a/docs/2.0/deleting-objects.html b/docs/2.0/deleting-objects.html
index adb56eb..a80188d 100644
--- a/docs/2.0/deleting-objects.html
+++ b/docs/2.0/deleting-objects.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Deleting Objects  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/deployment-with-ant.html
--
diff --git a/docs/2.0/deployment-with-ant.html 
b/docs/2.0/deployment-with-ant.html
index 173b3d0..37870bc 100644
--- a/docs/2.0/deployment-with-ant.html
+++ b/docs/2.0/deployment-with-ant.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+http://54.84.229.93/css/styles-c8a3174abc.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Deployment with Ant  Apache Cayenne
 
@@ -21,7 +21,7 @@
 
 
   
-
+
 
   Apache Software Foundation
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/docs/2.0/deployment.html
--
diff --git a/docs/2.0/deployment.html b/docs/2.0/deployment.html
index 4f67c12..5d1ec5d 100644
--- a/docs/2.0/deployment.html
+++ b/docs/2.0/deployment.html
@@ -13,7 +13,7 @@
 
 
 
-http://54.84.229.93/css/styles-c50fffa94d.css"/>
+

[12/14] cayenne-website git commit: test publish

2018-01-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/00accaa0/css/styles-c8a3174abc.css
--
diff --git a/css/styles-c8a3174abc.css b/css/styles-c8a3174abc.css
new file mode 100644
index 000..5d5d081
--- /dev/null
+++ b/css/styles-c8a3174abc.css
@@ -0,0 +1,4 @@
+@charset 
"UTF-8";.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag
 
.hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class
 
.hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-extralight.eot);src:url(fonts/montserrat-extralight.eot?#iefix)
 for
 mat("embedded-opentype"),url(fonts/montserrat-extralight.woff) 
format("woff"),url(fonts/montserrat-extralight.ttf) 
format("truetype"),url(fonts/montserrat-extralight.svg#montserrat) 
format("svg");font-style:normal;font-weight:200}@font-face{font-family:montserrat;src:url(fonts/montserrat-light.eot);src:url(fonts/montserrat-light.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-light.woff) 
format("woff"),url(fonts/montserrat-light.ttf) 
format("truetype"),url(fonts/montserrat-light.svg#montserrat) 
format("svg");font-style:normal;font-weight:300}@font-face{font-family:montserrat;src:url(fonts/montserrat-regular.eot);src:url(fonts/montserrat-regular.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-regular.woff) 
format("woff"),url(fonts/montserrat-regular.ttf) 
format("truetype"),url(fonts/montserrat-regular.svg#montserrat) 
format("svg");font-style:normal;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-italic.eot);src:url(fonts/montserrat
 -italic.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-italic.woff) 
format("woff"),url(fonts/montserrat-italic.ttf) 
format("truetype"),url(fonts/montserrat-italic.svg#montserrat) 
format("svg");font-style:italic;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-medium.eot);src:url(fonts/montserrat-medium.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-medium.woff) 
format("woff"),url(fonts/montserrat-medium.ttf) 
format("truetype"),url(fonts/montserrat-medium.svg#montserrat) 
format("svg");font-style:normal;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montserrat-mediumitalic.eot);src:url(fonts/montserrat-mediumitalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-mediumitalic.woff) 
format("woff"),url(fonts/montserrat-mediumitalic.ttf) 
format("truetype"),url(fonts/montserrat-mediumitalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montse
 rrat-semibold.eot);src:url(fonts/montserrat-semibold.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-semibold.woff) 
format("woff"),url(fonts/montserrat-semibold.ttf) 
format("truetype"),url(fonts/montserrat-semibold.svg#montserrat) 
format("svg");font-style:normal;font-weight:600}@font-face{font-family:montserrat;src:url(fonts/montserrat-bold.eot);src:url(fonts/montserrat-bold.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bold.woff) 
format("woff"),url(fonts/montserrat-bold.ttf) 
format("truetype"),url(fonts/montserrat-bold.svg#montserrat) 
format("svg");font-style:normal;font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-bolditalic.eot);src:url(fonts/montserrat-bolditalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bolditalic.woff) 
format("woff"),url(fonts/montserrat-bolditalic.ttf) 
format("truetype"),url(fonts/montserrat-bolditalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:700}/*!
+ *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
+ 
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix=4.7.0)
 format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) 
format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) 
format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) 
format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
 

cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 4cc4820f7 -> 209aeb391


test publish


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

Branch: refs/heads/asf-site
Commit: 209aeb391033d1bb4b7b40a47826a7460e88ed26
Parents: 4cc4820
Author: Nikita Timofeev 
Authored: Fri Jan 12 17:35:05 2018 +0300
Committer: Nikita Timofeev 
Committed: Fri Jan 12 17:35:05 2018 +0300

--
 docs/4.0/getting-started-guide/index.html   |  10 ++
 .../images/idea-generated-classes.png   | Bin 207620 -> 189767 bytes
 docs/4.1/getting-started-guide/index.html   |  14 +-
 3 files changed, 11 insertions(+), 13 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/209aeb39/docs/4.0/getting-started-guide/index.html
--
diff --git a/docs/4.0/getting-started-guide/index.html 
b/docs/4.0/getting-started-guide/index.html
index 13d1e2d..3ea0455 100644
--- a/docs/4.0/getting-started-guide/index.html
+++ b/docs/4.0/getting-started-guide/index.html
@@ -425,20 +425,22 @@
 modelVersion4.0.0/modelVersion
 groupIdorg.example.cayenne/groupId
 artifactIdtutorial/artifactId
-version0.0.1-SNAPSHOT/version(1)
+version0.0.1-SNAPSHOT/version
+properties
+cayenne.version4.0.B3-SNAPSHOT/cayenne.version (1)
+/properties
 
 dependencies
 dependency
 groupIdorg.apache.cayenne/groupId
 artifactIdcayenne-server/artifactId
-!-- Here specify the version of Cayenne you are actually using 
--
-version4.0.B3-SNAPSHOT/version
+version${cayenne.version}/version
 /dependency
 !--  For java.time.* types you need to use this dependency--
 dependency
 groupIdorg.apache.cayenne/groupId
 artifactIdcayenne-java8/artifactId
-version4.0.B3-SNAPSHOT/version
+version${cayenne.version}/version
 /dependency
 dependency
 groupIdorg.slf4j/groupId

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/209aeb39/docs/4.1/getting-started-guide/images/idea-generated-classes.png
--
diff --git a/docs/4.1/getting-started-guide/images/idea-generated-classes.png 
b/docs/4.1/getting-started-guide/images/idea-generated-classes.png
index 504dce5..66ac6cb 100644
Binary files a/docs/4.1/getting-started-guide/images/idea-generated-classes.png 
and b/docs/4.1/getting-started-guide/images/idea-generated-classes.png differ

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/209aeb39/docs/4.1/getting-started-guide/index.html
--
diff --git a/docs/4.1/getting-started-guide/index.html 
b/docs/4.1/getting-started-guide/index.html
index d845200..68c17b2 100644
--- a/docs/4.1/getting-started-guide/index.html
+++ b/docs/4.1/getting-started-guide/index.html
@@ -188,7 +188,7 @@

1.1. 
Install Java 
 
-Obviously, JDK has to be installed. Cayenne 4.0 requires JDK 1.7 or 
newer. 
+Obviously, JDK has to be installed. Cayenne 4.1 requires JDK 1.8 or 
newer. 
 


@@ -422,7 +422,7 @@
   
  
  
- Now go back to IDEA - you should see pairs of classes generated for 
each mapped entity. You probably also see that there’s a bunch of red 
squiggles next to the newly generated Java classes in IDEA. This is because our 
project does not include Cayenne as a Maven dependency yet. Let’s fix it now 
by adding "cayenne-server" and "cayenne-java8" artifacts in the bottom of the 
pom.xml file. Also we should tell Maven compile plugin that our 
project needs Java 8. The resulting POM should look like this: 
+ Now go back to IDEA - you should see pairs of classes generated for 
each mapped entity. You probably also see that there’s a bunch of red 
squiggles next to the newly generated Java classes in IDEA. This is because our 
project does not include Cayenne as a Maven dependency yet. Let’s fix it now 
by adding "cayenne-server" artifact in the bottom of the pom.xml 
file. Also we should tell Maven compile plugin that our project needs Java 8. 
The resulting POM should look like this: 
  
  
   
@@ -432,7 +432,9 @@
 groupIdorg.example.cayenne/groupId
 artifactIdtutorial/artifactId
 version0.0.1-SNAPSHOT/version
-cayenne.version4.1.M2-SNAPSHOT/version (1)
+properties
+cayenne.version4.1.M2-SNAPSHOT/cayenne.version (1)
+

[06/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/remote-object-persistence-comparison.html
--
diff --git a/docs/2.0/remote-object-persistence-comparison.html 
b/docs/2.0/remote-object-persistence-comparison.html
index 3d72eee..f314339 100644
--- a/docs/2.0/remote-object-persistence-comparison.html
+++ b/docs/2.0/remote-object-persistence-comparison.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/remote-object-persistence-cws-deployment.html
--
diff --git a/docs/2.0/remote-object-persistence-cws-deployment.html 
b/docs/2.0/remote-object-persistence-cws-deployment.html
index e1fb84d..77cfc72 100644
--- a/docs/2.0/remote-object-persistence-cws-deployment.html
+++ b/docs/2.0/remote-object-persistence-cws-deployment.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/remote-object-persistence-features.html
--
diff --git a/docs/2.0/remote-object-persistence-features.html 
b/docs/2.0/remote-object-persistence-features.html
index d542ba5..6d2f8a6 100644
--- a/docs/2.0/remote-object-persistence-features.html
+++ b/docs/2.0/remote-object-persistence-features.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/remote-object-persistence-guide.html
--
diff --git a/docs/2.0/remote-object-persistence-guide.html 
b/docs/2.0/remote-object-persistence-guide.html
index eff6939..6b95052 100644
--- a/docs/2.0/remote-object-persistence-guide.html
+++ b/docs/2.0/remote-object-persistence-guide.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/remote-object-persistence-installation.html
--
diff --git a/docs/2.0/remote-object-persistence-installation.html 
b/docs/2.0/remote-object-persistence-installation.html
index cfce7dd..c03c184 100644
--- a/docs/2.0/remote-object-persistence-installation.html
+++ b/docs/2.0/remote-object-persistence-installation.html
@@ -52,7 +52,7 @@
 

[12/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/common-modeling-tasks.html
--
diff --git a/docs/1.2/common-modeling-tasks.html 
b/docs/1.2/common-modeling-tasks.html
index f90ddf2..54c723c 100644
--- a/docs/1.2/common-modeling-tasks.html
+++ b/docs/1.2/common-modeling-tasks.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/configuring-caching-behavior.html
--
diff --git a/docs/1.2/configuring-caching-behavior.html 
b/docs/1.2/configuring-caching-behavior.html
index 0b376f8..bbd4d42 100644
--- a/docs/1.2/configuring-caching-behavior.html
+++ b/docs/1.2/configuring-caching-behavior.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/configuring-deployment-settings.html
--
diff --git a/docs/1.2/configuring-deployment-settings.html 
b/docs/1.2/configuring-deployment-settings.html
index c8747e7..9a0d97d 100644
--- a/docs/1.2/configuring-deployment-settings.html
+++ b/docs/1.2/configuring-deployment-settings.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/configuring-logging.html
--
diff --git a/docs/1.2/configuring-logging.html 
b/docs/1.2/configuring-logging.html
index 7179a8a..dda354f 100644
--- a/docs/1.2/configuring-logging.html
+++ b/docs/1.2/configuring-logging.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/configuring-object-validation.html
--
diff --git a/docs/1.2/configuring-object-validation.html 
b/docs/1.2/configuring-object-validation.html
index eca054f..179158b 100644
--- a/docs/1.2/configuring-object-validation.html
+++ b/docs/1.2/configuring-object-validation.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 

[05/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/using-jndi.html
--
diff --git a/docs/2.0/using-jndi.html b/docs/2.0/using-jndi.html
index 3749685..2e75d4d 100644
--- a/docs/2.0/using-jndi.html
+++ b/docs/2.0/using-jndi.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/using-orderings.html
--
diff --git a/docs/2.0/using-orderings.html b/docs/2.0/using-orderings.html
index bd25ab0..234f697 100644
--- a/docs/2.0/using-orderings.html
+++ b/docs/2.0/using-orderings.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/web-applications.html
--
diff --git a/docs/2.0/web-applications.html b/docs/2.0/web-applications.html
index bb0f510..544adff 100644
--- a/docs/2.0/web-applications.html
+++ b/docs/2.0/web-applications.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/accessing-pk-and-fk-values.html
--
diff --git a/docs/3.0/accessing-pk-and-fk-values.html 
b/docs/3.0/accessing-pk-and-fk-values.html
index 5c86c20..1fe4a37 100644
--- a/docs/3.0/accessing-pk-and-fk-values.html
+++ b/docs/3.0/accessing-pk-and-fk-values.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/advanced-sqltemplate.html
--
diff --git a/docs/3.0/advanced-sqltemplate.html 
b/docs/3.0/advanced-sqltemplate.html
index a7e498c..294ef5a 100644
--- a/docs/3.0/advanced-sqltemplate.html
+++ b/docs/3.0/advanced-sqltemplate.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 

[07/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/introduction-to-cayennemodeler.html
--
diff --git a/docs/2.0/introduction-to-cayennemodeler.html 
b/docs/2.0/introduction-to-cayennemodeler.html
index ed0a696..cb58776 100644
--- a/docs/2.0/introduction-to-cayennemodeler.html
+++ b/docs/2.0/introduction-to-cayennemodeler.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/introduction.html
--
diff --git a/docs/2.0/introduction.html b/docs/2.0/introduction.html
index 7baddfc..f86fb03 100644
--- a/docs/2.0/introduction.html
+++ b/docs/2.0/introduction.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/iterating-through-data-rows.html
--
diff --git a/docs/2.0/iterating-through-data-rows.html 
b/docs/2.0/iterating-through-data-rows.html
index 8c76cbf..03c09c8 100644
--- a/docs/2.0/iterating-through-data-rows.html
+++ b/docs/2.0/iterating-through-data-rows.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/jar-files-and-dependencies.html
--
diff --git a/docs/2.0/jar-files-and-dependencies.html 
b/docs/2.0/jar-files-and-dependencies.html
index d932a05..592d192 100644
--- a/docs/2.0/jar-files-and-dependencies.html
+++ b/docs/2.0/jar-files-and-dependencies.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/java-interface-to-an-existing-database.html
--
diff --git a/docs/2.0/java-interface-to-an-existing-database.html 
b/docs/2.0/java-interface-to-an-existing-database.html
index 7f088cb..826240c 100644
--- a/docs/2.0/java-interface-to-an-existing-database.html
+++ b/docs/2.0/java-interface-to-an-existing-database.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 

[09/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/tutorial-generate-database-and-java-classes.html
--
diff --git a/docs/1.2/tutorial-generate-database-and-java-classes.html 
b/docs/1.2/tutorial-generate-database-and-java-classes.html
index 5300454..95fb07d 100644
--- a/docs/1.2/tutorial-generate-database-and-java-classes.html
+++ b/docs/1.2/tutorial-generate-database-and-java-classes.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/tutorial-mapping-query.html
--
diff --git a/docs/1.2/tutorial-mapping-query.html 
b/docs/1.2/tutorial-mapping-query.html
index 050722f..2df89c7 100644
--- a/docs/1.2/tutorial-mapping-query.html
+++ b/docs/1.2/tutorial-mapping-query.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/tutorial-object-relational-mapping.html
--
diff --git a/docs/1.2/tutorial-object-relational-mapping.html 
b/docs/1.2/tutorial-object-relational-mapping.html
index 255d02a..e969b01 100644
--- a/docs/1.2/tutorial-object-relational-mapping.html
+++ b/docs/1.2/tutorial-object-relational-mapping.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/tutorial-selectquery.html
--
diff --git a/docs/1.2/tutorial-selectquery.html 
b/docs/1.2/tutorial-selectquery.html
index f9ecec6..6bf82ef 100644
--- a/docs/1.2/tutorial-selectquery.html
+++ b/docs/1.2/tutorial-selectquery.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/tutorial-setup.html
--
diff --git a/docs/1.2/tutorial-setup.html b/docs/1.2/tutorial-setup.html
index 44ef88e..5f35826 100644
--- a/docs/1.2/tutorial-setup.html
+++ b/docs/1.2/tutorial-setup.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 

[01/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 1ec67484d -> 4cc4820f7


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/tutorial-dataobjects.html
--
diff --git a/docs/3.0/tutorial-dataobjects.html 
b/docs/3.0/tutorial-dataobjects.html
index 6f16367..8e884e3 100644
--- a/docs/3.0/tutorial-dataobjects.html
+++ b/docs/3.0/tutorial-dataobjects.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/tutorial-delete.html
--
diff --git a/docs/3.0/tutorial-delete.html b/docs/3.0/tutorial-delete.html
index 1d38226..f863069 100644
--- a/docs/3.0/tutorial-delete.html
+++ b/docs/3.0/tutorial-delete.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/tutorial-generate-database-and-java-classes.html
--
diff --git a/docs/3.0/tutorial-generate-database-and-java-classes.html 
b/docs/3.0/tutorial-generate-database-and-java-classes.html
index 39191b8..6e3912b 100644
--- a/docs/3.0/tutorial-generate-database-and-java-classes.html
+++ b/docs/3.0/tutorial-generate-database-and-java-classes.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/tutorial-java-classes.html
--
diff --git a/docs/3.0/tutorial-java-classes.html 
b/docs/3.0/tutorial-java-classes.html
index 640891a..77f8df1 100644
--- a/docs/3.0/tutorial-java-classes.html
+++ b/docs/3.0/tutorial-java-classes.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/tutorial-mapping-query.html
--
diff --git a/docs/3.0/tutorial-mapping-query.html 
b/docs/3.0/tutorial-mapping-query.html
index 3818dd9..a21b3dd 100644
--- a/docs/3.0/tutorial-mapping-query.html
+++ b/docs/3.0/tutorial-mapping-query.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 

[03/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/java-interface-to-an-existing-database.html
--
diff --git a/docs/3.0/java-interface-to-an-existing-database.html 
b/docs/3.0/java-interface-to-an-existing-database.html
index 9d98996..f7ceb9c 100644
--- a/docs/3.0/java-interface-to-an-existing-database.html
+++ b/docs/3.0/java-interface-to-an-existing-database.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/license.html
--
diff --git a/docs/3.0/license.html b/docs/3.0/license.html
index a667cf7..5c65c7b 100644
--- a/docs/3.0/license.html
+++ b/docs/3.0/license.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/lifecycle-callbacks.html
--
diff --git a/docs/3.0/lifecycle-callbacks.html 
b/docs/3.0/lifecycle-callbacks.html
index 4f6d495..4449710 100644
--- a/docs/3.0/lifecycle-callbacks.html
+++ b/docs/3.0/lifecycle-callbacks.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/local-datasources.html
--
diff --git a/docs/3.0/local-datasources.html b/docs/3.0/local-datasources.html
index 486e902..2a90281 100644
--- a/docs/3.0/local-datasources.html
+++ b/docs/3.0/local-datasources.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/many-to-many-relationships.html
--
diff --git a/docs/3.0/many-to-many-relationships.html 
b/docs/3.0/many-to-many-relationships.html
index 59c9005..b2707a2 100644
--- a/docs/3.0/many-to-many-relationships.html
+++ b/docs/3.0/many-to-many-relationships.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 

[13/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
test publish


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

Branch: refs/heads/asf-site
Commit: 4cc4820f745c85195802a6a1063171ea4a68cfcd
Parents: 1ec6748
Author: Nikita Timofeev 
Authored: Fri Jan 12 16:20:58 2018 +0300
Committer: Nikita Timofeev 
Committed: Fri Jan 12 16:20:58 2018 +0300

--
 2014/09/cayenne-31-released.html|  2 +-
 2015/03/cayenne-40m2-released.html  |  2 +-
 2016/02/cayenne-40m3-released.html  |  2 +-
 2016/05/cayenne-311-released.html   |  2 +-
 2016/12/cayenne-40M4-released.html  |  2 +-
 2017/03/cayenne-40M5-released.html  |  2 +-
 2017/06/cayenne-40B1-released.html  |  2 +-
 2017/10/cayenne-40B2-released.html  |  2 +-
 2017/10/cayenne-41m1-released.html  |  2 +-
 2017/11/cayenne-312-released.html   |  2 +-
 404.html|  2 +-
 about/index.html|  2 +-
 about/support/index.html|  2 +-
 collaboration/index.html|  2 +-
 contributors.html   |  2 +-
 database-support.html   |  2 +-
 dev/building-cayenne.html   |  2 +-
 dev/cms-guide.html  |  2 +-
 dev/code-repository.html|  2 +-
 dev/eclipse.html|  2 +-
 dev/how_development_happens.html|  2 +-
 dev/index.html  |  2 +-
 dev/release-guide.html  |  2 +-
 dev/running-unit-tests.html |  2 +-
 docs/1.2/accessing-pk-and-fk-values.html|  4 ++--
 docs/1.2/acknowledgments.html   |  4 ++--
 docs/1.2/ant-tasks.html |  4 ++--
 docs/1.2/building-expressions.html  |  4 ++--
 docs/1.2/caching-lookup-tables.html |  4 ++--
 docs/1.2/caching-query-results.html |  4 ++--
 docs/1.2/cayenne-contract.html  |  4 ++--
 docs/1.2/cayenne-datamaps.html  |  4 ++--
 docs/1.2/cayenne-project-structure.html |  4 ++--
 docs/1.2/cayenne-projects.html  |  4 ++--
 docs/1.2/cayenne-user-directory.html|  4 ++--
 docs/1.2/cayennemodeler-and-eclipse.html|  4 ++--
 .../1.2/cayennemodeler-flattened-relationships.html |  4 ++--
 docs/1.2/cdataport.html |  4 ++--
 docs/1.2/cdbgen.html|  4 ++--
 docs/1.2/cdeploy.html   |  4 ++--
 docs/1.2/cgen.html  |  4 ++--
 docs/1.2/classpath.html |  4 ++--
 docs/1.2/common-modeling-tasks.html |  4 ++--
 docs/1.2/configuring-caching-behavior.html  |  4 ++--
 docs/1.2/configuring-deployment-settings.html   |  4 ++--
 docs/1.2/configuring-logging.html   |  4 ++--
 docs/1.2/configuring-object-validation.html |  4 ++--
 docs/1.2/configuring-transactional-behavior.html|  4 ++--
 .../converting-an-existing-business-framework.html  |  4 ++--
 docs/1.2/create-datanode.html   |  4 ++--
 docs/1.2/create-new-project.html|  4 ++--
 docs/1.2/customizing-configuration.html |  4 ++--
 docs/1.2/customizing-queries.html   |  4 ++--
 docs/1.2/customizing.html   |  4 ++--
 docs/1.2/data-rows.html |  4 ++--
 docs/1.2/datachannel.html   |  4 ++--
 docs/1.2/datacontext.html   |  4 ++--
 docs/1.2/datacontextdelegate.html   |  4 ++--
 docs/1.2/datacontextfactory.html|  4 ++--
 docs/1.2/datanode.html  |  4 ++--
 docs/1.2/dataobject-state-management.html   |  4 ++--
 docs/1.2/dataobject-validation.html |  4 ++--
 docs/1.2/dataobjects-example.html   |  4 ++--
 docs/1.2/dataobjects.html   |  4 ++--
 docs/1.2/dataobjectutils.html   |  4 ++--
 docs/1.2/datasource.html|  4 ++--
 docs/1.2/dataview-concepts.html |  4 ++--
 docs/1.2/dataviews-in-action.html   |  4 ++--
 docs/1.2/dataviews.html |  4 ++--
 docs/1.2/dbadapter.html

[11/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/generate-java-classes.html
--
diff --git a/docs/1.2/generate-java-classes.html 
b/docs/1.2/generate-java-classes.html
index f572ed8..86cd6da 100644
--- a/docs/1.2/generate-java-classes.html
+++ b/docs/1.2/generate-java-classes.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/generate-primary-key-support.html
--
diff --git a/docs/1.2/generate-primary-key-support.html 
b/docs/1.2/generate-primary-key-support.html
index ad9727a..1d1a3b8 100644
--- a/docs/1.2/generate-primary-key-support.html
+++ b/docs/1.2/generate-primary-key-support.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/generated-columns.html
--
diff --git a/docs/1.2/generated-columns.html b/docs/1.2/generated-columns.html
index 5d13adc..a700d97 100644
--- a/docs/1.2/generated-columns.html
+++ b/docs/1.2/generated-columns.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/generic-persistent-class.html
--
diff --git a/docs/1.2/generic-persistent-class.html 
b/docs/1.2/generic-persistent-class.html
index 601505e..d254f4f 100644
--- a/docs/1.2/generic-persistent-class.html
+++ b/docs/1.2/generic-persistent-class.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/guide-to-11-features.html
--
diff --git a/docs/1.2/guide-to-11-features.html 
b/docs/1.2/guide-to-11-features.html
index 8ba9aff..a9f3972 100644
--- a/docs/1.2/guide-to-11-features.html
+++ b/docs/1.2/guide-to-11-features.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 

[02/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/queries.html
--
diff --git a/docs/3.0/queries.html b/docs/3.0/queries.html
index ac0a754..8e60329 100644
--- a/docs/3.0/queries.html
+++ b/docs/3.0/queries.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/query-result-caching.html
--
diff --git a/docs/3.0/query-result-caching.html 
b/docs/3.0/query-result-caching.html
index aec3ff4..1ceb3e0 100644
--- a/docs/3.0/query-result-caching.html
+++ b/docs/3.0/query-result-caching.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/querychain.html
--
diff --git a/docs/3.0/querychain.html b/docs/3.0/querychain.html
index ca0e55b..c62e11c 100644
--- a/docs/3.0/querychain.html
+++ b/docs/3.0/querychain.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/relationshipquery.html
--
diff --git a/docs/3.0/relationshipquery.html b/docs/3.0/relationshipquery.html
index 6938131..f7728da 100644
--- a/docs/3.0/relationshipquery.html
+++ b/docs/3.0/relationshipquery.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/relationships.html
--
diff --git a/docs/3.0/relationships.html b/docs/3.0/relationships.html
index 9f6854a..d19c6e8 100644
--- a/docs/3.0/relationships.html
+++ b/docs/3.0/relationships.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 

[10/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/qualifier-expressions.html
--
diff --git a/docs/1.2/qualifier-expressions.html 
b/docs/1.2/qualifier-expressions.html
index 0f8adc4..c865498 100644
--- a/docs/1.2/qualifier-expressions.html
+++ b/docs/1.2/qualifier-expressions.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/queries-stored-in-datamap.html
--
diff --git a/docs/1.2/queries-stored-in-datamap.html 
b/docs/1.2/queries-stored-in-datamap.html
index 1ee9c1c..18c8168 100644
--- a/docs/1.2/queries-stored-in-datamap.html
+++ b/docs/1.2/queries-stored-in-datamap.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/queries.html
--
diff --git a/docs/1.2/queries.html b/docs/1.2/queries.html
index 5a2ace9..2e1539e 100644
--- a/docs/1.2/queries.html
+++ b/docs/1.2/queries.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/querychain.html
--
diff --git a/docs/1.2/querychain.html b/docs/1.2/querychain.html
index 2ef0e6f..aaf72bd 100644
--- a/docs/1.2/querychain.html
+++ b/docs/1.2/querychain.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/1.2/quick-start.html
--
diff --git a/docs/1.2/quick-start.html b/docs/1.2/quick-start.html
index 12a020f..6db4653 100644
--- a/docs/1.2/quick-start.html
+++ b/docs/1.2/quick-start.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 1.2
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 

[08/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/customizing.html
--
diff --git a/docs/2.0/customizing.html b/docs/2.0/customizing.html
index 9f3e115..117ce7b 100644
--- a/docs/2.0/customizing.html
+++ b/docs/2.0/customizing.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/data-rows.html
--
diff --git a/docs/2.0/data-rows.html b/docs/2.0/data-rows.html
index 4514368..4171d13 100644
--- a/docs/2.0/data-rows.html
+++ b/docs/2.0/data-rows.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/datachannel.html
--
diff --git a/docs/2.0/datachannel.html b/docs/2.0/datachannel.html
index a9360ff..0f3f5a4 100644
--- a/docs/2.0/datachannel.html
+++ b/docs/2.0/datachannel.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/datacontext.html
--
diff --git a/docs/2.0/datacontext.html b/docs/2.0/datacontext.html
index b028479..6e80ee2 100644
--- a/docs/2.0/datacontext.html
+++ b/docs/2.0/datacontext.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/2.0/datacontextdelegate.html
--
diff --git a/docs/2.0/datacontextdelegate.html 
b/docs/2.0/datacontextdelegate.html
index 458f1db..5937fd9 100644
--- a/docs/2.0/datacontextdelegate.html
+++ b/docs/2.0/datacontextdelegate.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 2.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
   

[04/13] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/datacontext.html
--
diff --git a/docs/3.0/datacontext.html b/docs/3.0/datacontext.html
index 09869a3..edd853a 100644
--- a/docs/3.0/datacontext.html
+++ b/docs/3.0/datacontext.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/datacontextdelegate.html
--
diff --git a/docs/3.0/datacontextdelegate.html 
b/docs/3.0/datacontextdelegate.html
index 8276faf..9c39738 100644
--- a/docs/3.0/datacontextdelegate.html
+++ b/docs/3.0/datacontextdelegate.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/datacontextfactory.html
--
diff --git a/docs/3.0/datacontextfactory.html b/docs/3.0/datacontextfactory.html
index 3f3ebae..e016c78 100644
--- a/docs/3.0/datacontextfactory.html
+++ b/docs/3.0/datacontextfactory.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/datanode.html
--
diff --git a/docs/3.0/datanode.html b/docs/3.0/datanode.html
index 69b884a..abc3af6 100644
--- a/docs/3.0/datanode.html
+++ b/docs/3.0/datanode.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 
(Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4cc4820f/docs/3.0/dataobject-state-management.html
--
diff --git a/docs/3.0/dataobject-state-management.html 
b/docs/3.0/dataobject-state-management.html
index 5d10a82..5dc09ec 100644
--- a/docs/3.0/dataobject-state-management.html
+++ b/docs/3.0/dataobject-state-management.html
@@ -52,7 +52,7 @@
 
 
 
-  DOCUMENTATION
+  DOCUMENTATION
 
 
 
@@ -95,7 +95,7 @@
 Cayenne Version 3.0
 
 
-Version 4.1 (Alpha)Version 4.0 (Beta)Version 3.1 (Stable)Version 3.0 
(Legacy)Version 
2.0 (Legacy)Version 1.2 (Legacy)
+Version 4.1 (Alpha)Version 4.0 

[8/8] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
test publish


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

Branch: refs/heads/asf-site
Commit: 1ec67484dfea0e01d0aecafa19ac8f7c08d44e08
Parents: e63936e
Author: Nikita Timofeev 
Authored: Fri Jan 12 13:11:59 2018 +0300
Committer: Nikita Timofeev 
Committed: Fri Jan 12 13:11:59 2018 +0300

--
 2014/09/cayenne-31-released.html|   2 ++
 2015/03/cayenne-40m2-released.html  |   2 ++
 2016/02/cayenne-40m3-released.html  |   2 ++
 2016/05/cayenne-311-released.html   |   2 ++
 2016/12/cayenne-40M4-released.html  |   2 ++
 2017/03/cayenne-40M5-released.html  |   2 ++
 2017/06/cayenne-40B1-released.html  |   2 ++
 2017/10/cayenne-40B2-released.html  |   2 ++
 2017/10/cayenne-41m1-released.html  |   2 ++
 2017/11/cayenne-312-released.html   |   2 ++
 404.html|   2 ++
 about/index.html|   2 ++
 about/support/index.html|   2 ++
 collaboration/index.html|   2 ++
 contributors.html   |   2 ++
 database-support.html   |   2 ++
 dev/building-cayenne.html   |   2 ++
 dev/cms-guide.html  |   2 ++
 dev/code-repository.html|   2 ++
 dev/eclipse.html|   2 ++
 dev/how_development_happens.html|   2 ++
 dev/index.html  |   2 ++
 dev/release-guide.html  |   2 ++
 dev/running-unit-tests.html |   2 ++
 docs/1.2/accessing-pk-and-fk-values.html|   2 ++
 docs/1.2/acknowledgments.html   |   2 ++
 docs/1.2/ant-tasks.html |   2 ++
 docs/1.2/building-expressions.html  |   2 ++
 docs/1.2/caching-lookup-tables.html |   2 ++
 docs/1.2/caching-query-results.html |   2 ++
 docs/1.2/cayenne-contract.html  |   2 ++
 docs/1.2/cayenne-datamaps.html  |   2 ++
 docs/1.2/cayenne-project-structure.html |   2 ++
 docs/1.2/cayenne-projects.html  |   2 ++
 docs/1.2/cayenne-user-directory.html|   2 ++
 docs/1.2/cayennemodeler-and-eclipse.html|   2 ++
 .../1.2/cayennemodeler-flattened-relationships.html |   2 ++
 docs/1.2/cdataport.html |   2 ++
 docs/1.2/cdbgen.html|   2 ++
 docs/1.2/cdeploy.html   |   2 ++
 docs/1.2/cgen.html  |   2 ++
 docs/1.2/classpath.html |   2 ++
 docs/1.2/common-modeling-tasks.html |   2 ++
 docs/1.2/configuring-caching-behavior.html  |   2 ++
 docs/1.2/configuring-deployment-settings.html   |   2 ++
 docs/1.2/configuring-logging.html   |   2 ++
 docs/1.2/configuring-object-validation.html |   2 ++
 docs/1.2/configuring-transactional-behavior.html|   2 ++
 .../converting-an-existing-business-framework.html  |   2 ++
 docs/1.2/create-datanode.html   |   2 ++
 docs/1.2/create-new-project.html|   2 ++
 docs/1.2/customizing-configuration.html |   2 ++
 docs/1.2/customizing-queries.html   |   2 ++
 docs/1.2/customizing.html   |   2 ++
 docs/1.2/data-rows.html |   2 ++
 docs/1.2/datachannel.html   |   2 ++
 docs/1.2/datacontext.html   |   2 ++
 docs/1.2/datacontextdelegate.html   |   2 ++
 docs/1.2/datacontextfactory.html|   2 ++
 docs/1.2/datanode.html  |   2 ++
 docs/1.2/dataobject-state-management.html   |   2 ++
 docs/1.2/dataobject-validation.html |   2 ++
 docs/1.2/dataobjects-example.html   |   2 ++
 docs/1.2/dataobjects.html   |   2 ++
 docs/1.2/dataobjectutils.html   |   2 ++
 docs/1.2/datasource.html|   2 ++
 docs/1.2/dataview-concepts.html |   2 ++
 docs/1.2/dataviews-in-action.html   |   2 ++
 docs/1.2/dataviews.html |   2 ++
 docs/1.2/dbadapter.html |   2 ++
 

[2/8] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/queries-stored-in-datamap.html
--
diff --git a/docs/3.0/queries-stored-in-datamap.html 
b/docs/3.0/queries-stored-in-datamap.html
index dc0f4a2..cce589d 100644
--- a/docs/3.0/queries-stored-in-datamap.html
+++ b/docs/3.0/queries-stored-in-datamap.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/queries.html
--
diff --git a/docs/3.0/queries.html b/docs/3.0/queries.html
index f4c0bb0..ac0a754 100644
--- a/docs/3.0/queries.html
+++ b/docs/3.0/queries.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/query-result-caching.html
--
diff --git a/docs/3.0/query-result-caching.html 
b/docs/3.0/query-result-caching.html
index 5667fc5..aec3ff4 100644
--- a/docs/3.0/query-result-caching.html
+++ b/docs/3.0/query-result-caching.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/querychain.html
--
diff --git a/docs/3.0/querychain.html b/docs/3.0/querychain.html
index 3aba5a0..ca0e55b 100644
--- a/docs/3.0/querychain.html
+++ b/docs/3.0/querychain.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/relationshipquery.html
--
diff --git a/docs/3.0/relationshipquery.html b/docs/3.0/relationshipquery.html
index 7df6957..6938131 100644
--- a/docs/3.0/relationshipquery.html
+++ b/docs/3.0/relationshipquery.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/relationships.html
--
diff --git a/docs/3.0/relationships.html b/docs/3.0/relationships.html
index b7bde06..9f6854a 100644
--- a/docs/3.0/relationships.html
+++ b/docs/3.0/relationships.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/remote-object-persistence-client-deployment.html
--
diff --git a/docs/3.0/remote-object-persistence-client-deployment.html 
b/docs/3.0/remote-object-persistence-client-deployment.html
index 7ec8dcd..21592ac 100644
--- a/docs/3.0/remote-object-persistence-client-deployment.html
+++ b/docs/3.0/remote-object-persistence-client-deployment.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/remote-object-persistence-coding-client.html
--
diff --git a/docs/3.0/remote-object-persistence-coding-client.html 
b/docs/3.0/remote-object-persistence-coding-client.html
index e57925a..031d3a1 100644
--- a/docs/3.0/remote-object-persistence-coding-client.html
+++ b/docs/3.0/remote-object-persistence-coding-client.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/remote-object-persistence-coding-server.html
--
diff --git a/docs/3.0/remote-object-persistence-coding-server.html 
b/docs/3.0/remote-object-persistence-coding-server.html
index 36aa89b..67fccd0 100644
--- a/docs/3.0/remote-object-persistence-coding-server.html
+++ b/docs/3.0/remote-object-persistence-coding-server.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/remote-object-persistence-comparison.html

[7/8] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/customizing-queries.html
--
diff --git a/docs/1.2/customizing-queries.html 
b/docs/1.2/customizing-queries.html
index c622a5e..62d5bcb 100644
--- a/docs/1.2/customizing-queries.html
+++ b/docs/1.2/customizing-queries.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/customizing.html
--
diff --git a/docs/1.2/customizing.html b/docs/1.2/customizing.html
index 9feddb4..bcfd4f2 100644
--- a/docs/1.2/customizing.html
+++ b/docs/1.2/customizing.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/data-rows.html
--
diff --git a/docs/1.2/data-rows.html b/docs/1.2/data-rows.html
index a74a047..9427514 100644
--- a/docs/1.2/data-rows.html
+++ b/docs/1.2/data-rows.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/datachannel.html
--
diff --git a/docs/1.2/datachannel.html b/docs/1.2/datachannel.html
index e888471..04ce30b 100644
--- a/docs/1.2/datachannel.html
+++ b/docs/1.2/datachannel.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/datacontext.html
--
diff --git a/docs/1.2/datacontext.html b/docs/1.2/datacontext.html
index 04fc04f..6118cb0 100644
--- a/docs/1.2/datacontext.html
+++ b/docs/1.2/datacontext.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/datacontextdelegate.html
--
diff --git a/docs/1.2/datacontextdelegate.html 
b/docs/1.2/datacontextdelegate.html
index 6bb2440..76fc5ae 100644
--- a/docs/1.2/datacontextdelegate.html
+++ b/docs/1.2/datacontextdelegate.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/datacontextfactory.html
--
diff --git a/docs/1.2/datacontextfactory.html b/docs/1.2/datacontextfactory.html
index 6d49413..9001200 100644
--- a/docs/1.2/datacontextfactory.html
+++ b/docs/1.2/datacontextfactory.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/datanode.html
--
diff --git a/docs/1.2/datanode.html b/docs/1.2/datanode.html
index 0cbb541..d785529 100644
--- a/docs/1.2/datanode.html
+++ b/docs/1.2/datanode.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/dataobject-state-management.html
--
diff --git a/docs/1.2/dataobject-state-management.html 
b/docs/1.2/dataobject-state-management.html
index fe50771..50495b5 100644
--- a/docs/1.2/dataobject-state-management.html
+++ b/docs/1.2/dataobject-state-management.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/dataobject-validation.html
--
diff --git a/docs/1.2/dataobject-validation.html 
b/docs/1.2/dataobject-validation.html
index 60991a4..7e62eb7 100644
--- a/docs/1.2/dataobject-validation.html
+++ b/docs/1.2/dataobject-validation.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>


[5/8] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/datacontextfactory.html
--
diff --git a/docs/2.0/datacontextfactory.html b/docs/2.0/datacontextfactory.html
index 0749541..e1b245c 100644
--- a/docs/2.0/datacontextfactory.html
+++ b/docs/2.0/datacontextfactory.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/datanode.html
--
diff --git a/docs/2.0/datanode.html b/docs/2.0/datanode.html
index 90d5848..1898a4f 100644
--- a/docs/2.0/datanode.html
+++ b/docs/2.0/datanode.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/dataobject-state-management.html
--
diff --git a/docs/2.0/dataobject-state-management.html 
b/docs/2.0/dataobject-state-management.html
index 77b0fc1..9a90adf 100644
--- a/docs/2.0/dataobject-state-management.html
+++ b/docs/2.0/dataobject-state-management.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/dataobject-validation.html
--
diff --git a/docs/2.0/dataobject-validation.html 
b/docs/2.0/dataobject-validation.html
index 2ca1b55..fad3926 100644
--- a/docs/2.0/dataobject-validation.html
+++ b/docs/2.0/dataobject-validation.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/dataobjects-example.html
--
diff --git a/docs/2.0/dataobjects-example.html 
b/docs/2.0/dataobjects-example.html
index 16eebfd..e2004bc 100644
--- a/docs/2.0/dataobjects-example.html
+++ b/docs/2.0/dataobjects-example.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/dataobjects.html
--
diff --git a/docs/2.0/dataobjects.html b/docs/2.0/dataobjects.html
index 11e9f64..c204d60 100644
--- a/docs/2.0/dataobjects.html
+++ b/docs/2.0/dataobjects.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/dataobjectutils.html
--
diff --git a/docs/2.0/dataobjectutils.html b/docs/2.0/dataobjectutils.html
index b620ba2..9e649f2 100644
--- a/docs/2.0/dataobjectutils.html
+++ b/docs/2.0/dataobjectutils.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/datasource.html
--
diff --git a/docs/2.0/datasource.html b/docs/2.0/datasource.html
index 5a5e547..5fd8608 100644
--- a/docs/2.0/datasource.html
+++ b/docs/2.0/datasource.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/dataview-concepts.html
--
diff --git a/docs/2.0/dataview-concepts.html b/docs/2.0/dataview-concepts.html
index 24aa391..68aa4d6 100644
--- a/docs/2.0/dataview-concepts.html
+++ b/docs/2.0/dataview-concepts.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/dataviews-in-action.html
--
diff --git a/docs/2.0/dataviews-in-action.html 
b/docs/2.0/dataviews-in-action.html
index f057497..36eae01 100644
--- a/docs/2.0/dataviews-in-action.html
+++ b/docs/2.0/dataviews-in-action.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>


[1/8] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site e63936ea1 -> 1ec67484d


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/index.html
--
diff --git a/index.html b/index.html
index 1b3d5f6..9fd4b48 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/mailing-lists.html
--
diff --git a/mailing-lists.html b/mailing-lists.html
index 4f53772..93e87ec 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/news/index.html
--
diff --git a/news/index.html b/news/index.html
index f9892ed..cd51d26 100644
--- a/news/index.html
+++ b/news/index.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/privacy-policy.html
--
diff --git a/privacy-policy.html b/privacy-policy.html
index f16444b..4d89ce1 100644
--- a/privacy-policy.html
+++ b/privacy-policy.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/success-stories.html
--
diff --git a/success-stories.html b/success-stories.html
index 23fe752..b4649b9 100644
--- a/success-stories.html
+++ b/success-stories.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/why-cayenne.html
--
diff --git a/why-cayenne.html b/why-cayenne.html
index 4ab7874..5d78172 100644
--- a/why-cayenne.html
+++ b/why-cayenne.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>



[3/8] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/datacontextdelegate.html
--
diff --git a/docs/3.0/datacontextdelegate.html 
b/docs/3.0/datacontextdelegate.html
index e399dfa..8276faf 100644
--- a/docs/3.0/datacontextdelegate.html
+++ b/docs/3.0/datacontextdelegate.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/datacontextfactory.html
--
diff --git a/docs/3.0/datacontextfactory.html b/docs/3.0/datacontextfactory.html
index ee8514a..3f3ebae 100644
--- a/docs/3.0/datacontextfactory.html
+++ b/docs/3.0/datacontextfactory.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/datanode.html
--
diff --git a/docs/3.0/datanode.html b/docs/3.0/datanode.html
index 0bd52d5..69b884a 100644
--- a/docs/3.0/datanode.html
+++ b/docs/3.0/datanode.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/dataobject-state-management.html
--
diff --git a/docs/3.0/dataobject-state-management.html 
b/docs/3.0/dataobject-state-management.html
index 9625ce8..5d10a82 100644
--- a/docs/3.0/dataobject-state-management.html
+++ b/docs/3.0/dataobject-state-management.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/dataobject-validation.html
--
diff --git a/docs/3.0/dataobject-validation.html 
b/docs/3.0/dataobject-validation.html
index 1cf30b8..c4c5ed6 100644
--- a/docs/3.0/dataobject-validation.html
+++ b/docs/3.0/dataobject-validation.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/dataobjects-example.html
--
diff --git a/docs/3.0/dataobjects-example.html 
b/docs/3.0/dataobjects-example.html
index 3ea13f5..82fbd17 100644
--- a/docs/3.0/dataobjects-example.html
+++ b/docs/3.0/dataobjects-example.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/dataobjects.html
--
diff --git a/docs/3.0/dataobjects.html b/docs/3.0/dataobjects.html
index d8e57d4..a769f10 100644
--- a/docs/3.0/dataobjects.html
+++ b/docs/3.0/dataobjects.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/dataobjectutils.html
--
diff --git a/docs/3.0/dataobjectutils.html b/docs/3.0/dataobjectutils.html
index c336962..d779273 100644
--- a/docs/3.0/dataobjectutils.html
+++ b/docs/3.0/dataobjectutils.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/datasource.html
--
diff --git a/docs/3.0/datasource.html b/docs/3.0/datasource.html
index 689f85a..ae1254e 100644
--- a/docs/3.0/datasource.html
+++ b/docs/3.0/datasource.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/3.0/dbadapter.html
--
diff --git a/docs/3.0/dbadapter.html b/docs/3.0/dbadapter.html
index 4724005..f06c803 100644
--- a/docs/3.0/dbadapter.html
+++ b/docs/3.0/dbadapter.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>


[6/8] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/remote-object-persistence-coding-client.html
--
diff --git a/docs/1.2/remote-object-persistence-coding-client.html 
b/docs/1.2/remote-object-persistence-coding-client.html
index 7b3c5aa..560b3f8 100644
--- a/docs/1.2/remote-object-persistence-coding-client.html
+++ b/docs/1.2/remote-object-persistence-coding-client.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/remote-object-persistence-coding-server.html
--
diff --git a/docs/1.2/remote-object-persistence-coding-server.html 
b/docs/1.2/remote-object-persistence-coding-server.html
index d84b7c8..00ba072 100644
--- a/docs/1.2/remote-object-persistence-coding-server.html
+++ b/docs/1.2/remote-object-persistence-coding-server.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/remote-object-persistence-comparison.html
--
diff --git a/docs/1.2/remote-object-persistence-comparison.html 
b/docs/1.2/remote-object-persistence-comparison.html
index e8e63de..3dbf98f 100644
--- a/docs/1.2/remote-object-persistence-comparison.html
+++ b/docs/1.2/remote-object-persistence-comparison.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/remote-object-persistence-cws-deployment.html
--
diff --git a/docs/1.2/remote-object-persistence-cws-deployment.html 
b/docs/1.2/remote-object-persistence-cws-deployment.html
index 630a008..b826c21 100644
--- a/docs/1.2/remote-object-persistence-cws-deployment.html
+++ b/docs/1.2/remote-object-persistence-cws-deployment.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/remote-object-persistence-features.html
--
diff --git a/docs/1.2/remote-object-persistence-features.html 
b/docs/1.2/remote-object-persistence-features.html
index 6119301..ab1e2af 100644
--- a/docs/1.2/remote-object-persistence-features.html
+++ b/docs/1.2/remote-object-persistence-features.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/remote-object-persistence-guide.html
--
diff --git a/docs/1.2/remote-object-persistence-guide.html 
b/docs/1.2/remote-object-persistence-guide.html
index 022800b..5eac231 100644
--- a/docs/1.2/remote-object-persistence-guide.html
+++ b/docs/1.2/remote-object-persistence-guide.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/remote-object-persistence-installation.html
--
diff --git a/docs/1.2/remote-object-persistence-installation.html 
b/docs/1.2/remote-object-persistence-installation.html
index 80dbbb8..21af35a 100644
--- a/docs/1.2/remote-object-persistence-installation.html
+++ b/docs/1.2/remote-object-persistence-installation.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/remote-object-persistence-introduction.html
--
diff --git a/docs/1.2/remote-object-persistence-introduction.html 
b/docs/1.2/remote-object-persistence-introduction.html
index 0c7d27b..c5ea686 100644
--- a/docs/1.2/remote-object-persistence-introduction.html
+++ b/docs/1.2/remote-object-persistence-introduction.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/1.2/remote-object-persistence-limitations.html

[4/8] cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/remote-object-persistence-guide.html
--
diff --git a/docs/2.0/remote-object-persistence-guide.html 
b/docs/2.0/remote-object-persistence-guide.html
index a5e8d6c..eff6939 100644
--- a/docs/2.0/remote-object-persistence-guide.html
+++ b/docs/2.0/remote-object-persistence-guide.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/remote-object-persistence-installation.html
--
diff --git a/docs/2.0/remote-object-persistence-installation.html 
b/docs/2.0/remote-object-persistence-installation.html
index 9ae31a2..cfce7dd 100644
--- a/docs/2.0/remote-object-persistence-installation.html
+++ b/docs/2.0/remote-object-persistence-installation.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/remote-object-persistence-introduction.html
--
diff --git a/docs/2.0/remote-object-persistence-introduction.html 
b/docs/2.0/remote-object-persistence-introduction.html
index 11e2569..806d5b6 100644
--- a/docs/2.0/remote-object-persistence-introduction.html
+++ b/docs/2.0/remote-object-persistence-introduction.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/remote-object-persistence-limitations.html
--
diff --git a/docs/2.0/remote-object-persistence-limitations.html 
b/docs/2.0/remote-object-persistence-limitations.html
index 45fb4e5..79b517a 100644
--- a/docs/2.0/remote-object-persistence-limitations.html
+++ b/docs/2.0/remote-object-persistence-limitations.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/remote-object-persistence-quick-start.html
--
diff --git a/docs/2.0/remote-object-persistence-quick-start.html 
b/docs/2.0/remote-object-persistence-quick-start.html
index 66e46c0..2380b02 100644
--- a/docs/2.0/remote-object-persistence-quick-start.html
+++ b/docs/2.0/remote-object-persistence-quick-start.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/remote-object-persistence-security.html
--
diff --git a/docs/2.0/remote-object-persistence-security.html 
b/docs/2.0/remote-object-persistence-security.html
index cdebcd5..b040248 100644
--- a/docs/2.0/remote-object-persistence-security.html
+++ b/docs/2.0/remote-object-persistence-security.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/remote-object-persistence-tutorial-authentication.html
--
diff --git a/docs/2.0/remote-object-persistence-tutorial-authentication.html 
b/docs/2.0/remote-object-persistence-tutorial-authentication.html
index 04322f4..64a033f 100644
--- a/docs/2.0/remote-object-persistence-tutorial-authentication.html
+++ b/docs/2.0/remote-object-persistence-tutorial-authentication.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1ec67484/docs/2.0/remote-object-persistence-tutorial-client-code.html
--
diff --git a/docs/2.0/remote-object-persistence-tutorial-client-code.html 
b/docs/2.0/remote-object-persistence-tutorial-client-code.html
index 9578d0c..49c4272 100644
--- a/docs/2.0/remote-object-persistence-tutorial-client-code.html
+++ b/docs/2.0/remote-object-persistence-tutorial-client-code.html
@@ -9,6 +9,8 @@
 
 
 
+
+
 
 
 http://54.84.229.93/css/styles-c50fffa94d.css"/>


cayenne-website git commit: test publish

2018-01-12 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 45ebdbc9a -> e63936ea1


test publish


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

Branch: refs/heads/asf-site
Commit: e63936ea19b291a152f4fe7efdb5ba1e364b47e7
Parents: 45ebdbc
Author: Nikita Timofeev 
Authored: Fri Jan 12 12:58:19 2018 +0300
Committer: Nikita Timofeev 
Committed: Fri Jan 12 12:58:19 2018 +0300

--
 img/favicon/android-chrome-192x192-528f8a3b78.png | Bin 0 -> 902 bytes
 img/favicon/android-chrome-512x512-803b7d8dc5.png | Bin 0 -> 3024 bytes
 img/favicon/browserconfig-82ff158058.xml  |   8 
 img/favicon/manifest-65e6aaa49e.json  |   4 ++--
 img/favicon/mstile-144x144-5f1d044e49.png | Bin 0 -> 1144 bytes
 img/favicon/mstile-150x150-13e731f590.png | Bin 0 -> 1043 bytes
 img/favicon/mstile-310x150-0d0c5a17af.png | Bin 0 -> 1141 bytes
 img/favicon/mstile-310x310-b51c330c59.png | Bin 0 -> 2371 bytes
 img/favicon/mstile-70x70-c524897489.png   | Bin 0 -> 724 bytes
 9 files changed, 6 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/e63936ea/img/favicon/android-chrome-192x192-528f8a3b78.png
--
diff --git a/img/favicon/android-chrome-192x192-528f8a3b78.png 
b/img/favicon/android-chrome-192x192-528f8a3b78.png
new file mode 100644
index 000..23b2e02
Binary files /dev/null and b/img/favicon/android-chrome-192x192-528f8a3b78.png 
differ

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/e63936ea/img/favicon/android-chrome-512x512-803b7d8dc5.png
--
diff --git a/img/favicon/android-chrome-512x512-803b7d8dc5.png 
b/img/favicon/android-chrome-512x512-803b7d8dc5.png
new file mode 100644
index 000..61eee32
Binary files /dev/null and b/img/favicon/android-chrome-512x512-803b7d8dc5.png 
differ

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/e63936ea/img/favicon/browserconfig-82ff158058.xml
--
diff --git a/img/favicon/browserconfig-82ff158058.xml 
b/img/favicon/browserconfig-82ff158058.xml
index 416e296..172b6ea 100644
--- a/img/favicon/browserconfig-82ff158058.xml
+++ b/img/favicon/browserconfig-82ff158058.xml
@@ -2,10 +2,10 @@
 
 
 
-
-
-
-
+
+
+
+
 #ff
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/e63936ea/img/favicon/manifest-65e6aaa49e.json
--
diff --git a/img/favicon/manifest-65e6aaa49e.json 
b/img/favicon/manifest-65e6aaa49e.json
index a908e8e..5c7f5d4 100644
--- a/img/favicon/manifest-65e6aaa49e.json
+++ b/img/favicon/manifest-65e6aaa49e.json
@@ -2,12 +2,12 @@
 "name": "",
 "icons": [
 {
-"src": "/img/favicon/android-chrome-192x192-c8e800d2b0.png",
+"src": "/img/favicon/android-chrome-192x192-528f8a3b78.png",
 "sizes": "192x192",
 "type": "image/png"
 },
 {
-"src": "/img/favicon/android-chrome-512x512-f4a2f5a020.png",
+"src": "/img/favicon/android-chrome-512x512-803b7d8dc5.png",
 "sizes": "512x512",
 "type": "image/png"
 }

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/e63936ea/img/favicon/mstile-144x144-5f1d044e49.png
--
diff --git a/img/favicon/mstile-144x144-5f1d044e49.png 
b/img/favicon/mstile-144x144-5f1d044e49.png
new file mode 100644
index 000..e9ad16c
Binary files /dev/null and b/img/favicon/mstile-144x144-5f1d044e49.png differ

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/e63936ea/img/favicon/mstile-150x150-13e731f590.png
--
diff --git a/img/favicon/mstile-150x150-13e731f590.png 
b/img/favicon/mstile-150x150-13e731f590.png
new file mode 100644
index 000..2a23695
Binary files /dev/null and b/img/favicon/mstile-150x150-13e731f590.png differ

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/e63936ea/img/favicon/mstile-310x150-0d0c5a17af.png
--
diff --git a/img/favicon/mstile-310x150-0d0c5a17af.png 
b/img/favicon/mstile-310x150-0d0c5a17af.png
new file mode 100644

cayenne-website git commit: test publish

2018-01-11 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 642e84da8 -> 45ebdbc9a


test publish


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

Branch: refs/heads/asf-site
Commit: 45ebdbc9aaab6dff2d35ec64c494d2af69e37dd1
Parents: 642e84d
Author: Nikita Timofeev 
Authored: Thu Jan 11 18:00:08 2018 +0300
Committer: Nikita Timofeev 
Committed: Thu Jan 11 18:00:08 2018 +0300

--
 dev/building-cayenne.html   | 12 
 dev/release-guide.html  | 16 +---
 dev/running-unit-tests.html | 25 -
 3 files changed, 25 insertions(+), 28 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/45ebdbc9/dev/building-cayenne.html
--
diff --git a/dev/building-cayenne.html b/dev/building-cayenne.html
index 80588ee..24dd32b 100644
--- a/dev/building-cayenne.html
+++ b/dev/building-cayenne.html
@@ -94,7 +94,8 @@
 Get the source code.
 
 
-
+
+
 
 Recommended Maven Settings
 
@@ -105,7 +106,8 @@ but these should probably work for everyone:
 MAVEN_OPTS=-Djava.net.preferIPv4Stack=true -Xms512m
 
 
-
+
+
 
 Building with Maven
 
@@ -149,8 +151,10 @@ of a given assembly (otherwise assembly profile 
wont produce anything).mvn clean install -Passembly,mac
 
 
-Multiple assemblies built at once:
-mvn clean install -Passembly,src,generic,mac
+Multiple assemblies built at once:
+
+mvn clean install -Passembly,src,generic,mac
+
 
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/45ebdbc9/dev/release-guide.html
--
diff --git a/dev/release-guide.html b/dev/release-guide.html
index 232c822..ee967c7 100644
--- a/dev/release-guide.html
+++ b/dev/release-guide.html
@@ -256,21 +256,17 @@ that the release has been released. Ensure there is 
another milestone or
 release target already created for further work, but this was probably
 already done when a branch was created in preparation for release.
 
-Update the http://svn.apache.org/repos/asf/cayenne/site/cms/trunk/content/doap/cayenne.rdf;>DOAP
 file
-which will update
-https://projects.apache.org/project.html?cayenne;>https://projects.apache.org/project.html?cayenne
 automatically.
-
 If the release is significant, consider press releases to relevant news
 sources
 
 Review the main website pages (front page and why-cayenne especially) to
 add any new features
 
-Add a news item to the Cayenne web site
+Add new cayenne version and a news item to the Cayenne web site (see http://54.84.229.93/dev/cms-guide.html#content-modifications;>CMS 
Guide)
 
 Send an email to the Cayenne user and developer lists
 
-Send a notification email to announceATapache.org
+Send a notification email to announce(at)apache.org
 
 Update http://en.wikipedia.org/wiki/Apache_Cayenne;>http://en.wikipedia.org/wiki/Apache_Cayenne
 
@@ -281,11 +277,9 @@ add any new features
 Reference:
 
 
-Apache release publishing:
-http://www.apache.org/dev/release-publishing.html;>http://www.apache.org/dev/release-publishing.html
-Apache Maven release publishing:
-http://www.apache.org/dev/publishing-maven-artifacts.html;>http://www.apache.org/dev/publishing-maven-artifacts.html
-ARAT: http://code.google.com/p/arat/;>http://code.google.com/p/arat/
+Apache release publishing: http://www.apache.org/dev/release-publishing.html;>http://www.apache.org/dev/release-publishing.html
+Apache Maven release publishing: http://www.apache.org/dev/publishing-maven-artifacts.html;>http://www.apache.org/dev/publishing-maven-artifacts.html
+Apache RAT: https://creadur.apache.org/rat/;>https://creadur.apache.org/rat/
 Signing Releases: http://www.apache.org/dev/release-signing.html;>http://www.apache.org/dev/release-signing.html
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/45ebdbc9/dev/running-unit-tests.html
--
diff --git a/dev/running-unit-tests.html b/dev/running-unit-tests.html
index 70d227e..9864328 100644
--- a/dev/running-unit-tests.html
+++ b/dev/running-unit-tests.html
@@ -88,8 +88,7 @@
 
 
 Cayenne provides a comprehensive suite of unit tests. To execute unit tests
-you must first get Cayenne from Git, install JDK 1.7 and obtain the latest
-Maven.
+you must first get Cayenne from Git, install JDK 1.8 and obtain the latest 
Maven.
 
 Prerequisites
 
@@ -185,12 +184,6 @@ the POM or the examples below.
-DartifactId=oracle-driver -Dversion=11 

cayenne-website git commit: test publish

2018-01-11 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 34e4105cc -> 642e84da8


test publish


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

Branch: refs/heads/asf-site
Commit: 642e84da8e71ee842cc66ba7f8ecf826616b8035
Parents: 34e4105
Author: Nikita Timofeev 
Authored: Thu Jan 11 15:19:24 2018 +0300
Committer: Nikita Timofeev 
Committed: Thu Jan 11 15:19:24 2018 +0300

--
 docs/4.0/cayenne-guide.toc/index.html |  30 -
 docs/4.0/cayenne-guide/index.html | 104 ++---
 2 files changed, 67 insertions(+), 67 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/642e84da/docs/4.0/cayenne-guide.toc/index.html
--
diff --git a/docs/4.0/cayenne-guide.toc/index.html 
b/docs/4.0/cayenne-guide.toc/index.html
index 156e5a1..2a3e01e 100644
--- a/docs/4.0/cayenne-guide.toc/index.html
+++ b/docs/4.0/cayenne-guide.toc/index.html
@@ -11,19 +11,19 @@
  
   2. Cayenne Framework 
 
-2.1. Including Cayenne in a 
Project 
+2.1. 
Including Cayenne in a Project 
 2.2. Starting 
Cayenne 
-2.3. 
Persistent Objects and ObjectContext 
+2.3. 
Persistent Objects and ObjectContext 
 2.4. Expressions 
 2.5. Orderings 
 2.6. Queries 
 2.7. Lifecycle 
Events 
 2.8. Performance 
Tuning 
-2.9. Customizing Cayenne 
Runtime 
+2.9. 
Customizing Cayenne Runtime 
  
   3. Cayenne Framework - Remote Object Persistence 
 
-3.1. Introduction to ROP 
+3.1. Introduction to 
ROP 
 3.2. Implementing 
ROP Client 
 3.3. Implementing 
ROP Server 
 3.4. 
Implementing ROP Client 
@@ -32,24 +32,24 @@
  
   4. DB-First Flow 
 
-4.1. Introduction 
-4.2. Filtering 
-4.3. Other 
Settings 
-4.4. Reverse Engineering in 
Cayenne Modeler 
+4.1. Introduction 
+4.2. Filtering 
+4.3. 
Other Settings 
+4.4. Reverse Engineering in 
Cayenne Modeler 
  
   5. Cayenne 
Additional Modules 
 
-5.1. Cache invalidation 
extension 
-5.2. Commit log 
extension 
-5.3. Crypto 
extension 
+5.1. Cache 
invalidation extension 
+5.2. Commit log 
extension 
+5.3. Crypto extension 
 5.4. 
Apache Commons DBCP integration 
-5.5. Java 8 
extension 
-5.6. JCache 
integration 
-5.7. Joda time 
extension 
+5.5. Java 8 extension 
+5.6. JCache 
integration 
+5.7. Joda time extension 
  
   6. 
Appendix A. Configuration Properties 
   7. Appendix 
B. Service Collections 
-  8. Appendix C. 
Expressions BNF 
+  8. Appendix C. Expressions 
BNF 
   9. List of tables 
   
 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/642e84da/docs/4.0/cayenne-guide/index.html
--
diff --git a/docs/4.0/cayenne-guide/index.html 
b/docs/4.0/cayenne-guide/index.html
index ca5c2f1..d542ecb 100644
--- a/docs/4.0/cayenne-guide/index.html
+++ b/docs/4.0/cayenne-guide/index.html
@@ -122,19 +122,19 @@
  
   2. Cayenne Framework 
 
-2.1. Including Cayenne in a 
Project 
+2.1. 
Including Cayenne in a Project 
 2.2. Starting 
Cayenne 
-2.3. 
Persistent Objects and ObjectContext 
+2.3. 
Persistent Objects and ObjectContext 
 2.4. Expressions 
 2.5. Orderings 
 2.6. Queries 
 2.7. Lifecycle 
Events 
 2.8. Performance 
Tuning 
-2.9. Customizing Cayenne 
Runtime 
+2.9. 
Customizing Cayenne Runtime 
  
   3. Cayenne Framework - Remote Object Persistence 
 
-3.1. Introduction to ROP 
+3.1. Introduction to 
ROP 
 3.2. Implementing 
ROP Client 
 3.3. Implementing 
ROP Server 
 3.4. 
Implementing ROP Client 
@@ -143,24 +143,24 @@
  
   4. DB-First Flow 
 
-4.1. Introduction 
-4.2. Filtering 
-4.3. Other 
Settings 
-4.4. Reverse Engineering in 
Cayenne Modeler 
+4.1. Introduction 
+4.2. Filtering 
+4.3. 
Other Settings 
+4.4. Reverse Engineering in 
Cayenne Modeler 
  
   5. Cayenne 
Additional Modules 
 
-5.1. Cache invalidation 
extension 
-5.2. Commit log 
extension 
-5.3. Crypto 
extension 
+5.1. Cache 
invalidation extension 
+5.2. Commit log 
extension 
+5.3. Crypto extension 
 5.4. 
Apache Commons DBCP integration 
-5.5. Java 8 
extension 
-5.6. JCache 
integration 
-5.7. Joda time 
extension 
+5.5. Java 8 extension 
+5.6. JCache 
integration 
+5.7. Joda time extension 
  
   6. 
Appendix A. 

cayenne-website git commit: test publish

2018-01-11 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site f89b32252 -> 34e4105cc


test publish


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

Branch: refs/heads/asf-site
Commit: 34e4105cc46766305011a7838ad3c5f56c20
Parents: f89b322
Author: Nikita Timofeev 
Authored: Thu Jan 11 14:09:10 2018 +0300
Committer: Nikita Timofeev 
Committed: Thu Jan 11 14:09:10 2018 +0300

--
 docs/4.1/cayenne-guide.toc/index.html | 22 ++---
 docs/4.1/cayenne-guide/index.html | 50 +++---
 2 files changed, 36 insertions(+), 36 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/34e4105c/docs/4.1/cayenne-guide.toc/index.html
--
diff --git a/docs/4.1/cayenne-guide.toc/index.html 
b/docs/4.1/cayenne-guide.toc/index.html
index e348ec3..4d81810 100644
--- a/docs/4.1/cayenne-guide.toc/index.html
+++ b/docs/4.1/cayenne-guide.toc/index.html
@@ -32,20 +32,20 @@
  
   4. DB-First Flow 
 
-4.1. Introduction 
-4.2. Filtering 
-4.3. Other 
Settings 
-4.4. Reverse Engineering in Cayenne Modeler 
+4.1. Introduction 
+4.2. Filtering 
+4.3. 
Other Settings 
+4.4. Reverse Engineering in 
Cayenne Modeler 
  
   5. Cayenne 
Additional Modules 
 
-5.1. Cache 
invalidation extension 
-5.2. Commit log 
extension 
-5.3. Crypto 
extension 
-5.4. JCache 
integration 
-5.5. Joda time 
extension 
-5.6. 
Project compatibility extension 
-5.7. Apache Velocity 
extension 
+5.1. Cache 
invalidation extension 
+5.2. Commit log 
extension 
+5.3. Crypto extension 
+5.4. JCache 
integration 
+5.5. Joda time extension 
+5.6. Project 
compatibility extension 
+5.7. Apache Velocity 
extension 
  
   6. 
Appendix A. Configuration Properties 
   7. Appendix 
B. Service Collections 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/34e4105c/docs/4.1/cayenne-guide/index.html
--
diff --git a/docs/4.1/cayenne-guide/index.html 
b/docs/4.1/cayenne-guide/index.html
index 42bd413..9d376e9 100644
--- a/docs/4.1/cayenne-guide/index.html
+++ b/docs/4.1/cayenne-guide/index.html
@@ -143,20 +143,20 @@
  
   4. DB-First Flow 
 
-4.1. Introduction 
-4.2. Filtering 
-4.3. Other 
Settings 
-4.4. Reverse Engineering in Cayenne Modeler 
+4.1. Introduction 
+4.2. Filtering 
+4.3. 
Other Settings 
+4.4. Reverse Engineering in 
Cayenne Modeler 
  
   5. Cayenne 
Additional Modules 
 
-5.1. Cache 
invalidation extension 
-5.2. Commit log 
extension 
-5.3. Crypto 
extension 
-5.4. JCache 
integration 
-5.5. Joda time 
extension 
-5.6. 
Project compatibility extension 
-5.7. Apache Velocity 
extension 
+5.1. Cache 
invalidation extension 
+5.2. Commit log 
extension 
+5.3. Crypto extension 
+5.4. JCache 
integration 
+5.5. Joda time extension 
+5.6. Project 
compatibility extension 
+5.7. Apache Velocity 
extension 
  
   6. 
Appendix A. Configuration Properties 
   7. Appendix 
B. Service Collections 
@@ -442,7 +442,7 @@ total 24
 
 Reverse Engineering Database 
  
- See chapter Reverse 
Engineering in Cayenne Modeler 
+ See chapter Reverse Engineering in Cayenne 
Modeler 
  
 
 
@@ -2961,7 +2961,7 @@ select.setParameters(Collections.singletonMap("a", 
a));
 
   
  
-   For advanced features you may look at the Apache Velocity extension  
+   For advanced features you may look at the Apache Velocity extension  
   
 
 
@@ -4347,7 +4347,7 @@ ServerRuntime runtime = ServerRuntime.builder()
  4. 
DB-First Flow 
   

-   4.1. 
Introduction 
+   4.1. 
Introduction 
 
 "DB-first" Flow 
  
@@ -4405,7 +4405,7 @@ ServerRuntime runtime = ServerRuntime.builder()
 


-   4.2. 
Filtering 
+   4.2. 
Filtering 
 
 The first thing you usually want to control during reverse engineering 
is what exactly should be loaded from database and what not. One of the most 
common cases is excluding system tables, as you usually don’t want to map 
them. 
 
@@ -4806,7 +4806,7 @@ ServerRuntime runtime = ServerRuntime.builder()
 


-   4.3. 
Other Settings 
+   4.3. Other Settings 
 
 In databases relations are defined via foreign keys and there are a lot 
of different politics according to the level of 

cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 1a4999ecd -> 5a6d2ae81


test publish


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

Branch: refs/heads/asf-site
Commit: 5a6d2ae81b66a1d4ec50a82f2f26f13d42ba58c3
Parents: 1a4999e
Author: Nikita Timofeev 
Authored: Wed Jan 10 18:42:36 2018 +0300
Committer: Nikita Timofeev 
Committed: Wed Jan 10 18:42:36 2018 +0300

--
 .../4.1/getting-started-db-first.toc/index.html |  24 ++--
 docs/4.1/getting-started-db-first/index.html| 137 +--
 2 files changed, 77 insertions(+), 84 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/5a6d2ae8/docs/4.1/getting-started-db-first.toc/index.html
--
diff --git a/docs/4.1/getting-started-db-first.toc/index.html 
b/docs/4.1/getting-started-db-first.toc/index.html
index 603fc08..a4c97a4 100644
--- a/docs/4.1/getting-started-db-first.toc/index.html
+++ b/docs/4.1/getting-started-db-first.toc/index.html
@@ -3,26 +3,24 @@
   Table of Contents
   
   
-  1. Setup 
+  1. Setup 
 
-1.1. Prerequisites 
-1.2. Maven Project 
+1.1. Prerequisites 
+1.2. Maven Project 
  
-  2. Importing 
database 
+  2. Importing database 
 
-2.1. Reverse engineering database 
-2.2. Creating project 
+2.1. Reverse 
engineering database 
  
-  3. Advanced 
usage of cdbimport 
+  3. Advanced 
usage of cdbimport 
 
-3.1. Updating model 
-3.2. Advanced filtering 
+3.1. Updating 
model 
  
-  4. Java 
code 
+  4. Java code 
 
-4.1. Generating Java classes 
-4.2. Getting started with ObjectContext 
+4.1. Generating 
Java classes 
+4.2. 
Getting started with ObjectContext 
  
-  5. What’s 
next 
+  5. What’s next 
   
 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/5a6d2ae8/docs/4.1/getting-started-db-first/index.html
--
diff --git a/docs/4.1/getting-started-db-first/index.html 
b/docs/4.1/getting-started-db-first/index.html
index 0cd4219..ab55844 100644
--- a/docs/4.1/getting-started-db-first/index.html
+++ b/docs/4.1/getting-started-db-first/index.html
@@ -126,27 +126,25 @@
   Table of Contents
   
   
-  1. Setup 
+  1. Setup 
 
-1.1. Prerequisites 
-1.2. Maven Project 
+1.1. Prerequisites 
+1.2. Maven Project 
  
-  2. Importing 
database 
+  2. Importing database 
 
-2.1. Reverse engineering database 
-2.2. Creating project 
+2.1. Reverse 
engineering database 
  
-  3. Advanced 
usage of cdbimport 
+  3. Advanced 
usage of cdbimport 
 
-3.1. Updating model 
-3.2. Advanced filtering 
+3.1. Updating 
model 
  
-  4. Java 
code 
+  4. Java code 
 
-4.1. Generating Java classes 
-4.2. Getting started with ObjectContext 
+4.1. Generating 
Java classes 
+4.2. 
Getting started with ObjectContext 
  
-  5. What’s 
next 
+  5. What’s next 
   
 
 
@@ -177,10 +175,10 @@
 
 
  
- 1. Setup 
+ 1. Setup 
   

-   1.1. 
Prerequisites 
+   1.1. 
Prerequisites 
 
 You can start with this tutorial, or you can do "Getting Started with 
Cayenne" first and then continue with this tutorial. 
 
@@ -188,19 +186,19 @@
 This chapter lists the recommended software used in the tutorial. 
 
 
-Java 
+Java 
  
  Cayenne 4.0 requires JDK 1.7 or newer. 
  
 
 
-IntelliJ IDEA IDE 
+IntelliJ IDEA IDE 
  
  Download and install the free IntelliJ IDEA Community Edition IDE. 
This tutorial uses version 2017.1, but any recent IntelliJ IDEA version and 
edition will do. 
  
 
 
-Maven 
+Maven 
  
  Two Maven plugins are used: 
  
@@ -212,7 +210,7 @@
  
 
 
-MySQL 
+MySQL 
  
  MySQL database server is used for demonstrating Cayenne’s ability to 
read the DB schema and to build/update the Cayenne model from it. 
  
@@ -240,12 +238,12 @@ ALTER TABLE PAINTING ADD FOREIGN KEY (GALLERY_ID) 
REFERENCES GALLERY (ID) ON DEL
 


-   1.2. Maven 
Project 
+   1.2. 
Maven Project 
 
 The goal of this chapter is to create a new Java project in IntelliJ 
IDEA and to setup Maven Cayenne plugin 
 
 
-Create a new Project in IntelliJ IDEA 
+Create a new Project in 
IntelliJ IDEA 
  
  In IntelliJ IDEA select 

[02/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/js/bundle.js.map
--
diff --git a/js/bundle.js.map b/js/bundle.js.map
index 2a807c7..51638df 100644
--- a/js/bundle.js.map
+++ b/js/bundle.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///bundle.js","webpack:///webpack/bootstrap 
9f3f6fa16b73376614c7","webpack:///./node_modules/jquery/dist/jquery.js","webpack:///./node_modules/bootstrap/js/dist/util.js","webpack:///./scripts/main.js","webpack:///./node_modules/bootstrap/js/dist/tab.js","webpack:///./node_modules/bootstrap/js/dist/collapse.js","webpack:///./node_modules/bootstrap/js/dist/dropdown.js","webpack:///./node_modules/popper.js/dist/esm/popper.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/bootstrap/js/dist/scrollspy.js","webpack:///./node_modules/highlight.js/lib/highlight.js","webpack:///./node_modules/highlight.js/lib/languages/xml.js","webpack:///./node_modules/highlight.js/lib/languages/java.js","webpack:///./node_modules/highlight.js/lib/languages/sql.js","webpack:///./node_modules/highlight.js/lib/languages/groovy.js"],"names":["modules","__webpack_require__","moduleId","installedModules","exports","module","i","l","call","m","c","d","name","g
 
etter","o","Object","defineProperty","configurable","enumerable","get","n","__esModule","object","property","prototype","hasOwnProperty","p","s","__WEBPACK_AMD_DEFINE_ARRAY__","__WEBPACK_AMD_DEFINE_RESULT__","global","factory","document","w","Error","window","this","noGlobal","DOMEval","code","doc","script","createElement","text","head","appendChild","parentNode","removeChild","isArrayLike","obj","length","type","jQuery","isWindow","nodeName","elem","toLowerCase","winnow","elements","qualifier","not","isFunction","grep","nodeType","indexOf","risSimple","test","filter","sibling","cur","dir","createOptions","options","each","match","rnothtmlwhite","_","flag","Identity","v","Thrower","ex","adoptValue","value","resolve","reject","noValue","method","promise","done","fail","then","apply","undefined","slice","completed","removeEventListener","ready","Data","expando","uid","getData","data","rbrace","JSON","parse","dataAttr","key","replace","rmultiDash","getAttribute","e","dataUser","set","a
 
djustCSS","prop","valueParts","tween","adjusted","scale","maxIterations","currentValue","css","initial","unit","cssNumber","initialInUnit","rcssNum","exec","style","start","end","getDefaultDisplay","temp","ownerDocument","display","defaultDisplayMap","body","showHide","show","values","index","dataPriv","isHiddenWithinTree","getAll","context","tag","ret","getElementsByTagName","querySelectorAll","merge","setGlobalEval","elems","refElements","buildFragment","scripts","selection","ignored","tmp","wrap","contains","j","fragment","createDocumentFragment","nodes","rhtml","rtagName","wrapMap","_default","innerHTML","htmlPrefilter","lastChild","childNodes","firstChild","textContent","push","createTextNode","inArray","rscriptType","returnTrue","returnFalse","safeActiveElement","activeElement","err","on","types","selector","fn","one","origFn","event","off","arguments","guid","add","manipulationTarget","content","disableScript","restoreScript","rscriptTypeMasked","removeAttribute","cloneCopyEv
 
ent","src","dest","pdataOld","pdataCur","udataOld","udataCur","events","hasData","access","handle","extend","fixInput","rcheckableType","checked","defaultValue","domManip","collection","args","callback","concat","first","hasScripts","node","iNoClone","support","checkClone","rchecked","self","eq","html","map","clone","_evalUrl","rcleanScript","remove","keepData","cleanData","curCSS","computed","width","minWidth","maxWidth","getStyles","getPropertyValue","pixelMarginRight","rnumnonpx","rmargin","addGetHookIf","conditionFn","hookFn","vendorPropName","emptyStyle","capName","toUpperCase","cssPrefixes","finalPropName","cssProps","setPositiveNumber","subtract","matches","Math","max","augmentWidthOrHeight","extra","isBorderBox","styles","val","cssExpand","getWidthOrHeight","valueIsBorderBox","boxSizingReliable","parseFloat","Tween","easing","init","schedule","inProgress","hidden","requestAnimationFrame","setTimeout","fx","interval","tick","createFxNow","fxNow","now","genFx","includeWidth","
 

[05/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/configuring-caching-behavior.html
--
diff --git a/docs/3.0/configuring-caching-behavior.html 
b/docs/3.0/configuring-caching-behavior.html
index 05174e4..79c60b5 100644
--- a/docs/3.0/configuring-caching-behavior.html
+++ b/docs/3.0/configuring-caching-behavior.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Configuring Caching Behavior  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/configuring-deployment-settings.html
--
diff --git a/docs/3.0/configuring-deployment-settings.html 
b/docs/3.0/configuring-deployment-settings.html
index 68485d2..5dfb8e3 100644
--- a/docs/3.0/configuring-deployment-settings.html
+++ b/docs/3.0/configuring-deployment-settings.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Configuring Deployment Settings  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/configuring-logging.html
--
diff --git a/docs/3.0/configuring-logging.html 
b/docs/3.0/configuring-logging.html
index b14c0f3..4ab53d6 100644
--- a/docs/3.0/configuring-logging.html
+++ b/docs/3.0/configuring-logging.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Configuring Logging  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/configuring-object-validation.html
--
diff --git a/docs/3.0/configuring-object-validation.html 
b/docs/3.0/configuring-object-validation.html
index 3f0ea00..69c2215 100644
--- a/docs/3.0/configuring-object-validation.html
+++ b/docs/3.0/configuring-object-validation.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Configuring Object Validation  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/configuring-transactional-behavior.html
--
diff --git a/docs/3.0/configuring-transactional-behavior.html 
b/docs/3.0/configuring-transactional-behavior.html
index 77f59b9..b9ab7be 100644
--- a/docs/3.0/configuring-transactional-behavior.html
+++ b/docs/3.0/configuring-transactional-behavior.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Configuring Transactional Behavior  Apache 
Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/converting-an-existing-business-framework.html
--
diff --git a/docs/3.0/converting-an-existing-business-framework.html 
b/docs/3.0/converting-an-existing-business-framework.html
index 3dfa8ce..78ee3e1 100644
--- a/docs/3.0/converting-an-existing-business-framework.html
+++ b/docs/3.0/converting-an-existing-business-framework.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Converting an Existing Business Framework  Apache 
Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/create-datanode.html
--
diff --git a/docs/3.0/create-datanode.html b/docs/3.0/create-datanode.html
index f511c2f..eaf2996 100644
--- a/docs/3.0/create-datanode.html
+++ b/docs/3.0/create-datanode.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Create DataNode  Apache Cayenne
 


[03/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/img/favicon/android-chrome-512x512-f4a2f5a020.png
--
diff --git a/img/favicon/android-chrome-512x512-f4a2f5a020.png 
b/img/favicon/android-chrome-512x512-f4a2f5a020.png
new file mode 100644
index 000..53eaf3a
Binary files /dev/null and b/img/favicon/android-chrome-512x512-f4a2f5a020.png 
differ

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/img/favicon/manifest-65e6aaa49e.json
--
diff --git a/img/favicon/manifest-65e6aaa49e.json 
b/img/favicon/manifest-65e6aaa49e.json
index 6d8bc49..a908e8e 100644
--- a/img/favicon/manifest-65e6aaa49e.json
+++ b/img/favicon/manifest-65e6aaa49e.json
@@ -7,7 +7,7 @@
 "type": "image/png"
 },
 {
-"src": "/img/favicon/android-chrome-512x512-6e6796f908.png",
+"src": "/img/favicon/android-chrome-512x512-f4a2f5a020.png",
 "sizes": "512x512",
 "type": "image/png"
 }

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/index.html
--
diff --git a/index.html b/index.html
index c823f77..1b3d5f6 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Apache Cayenne
 
@@ -178,7 +178,7 @@
 Modeler
 Cayenne is distributed with CayenneModeler - a complete 
GUI mapping tool that supports reverse-engineering of RDBMS schemas, editing 
object-relational mapping projects, generation of Java source code for the 
persistent objects and other functions.
 
-
+
 
 
 
@@ -229,7 +229,7 @@
 
  You can designate any number of columns in multiple 
tables in your model as encrypted, and Cayenne will transparently encrypt and 
decrypt data with minimal overhead. Default encryption algorithm is 
AES/CBC/PKCS#5 with 128 or 256-bit key. Other useful features are key 
revocation, data compression, HMAC signatures.
 
-
+
 
 
 



[07/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/acknowledgments.html
--
diff --git a/docs/2.0/acknowledgments.html b/docs/2.0/acknowledgments.html
index b6447d0..27e1a00 100644
--- a/docs/2.0/acknowledgments.html
+++ b/docs/2.0/acknowledgments.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Acknowledgments  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/ant-tasks.html
--
diff --git a/docs/2.0/ant-tasks.html b/docs/2.0/ant-tasks.html
index 61e3ef3..9874ad4 100644
--- a/docs/2.0/ant-tasks.html
+++ b/docs/2.0/ant-tasks.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Ant Tasks  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/bnf-for-expressionparser.html
--
diff --git a/docs/2.0/bnf-for-expressionparser.html 
b/docs/2.0/bnf-for-expressionparser.html
index 7b9f689..46758bf 100644
--- a/docs/2.0/bnf-for-expressionparser.html
+++ b/docs/2.0/bnf-for-expressionparser.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 BNF for ExpressionParser  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/building-expressions.html
--
diff --git a/docs/2.0/building-expressions.html 
b/docs/2.0/building-expressions.html
index d3fcd93..01877e1 100644
--- a/docs/2.0/building-expressions.html
+++ b/docs/2.0/building-expressions.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Building Expressions  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/caching-lookup-tables.html
--
diff --git a/docs/2.0/caching-lookup-tables.html 
b/docs/2.0/caching-lookup-tables.html
index 9fa5384..f0e2219 100644
--- a/docs/2.0/caching-lookup-tables.html
+++ b/docs/2.0/caching-lookup-tables.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Caching Lookup Tables  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/caching-query-results.html
--
diff --git a/docs/2.0/caching-query-results.html 
b/docs/2.0/caching-query-results.html
index dbcb915..5d372f2 100644
--- a/docs/2.0/caching-query-results.html
+++ b/docs/2.0/caching-query-results.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Caching Query Results  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/cayenne-contract.html
--
diff --git a/docs/2.0/cayenne-contract.html b/docs/2.0/cayenne-contract.html
index 7c85e67..ff12839 100644
--- a/docs/2.0/cayenne-contract.html
+++ b/docs/2.0/cayenne-contract.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Cayenne Contract  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/cayenne-datamaps.html
--
diff --git a/docs/2.0/cayenne-datamaps.html b/docs/2.0/cayenne-datamaps.html
index 382f9fe..56eb602 100644
--- a/docs/2.0/cayenne-datamaps.html
+++ b/docs/2.0/cayenne-datamaps.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+

[11/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/css/styles-5ade48e498.css
--
diff --git a/css/styles-5ade48e498.css b/css/styles-5ade48e498.css
deleted file mode 100644
index 6610a2c..000
--- a/css/styles-5ade48e498.css
+++ /dev/null
@@ -1,4 +0,0 @@
-@charset 
"UTF-8";.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag
 
.hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class
 
.hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-extralight.eot);src:url(fonts/montserrat-extralight.eot?#iefix)
 for
 mat("embedded-opentype"),url(fonts/montserrat-extralight.woff) 
format("woff"),url(fonts/montserrat-extralight.ttf) 
format("truetype"),url(fonts/montserrat-extralight.svg#montserrat) 
format("svg");font-style:normal;font-weight:200}@font-face{font-family:montserrat;src:url(fonts/montserrat-light.eot);src:url(fonts/montserrat-light.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-light.woff) 
format("woff"),url(fonts/montserrat-light.ttf) 
format("truetype"),url(fonts/montserrat-light.svg#montserrat) 
format("svg");font-style:normal;font-weight:300}@font-face{font-family:montserrat;src:url(fonts/montserrat-regular.eot);src:url(fonts/montserrat-regular.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-regular.woff) 
format("woff"),url(fonts/montserrat-regular.ttf) 
format("truetype"),url(fonts/montserrat-regular.svg#montserrat) 
format("svg");font-style:normal;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-italic.eot);src:url(fonts/montserrat
 -italic.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-italic.woff) 
format("woff"),url(fonts/montserrat-italic.ttf) 
format("truetype"),url(fonts/montserrat-italic.svg#montserrat) 
format("svg");font-style:italic;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-medium.eot);src:url(fonts/montserrat-medium.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-medium.woff) 
format("woff"),url(fonts/montserrat-medium.ttf) 
format("truetype"),url(fonts/montserrat-medium.svg#montserrat) 
format("svg");font-style:normal;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montserrat-mediumitalic.eot);src:url(fonts/montserrat-mediumitalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-mediumitalic.woff) 
format("woff"),url(fonts/montserrat-mediumitalic.ttf) 
format("truetype"),url(fonts/montserrat-mediumitalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montse
 rrat-semibold.eot);src:url(fonts/montserrat-semibold.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-semibold.woff) 
format("woff"),url(fonts/montserrat-semibold.ttf) 
format("truetype"),url(fonts/montserrat-semibold.svg#montserrat) 
format("svg");font-style:normal;font-weight:600}@font-face{font-family:montserrat;src:url(fonts/montserrat-bold.eot);src:url(fonts/montserrat-bold.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bold.woff) 
format("woff"),url(fonts/montserrat-bold.ttf) 
format("truetype"),url(fonts/montserrat-bold.svg#montserrat) 
format("svg");font-style:normal;font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-bolditalic.eot);src:url(fonts/montserrat-bolditalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bolditalic.woff) 
format("woff"),url(fonts/montserrat-bolditalic.ttf) 
format("truetype"),url(fonts/montserrat-bolditalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:700}/*!
- *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
- 
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix=4.7.0)
 format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) 
format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) 
format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) 
format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
 

[06/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/object-caching.html
--
diff --git a/docs/2.0/object-caching.html b/docs/2.0/object-caching.html
index 897900f..1c6eb37 100644
--- a/docs/2.0/object-caching.html
+++ b/docs/2.0/object-caching.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Object Caching  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/objectcontext.html
--
diff --git a/docs/2.0/objectcontext.html b/docs/2.0/objectcontext.html
index 4877ed2..6ecc38f 100644
--- a/docs/2.0/objectcontext.html
+++ b/docs/2.0/objectcontext.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 ObjectContext  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/objectidquery.html
--
diff --git a/docs/2.0/objectidquery.html b/docs/2.0/objectidquery.html
index 9273e1f..0a0369c 100644
--- a/docs/2.0/objectidquery.html
+++ b/docs/2.0/objectidquery.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 ObjectIdQuery  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/obtaining-datacontext.html
--
diff --git a/docs/2.0/obtaining-datacontext.html 
b/docs/2.0/obtaining-datacontext.html
index 07922cd..227b848 100644
--- a/docs/2.0/obtaining-datacontext.html
+++ b/docs/2.0/obtaining-datacontext.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Obtaining DataContext  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/orm-case-study.html
--
diff --git a/docs/2.0/orm-case-study.html b/docs/2.0/orm-case-study.html
index a3de969..e6aa9ea 100644
--- a/docs/2.0/orm-case-study.html
+++ b/docs/2.0/orm-case-study.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 ORM Case Study  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/paginated-queries.html
--
diff --git a/docs/2.0/paginated-queries.html b/docs/2.0/paginated-queries.html
index faca6fd..03f180e 100644
--- a/docs/2.0/paginated-queries.html
+++ b/docs/2.0/paginated-queries.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Paginated Queries  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/parameterized-queries.html
--
diff --git a/docs/2.0/parameterized-queries.html 
b/docs/2.0/parameterized-queries.html
index 71bb20a..6cd8d7c 100644
--- a/docs/2.0/parameterized-queries.html
+++ b/docs/2.0/parameterized-queries.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Parameterized Queries  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/2.0/path-expressions.html
--
diff --git a/docs/2.0/path-expressions.html b/docs/2.0/path-expressions.html
index 5ba6bc5..77a85c9 100644
--- a/docs/2.0/path-expressions.html
+++ b/docs/2.0/path-expressions.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>

[01/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site eaf792142 -> 1a4999ecd


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/mailing-lists.html
--
diff --git a/mailing-lists.html b/mailing-lists.html
index 7888fbb..4f53772 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Mailing Lists  Apache Cayenne
 
@@ -102,7 +102,8 @@ To post a message use the following address: 
u...@cayenne.apache.org
 http://objectstyle.org/cayenne/lists/cayenne-user/;>ObjectStyle.org 
Archive (legacy, does not store new messages, but has very old messages not 
available elsewhere)
 
 
-
+
+
 
 Developer Mailing List
 
@@ -123,7 +124,8 @@ To post a message use the following address: 
d...@cayenne.apache.org
 http://objectstyle.org/cayenne/lists/cayenne-devel/;>ObjectStyle.org 
Archive (legacy, does not store new messages, but has very old messages not 
available elsewhere)
 
 
-
+
+
 
 Commits Mailing List
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/news/index.html
--
diff --git a/news/index.html b/news/index.html
index fca6cd8..f9892ed 100644
--- a/news/index.html
+++ b/news/index.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 News  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/privacy-policy.html
--
diff --git a/privacy-policy.html b/privacy-policy.html
index 7ff173e..f16444b 100644
--- a/privacy-policy.html
+++ b/privacy-policy.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Privacy Policy  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/success-stories.html
--
diff --git a/success-stories.html b/success-stories.html
index 2037c88..23fe752 100644
--- a/success-stories.html
+++ b/success-stories.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Success Stories  Apache Cayenne
 
@@ -91,7 +91,8 @@ sites that use Cayenne. If you want to add your Cayenne site 
to this page,
 please drop a note to cayenne-user list or directly to "andrus at
 objectstyle.org".
 
-
+
+
 
 http://www.accesspointinc.com/)">
 
@@ -106,7 +107,8 @@ errors. In addition, Cayenne is used in our internal 
reporting application.
 These applications and thus Cayenne are central to the financial health of
 the company.
 
-
+
+
 
 http://www.glin.gov/)">
 
@@ -123,7 +125,8 @@ currently and will support 14 languages in the nearest 
future, thus
 becoming the most internationalized site in the federal government, after
 the IRS.
 
-
+
+
 
 http://www.ish.com.au/oncourse)">
 
@@ -138,7 +141,8 @@ real time data validation, replication to a web site and 
the use of caching
 and paging in Cayenne for the application to work well across slow WAN
 links.
 
-
+
+
 
 http://www.nhl.com/)">
 
@@ -151,7 +155,8 @@ millions of hits a day, and are relying on Cayenne for all 
database access.
 The applications are often upgraded with the bleeding edge builds from
 Cayenne trunk to take advantage of the latest framework features.
 
-
+
+
 
 
 
@@ -165,7 +170,8 @@ Interactive Data Table, Report Generation, Chart Creation, 
and Plugin
 Architecture. ObjectVisualizer has a Cayenne plugin to work with Cayenne
 mapping projects.
 
-
+
+
 
 http://www.pixxures.ca/)">
 
@@ -179,7 +185,8 @@ production system. Now Pixxures plans to revamp their main 
software to use
 Cayenne instead of the connection pooling system and the other data access
 methods.
 
-
+
+
 
 
 
@@ -191,7 +198,8 @@ using Cayenne to store and retrieve indexed data for blog 
search engine:
 http://www.pogodak.ba/index.jsp?tab=blog;>http://www.pogodak.ba/index.jsp?tab=blog.
 There are plans to switch to
 Cayenne similar sites for Slovenia, Serbia and Macedonia.
 
-
+
+
 
 http://www.provesta.nl/)">
 
@@ -203,7 +211,8 @@ the image base. The backend reads reports from an ERP-like 
system and based
 on that information can appoint the images to certain addresses and
 complexes (collection of 

[09/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/database-support.html
--
diff --git a/database-support.html b/database-support.html
index e47b41e..09bb63e 100644
--- a/database-support.html
+++ b/database-support.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Database Support  Apache Cayenne
 
@@ -84,9 +84,10 @@
 
 
 Database Support
-This page provides useful information about JDBC driver 
settings for various database. All databases below have custom Cayenne 
DbAdapters and are automatically recognized by Cayenne AutoAdapter.
+This page provides useful information about JDBC driver 
settings for various database.
+All databases below have custom Cayenne DbAdapters and are automatically 
recognized by Cayenne AutoAdapter.
 
-
+
 
 
 Database
@@ -99,127 +100,127 @@
 
 
 http://www.ibm.com/db2/;>DB2
-com.ibm.db2.jcc.DB2Driver
-jdbc:db2://127.0.0.1:5/dbname
+com.ibm.db2.jcc.DB2Driver
+jdbc:db2://127.0.0.1:5/dbname
 
 
 
 
 http://db.apache.org/derby/;>Derby
-org.apache.derby.jdbc.ClientDriver
-jdbc:derby://127.0.0.1/testdb
-client/server
+org.apache.derby.jdbc.ClientDriver
+jdbc:derby://127.0.0.1/testdb
+client/server
 
 
 
 
-org.apache.derby.jdbc.EmbeddedDriver
-jdbc:derby:path-to-db-dir;create=true
-embedded
+org.apache.derby.jdbc.EmbeddedDriver
+jdbc:derby:path-to-db-dir;create=true
+embedded
 
 
 
 http://www.frontbase.com/;>FrontBase
-jdbc.FrontBase.FBJDriver
-jdbc:FrontBase://127.0.0.1/dbname
+jdbc.FrontBase.FBJDriver
+jdbc:FrontBase://127.0.0.1/dbname
 
 
 
 
 http://hsqldb.org/;>HSQLDB
-org.hsqldb.jdbcDriver
-jdbc:hsqldb:hsql://127.0.0.1
-client/server
+org.hsqldb.jdbcDriver
+jdbc:hsqldb:hsql://127.0.0.1
+client/server
 
 
 
 
-jdbc:hsqldb:
-file:/path-to-hsql-db-files
-embedded
+jdbc:hsqldb:
+file:/path-to-hsql-db-files
+embedded
 
 
 
 H2
-org.h2.Driver
-jdbc:h2:mem:myTestMem;MVCC=TRUE
-embedded in-memory
+org.h2.Driver
+jdbc:h2:mem:myTestMem;MVCC=TRUE
+embedded in-memory
 
 
 
 http://www.ingres.com/products/ingres-database.php;>Ingres
-com.ingres.jdbc.IngresDriver
-jdbc:ingres://127.0.0.1:II7/dbname
+com.ingres.jdbc.IngresDriver
+jdbc:ingres://127.0.0.1:II7/dbname
 
 
 
 
 http://www.mysql.com/;>MySQL
-com.mysql.jdbc.Driver
-jdbc:mysql://127.0.0.1/dbname
+com.mysql.jdbc.Driver
+jdbc:mysql://127.0.0.1/dbname
 
 
 
 
 OpenBase
-com.openbase.jdbc.ObDriver
-jdbc:openbase://127.0.0.1/dbname
+com.openbase.jdbc.ObDriver
+jdbc:openbase://127.0.0.1/dbname
 
 
 
 
 http://www.oracle.com/;>Oracle
-oracle.jdbc.driver.OracleDriver
-jdbc:oracle:thin:@//127.0.0.1:1521/dbname
+oracle.jdbc.driver.OracleDriver
+jdbc:oracle:thin:@//127.0.0.1:1521/dbname
 
 
 
 
 http://www.postgresql.org/;>PostgreSQL
-org.postgresql.Driver
-jdbc:postgresql://127.0.0.1:5432/dbname
+org.postgresql.Driver
+jdbc:postgresql://127.0.0.1:5432/dbname
 
 
 
 
 http://www.sqlite.org/;>SQLite 3.*
-org.sqlite.JDBC
-jdbc:sqlite:path_to_dbfile
-driver from zentus.com
+org.sqlite.JDBC
+jdbc:sqlite:path_to_dbfile
+driver from zentus.com
 
 
 
 http://www.microsoft.com/sqlserver;>SQLServer
-http://msdn.microsoft.com/en-us/data/aa937724.aspx;>com.microsoft.sqlserver.jdbc.SQLServerDriver
-jdbc:sqlserver://127.0.0.1;databaseName=dbname
-Microsoft Driver
+http://msdn.microsoft.com/en-us/data/aa937724.aspx;>com.microsoft.sqlserver.jdbc.SQLServerDriver
+jdbc:sqlserver://127.0.0.1;databaseName=dbname
+Microsoft Driver
 
 
 
 
-com.microsoft.jdbc.sqlserver.SQLServerDriver
-jdbc:microsoft:sqlserver://127.0.0.1;databaseName=dbname;SelectMethod=cursor
-Microsoft Driver, SQL Server prior to 2005
+com.microsoft.jdbc.sqlserver.SQLServerDriver
+jdbc:microsoft:sqlserver://127.0.0.1;databaseName=dbname;SelectMethod=cursor
+Microsoft Driver, SQL Server prior to 2005
 
 
 
 
-net.sourceforge.jtds.jdbc.Driver
-jdbc:jtds:sqlserver://127.0.0.1:5000/dbname
+net.sourceforge.jtds.jdbc.Driver
+jdbc:jtds:sqlserver://127.0.0.1:5000/dbname
 http://jtds.sourceforge.net/;>jTDS Driver
 
 
 
 http://www.sybase.com/;>Sybase
-com.sybase.jdbc3.jdbc.SybDriver
-jdbc:sybase:Tds:127.0.0.1:5000/dbname
-Sybase driver
+com.sybase.jdbc3.jdbc.SybDriver
+jdbc:sybase:Tds:127.0.0.1:5000/dbname
+Sybase driver
 
 
 
 
-net.sourceforge.jtds.jdbc.Driver
-jdbc:jtds:sybase://127.0.0.1:5000/dbname;useLOBs=false;TDS=4.2
+net.sourceforge.jtds.jdbc.Driver
+jdbc:jtds:sybase://127.0.0.1:5000/dbname;useLOBs=false;TDS=4.2
 http://jtds.sourceforge.net/;>jTDS Driver
 
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/dev/building-cayenne.html
--
diff --git a/dev/building-cayenne.html b/dev/building-cayenne.html
index af05d7e..80588ee 100644
--- 

[10/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/css/styles-c50fffa94d.css
--
diff --git a/css/styles-c50fffa94d.css b/css/styles-c50fffa94d.css
new file mode 100644
index 000..dae4c31
--- /dev/null
+++ b/css/styles-c50fffa94d.css
@@ -0,0 +1,4 @@
+@charset 
"UTF-8";.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag
 
.hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class
 
.hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-extralight.eot);src:url(fonts/montserrat-extralight.eot?#iefix)
 for
 mat("embedded-opentype"),url(fonts/montserrat-extralight.woff) 
format("woff"),url(fonts/montserrat-extralight.ttf) 
format("truetype"),url(fonts/montserrat-extralight.svg#montserrat) 
format("svg");font-style:normal;font-weight:200}@font-face{font-family:montserrat;src:url(fonts/montserrat-light.eot);src:url(fonts/montserrat-light.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-light.woff) 
format("woff"),url(fonts/montserrat-light.ttf) 
format("truetype"),url(fonts/montserrat-light.svg#montserrat) 
format("svg");font-style:normal;font-weight:300}@font-face{font-family:montserrat;src:url(fonts/montserrat-regular.eot);src:url(fonts/montserrat-regular.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-regular.woff) 
format("woff"),url(fonts/montserrat-regular.ttf) 
format("truetype"),url(fonts/montserrat-regular.svg#montserrat) 
format("svg");font-style:normal;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-italic.eot);src:url(fonts/montserrat
 -italic.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-italic.woff) 
format("woff"),url(fonts/montserrat-italic.ttf) 
format("truetype"),url(fonts/montserrat-italic.svg#montserrat) 
format("svg");font-style:italic;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-medium.eot);src:url(fonts/montserrat-medium.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-medium.woff) 
format("woff"),url(fonts/montserrat-medium.ttf) 
format("truetype"),url(fonts/montserrat-medium.svg#montserrat) 
format("svg");font-style:normal;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montserrat-mediumitalic.eot);src:url(fonts/montserrat-mediumitalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-mediumitalic.woff) 
format("woff"),url(fonts/montserrat-mediumitalic.ttf) 
format("truetype"),url(fonts/montserrat-mediumitalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montse
 rrat-semibold.eot);src:url(fonts/montserrat-semibold.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-semibold.woff) 
format("woff"),url(fonts/montserrat-semibold.ttf) 
format("truetype"),url(fonts/montserrat-semibold.svg#montserrat) 
format("svg");font-style:normal;font-weight:600}@font-face{font-family:montserrat;src:url(fonts/montserrat-bold.eot);src:url(fonts/montserrat-bold.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bold.woff) 
format("woff"),url(fonts/montserrat-bold.ttf) 
format("truetype"),url(fonts/montserrat-bold.svg#montserrat) 
format("svg");font-style:normal;font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-bolditalic.eot);src:url(fonts/montserrat-bolditalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bolditalic.woff) 
format("woff"),url(fonts/montserrat-bolditalic.ttf) 
format("truetype"),url(fonts/montserrat-bolditalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:700}/*!
+ *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
+ 
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix=4.7.0)
 format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) 
format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) 
format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) 
format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
 

[08/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/installation.html
--
diff --git a/docs/1.2/installation.html b/docs/1.2/installation.html
index 6a08beb..91d12e2 100644
--- a/docs/1.2/installation.html
+++ b/docs/1.2/installation.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Installation  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/introduction-to-cayennemodeler.html
--
diff --git a/docs/1.2/introduction-to-cayennemodeler.html 
b/docs/1.2/introduction-to-cayennemodeler.html
index 7fab0aa..2de7637 100644
--- a/docs/1.2/introduction-to-cayennemodeler.html
+++ b/docs/1.2/introduction-to-cayennemodeler.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Introduction to CayenneModeler  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/introduction.html
--
diff --git a/docs/1.2/introduction.html b/docs/1.2/introduction.html
index 7319a48..38048ef 100644
--- a/docs/1.2/introduction.html
+++ b/docs/1.2/introduction.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Introduction  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/iterating-through-data-rows.html
--
diff --git a/docs/1.2/iterating-through-data-rows.html 
b/docs/1.2/iterating-through-data-rows.html
index 8b307cc..145a19c 100644
--- a/docs/1.2/iterating-through-data-rows.html
+++ b/docs/1.2/iterating-through-data-rows.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Iterating Through Data Rows  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/jar-files-and-dependencies.html
--
diff --git a/docs/1.2/jar-files-and-dependencies.html 
b/docs/1.2/jar-files-and-dependencies.html
index 0a29dfc..6be568e 100644
--- a/docs/1.2/jar-files-and-dependencies.html
+++ b/docs/1.2/jar-files-and-dependencies.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 JAR Files and Dependencies  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/java-interface-to-an-existing-database.html
--
diff --git a/docs/1.2/java-interface-to-an-existing-database.html 
b/docs/1.2/java-interface-to-an-existing-database.html
index 7e0f828..dc69204 100644
--- a/docs/1.2/java-interface-to-an-existing-database.html
+++ b/docs/1.2/java-interface-to-an-existing-database.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Java Interface to an Existing Database  Apache 
Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/license.html
--
diff --git a/docs/1.2/license.html b/docs/1.2/license.html
index 58b210d..e0b8997 100644
--- a/docs/1.2/license.html
+++ b/docs/1.2/license.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 License  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/local-datasources.html
--
diff --git a/docs/1.2/local-datasources.html b/docs/1.2/local-datasources.html
index f504183..d5158eb 100644
--- a/docs/1.2/local-datasources.html
+++ 

[12/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
test publish


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

Branch: refs/heads/asf-site
Commit: 1a4999ecdeaead90debf0d98be35eac0472cac17
Parents: eaf7921
Author: Nikita Timofeev 
Authored: Wed Jan 10 13:13:03 2018 +0300
Committer: Nikita Timofeev 
Committed: Wed Jan 10 13:13:03 2018 +0300

--
 2014/09/cayenne-31-released.html|   2 +-
 2015/03/cayenne-40m2-released.html  |   2 +-
 2016/02/cayenne-40m3-released.html  |   2 +-
 2016/05/cayenne-311-released.html   |   2 +-
 2016/12/cayenne-40M4-released.html  |   2 +-
 2017/03/cayenne-40M5-released.html  |   2 +-
 2017/06/cayenne-40B1-released.html  |   2 +-
 2017/10/cayenne-40B2-released.html  |   2 +-
 2017/10/cayenne-41m1-released.html  |   2 +-
 2017/11/cayenne-312-released.html   |   2 +-
 404.html|   2 +-
 about/index.html|   2 +-
 about/support/index.html|   5 +-
 collaboration/index.html|   2 +-
 contributors.html   |   2 +-
 css/styles-5ade48e498.css   |   4 -
 css/styles-c50fffa94d.css   |   4 +
 database-support.html   |  97 ++-
 dev/building-cayenne.html   |   8 +-
 dev/cms-guide.html  |  14 ++-
 dev/code-repository.html|   5 +-
 dev/eclipse.html|   2 +-
 dev/how_development_happens.html|  11 ++-
 dev/index.html  |   2 +-
 dev/release-guide.html  |  27 --
 dev/running-unit-tests.html |  20 ++--
 docs/1.2/accessing-pk-and-fk-values.html|   2 +-
 docs/1.2/acknowledgments.html   |   2 +-
 docs/1.2/ant-tasks.html |   2 +-
 docs/1.2/building-expressions.html  |   2 +-
 docs/1.2/caching-lookup-tables.html |   2 +-
 docs/1.2/caching-query-results.html |   2 +-
 docs/1.2/cayenne-contract.html  |   2 +-
 docs/1.2/cayenne-datamaps.html  |   2 +-
 docs/1.2/cayenne-project-structure.html |   2 +-
 docs/1.2/cayenne-projects.html  |   2 +-
 docs/1.2/cayenne-user-directory.html|   2 +-
 docs/1.2/cayennemodeler-and-eclipse.html|   2 +-
 .../cayennemodeler-flattened-relationships.html |   2 +-
 docs/1.2/cdataport.html |   2 +-
 docs/1.2/cdbgen.html|   2 +-
 docs/1.2/cdeploy.html   |   2 +-
 docs/1.2/cgen.html  |   2 +-
 docs/1.2/classpath.html |   2 +-
 docs/1.2/common-modeling-tasks.html |   2 +-
 docs/1.2/configuring-caching-behavior.html  |   2 +-
 docs/1.2/configuring-deployment-settings.html   |   2 +-
 docs/1.2/configuring-logging.html   |   2 +-
 docs/1.2/configuring-object-validation.html |   2 +-
 .../1.2/configuring-transactional-behavior.html |   2 +-
 ...nverting-an-existing-business-framework.html |   2 +-
 docs/1.2/create-datanode.html   |   2 +-
 docs/1.2/create-new-project.html|   2 +-
 docs/1.2/customizing-configuration.html |   2 +-
 docs/1.2/customizing-queries.html   |   2 +-
 docs/1.2/customizing.html   |   2 +-
 docs/1.2/data-rows.html |   2 +-
 docs/1.2/datachannel.html   |   2 +-
 docs/1.2/datacontext.html   |   2 +-
 docs/1.2/datacontextdelegate.html   |   2 +-
 docs/1.2/datacontextfactory.html|   2 +-
 docs/1.2/datanode.html  |   2 +-
 docs/1.2/dataobject-state-management.html   |   2 +-
 docs/1.2/dataobject-validation.html |   2 +-
 docs/1.2/dataobjects-example.html   |   2 +-
 docs/1.2/dataobjects.html   |   2 +-
 docs/1.2/dataobjectutils.html   |   2 +-
 docs/1.2/datasource.html|   2 +-
 docs/1.2/dataview-concepts.html |   2 +-
 docs/1.2/dataviews-in-action.html   |   2 +-
 docs/1.2/dataviews.html |   2 +-
 docs/1.2/dbadapter.html |   2 +-
 docs/1.2/delete-rules.html  |   2 +-
 docs/1.2/deleting-objects.html  |   2 +-
 

[04/12] cayenne-website git commit: test publish

2018-01-10 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/paginated-queries.html
--
diff --git a/docs/3.0/paginated-queries.html b/docs/3.0/paginated-queries.html
index c22dd3e..f887f67 100644
--- a/docs/3.0/paginated-queries.html
+++ b/docs/3.0/paginated-queries.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Paginated Queries  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/parameterized-queries.html
--
diff --git a/docs/3.0/parameterized-queries.html 
b/docs/3.0/parameterized-queries.html
index 0e5fa46..ef97fe8 100644
--- a/docs/3.0/parameterized-queries.html
+++ b/docs/3.0/parameterized-queries.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Parameterized Queries  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/path-expressions.html
--
diff --git a/docs/3.0/path-expressions.html b/docs/3.0/path-expressions.html
index b95e8bf..f19e796 100644
--- a/docs/3.0/path-expressions.html
+++ b/docs/3.0/path-expressions.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Path Expressions  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/performance-tuning.html
--
diff --git a/docs/3.0/performance-tuning.html b/docs/3.0/performance-tuning.html
index 53cecad..afbbf28 100644
--- a/docs/3.0/performance-tuning.html
+++ b/docs/3.0/performance-tuning.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Performance Tuning  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/persistent-object-lifecycle.html
--
diff --git a/docs/3.0/persistent-object-lifecycle.html 
b/docs/3.0/persistent-object-lifecycle.html
index ebadef1..59754c6 100644
--- a/docs/3.0/persistent-object-lifecycle.html
+++ b/docs/3.0/persistent-object-lifecycle.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Persistent Object Lifecycle  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/preferences-panel.html
--
diff --git a/docs/3.0/preferences-panel.html b/docs/3.0/preferences-panel.html
index 3e2b03e..b6e922e 100644
--- a/docs/3.0/preferences-panel.html
+++ b/docs/3.0/preferences-panel.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Preferences Panel  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/prefetching.html
--
diff --git a/docs/3.0/prefetching.html b/docs/3.0/prefetching.html
index a0b50e5..296db6f 100644
--- a/docs/3.0/prefetching.html
+++ b/docs/3.0/prefetching.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+http://54.84.229.93/css/styles-c50fffa94d.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Prefetching  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/3.0/primary-key-generation.html
--
diff --git a/docs/3.0/primary-key-generation.html 
b/docs/3.0/primary-key-generation.html
index c6b0bf0..1055905 100644
--- a/docs/3.0/primary-key-generation.html
+++ b/docs/3.0/primary-key-generation.html
@@ -11,7 +11,7 @@
 
 
 
-http://54.84.229.93/css/styles-5ade48e498.css"/>
+

[11/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/datasource.html
--
diff --git a/docs/1.2/datasource.html b/docs/1.2/datasource.html
index b01df63..0093eca 100644
--- a/docs/1.2/datasource.html
+++ b/docs/1.2/datasource.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataSource  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/dataview-concepts.html
--
diff --git a/docs/1.2/dataview-concepts.html b/docs/1.2/dataview-concepts.html
index 7cd37da..f27d69d 100644
--- a/docs/1.2/dataview-concepts.html
+++ b/docs/1.2/dataview-concepts.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataView Concepts  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/dataviews-in-action.html
--
diff --git a/docs/1.2/dataviews-in-action.html 
b/docs/1.2/dataviews-in-action.html
index f81a8e2..c5f54b1 100644
--- a/docs/1.2/dataviews-in-action.html
+++ b/docs/1.2/dataviews-in-action.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataViews in Action  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/dataviews.html
--
diff --git a/docs/1.2/dataviews.html b/docs/1.2/dataviews.html
index effc70b..ac3ef93 100644
--- a/docs/1.2/dataviews.html
+++ b/docs/1.2/dataviews.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataViews  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/dbadapter.html
--
diff --git a/docs/1.2/dbadapter.html b/docs/1.2/dbadapter.html
index 75bdf69..63bc846 100644
--- a/docs/1.2/dbadapter.html
+++ b/docs/1.2/dbadapter.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DbAdapter  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/delete-rules.html
--
diff --git a/docs/1.2/delete-rules.html b/docs/1.2/delete-rules.html
index fc7c599..d762a8e 100644
--- a/docs/1.2/delete-rules.html
+++ b/docs/1.2/delete-rules.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Delete Rules  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/deleting-objects.html
--
diff --git a/docs/1.2/deleting-objects.html b/docs/1.2/deleting-objects.html
index 081aed8..fb9f936 100644
--- a/docs/1.2/deleting-objects.html
+++ b/docs/1.2/deleting-objects.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Deleting Objects  Apache Cayenne
 


[07/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/local-datasources.html
--
diff --git a/docs/2.0/local-datasources.html b/docs/2.0/local-datasources.html
index a1f3f5e..a7b8ef9 100644
--- a/docs/2.0/local-datasources.html
+++ b/docs/2.0/local-datasources.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Local DataSources  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/many-to-many-relationships.html
--
diff --git a/docs/2.0/many-to-many-relationships.html 
b/docs/2.0/many-to-many-relationships.html
index 65edf2d..52832cd 100644
--- a/docs/2.0/many-to-many-relationships.html
+++ b/docs/2.0/many-to-many-relationships.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Many-to-Many Relationships  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/modeler-guide.html
--
diff --git a/docs/2.0/modeler-guide.html b/docs/2.0/modeler-guide.html
index 6397d92..caf6e8e 100644
--- a/docs/2.0/modeler-guide.html
+++ b/docs/2.0/modeler-guide.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeler Guide  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/modeling-database-layer.html
--
diff --git a/docs/2.0/modeling-database-layer.html 
b/docs/2.0/modeling-database-layer.html
index b26ab1f..b809394 100644
--- a/docs/2.0/modeling-database-layer.html
+++ b/docs/2.0/modeling-database-layer.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Database Layer  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/modeling-inheritance.html
--
diff --git a/docs/2.0/modeling-inheritance.html 
b/docs/2.0/modeling-inheritance.html
index 713f3e5..fff47e0 100644
--- a/docs/2.0/modeling-inheritance.html
+++ b/docs/2.0/modeling-inheritance.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Inheritance  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/modeling-object-layer.html
--
diff --git a/docs/2.0/modeling-object-layer.html 
b/docs/2.0/modeling-object-layer.html
index 4dad6a3..7326df9 100644
--- a/docs/2.0/modeling-object-layer.html
+++ b/docs/2.0/modeling-object-layer.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Object Layer  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/modeling-objentities.html
--
diff --git a/docs/2.0/modeling-objentities.html 
b/docs/2.0/modeling-objentities.html
index 98b1616..70635da 100644
--- a/docs/2.0/modeling-objentities.html
+++ b/docs/2.0/modeling-objentities.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+  

[08/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/customizing-queries.html
--
diff --git a/docs/2.0/customizing-queries.html 
b/docs/2.0/customizing-queries.html
index 52442d0..8587e17 100644
--- a/docs/2.0/customizing-queries.html
+++ b/docs/2.0/customizing-queries.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Customizing Queries  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/customizing.html
--
diff --git a/docs/2.0/customizing.html b/docs/2.0/customizing.html
index 24eed47..8342e3f 100644
--- a/docs/2.0/customizing.html
+++ b/docs/2.0/customizing.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Customizing  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/data-rows.html
--
diff --git a/docs/2.0/data-rows.html b/docs/2.0/data-rows.html
index c7ae87b..611b007 100644
--- a/docs/2.0/data-rows.html
+++ b/docs/2.0/data-rows.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Data Rows  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/datachannel.html
--
diff --git a/docs/2.0/datachannel.html b/docs/2.0/datachannel.html
index b90bb68..f821878 100644
--- a/docs/2.0/datachannel.html
+++ b/docs/2.0/datachannel.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataChannel  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/datacontext.html
--
diff --git a/docs/2.0/datacontext.html b/docs/2.0/datacontext.html
index f8998d3..c3563e6 100644
--- a/docs/2.0/datacontext.html
+++ b/docs/2.0/datacontext.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataContext  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/datacontextdelegate.html
--
diff --git a/docs/2.0/datacontextdelegate.html 
b/docs/2.0/datacontextdelegate.html
index 9c63dd5..dc783a2 100644
--- a/docs/2.0/datacontextdelegate.html
+++ b/docs/2.0/datacontextdelegate.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataContextDelegate  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/datacontextfactory.html
--
diff --git a/docs/2.0/datacontextfactory.html b/docs/2.0/datacontextfactory.html
index 87b6237..216ff45 100644
--- a/docs/2.0/datacontextfactory.html
+++ b/docs/2.0/datacontextfactory.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 DataContextFactory  Apache Cayenne
 


[12/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/database-support.html
--
diff --git a/database-support.html b/database-support.html
index ae721a7..e47b41e 100644
--- a/database-support.html
+++ b/database-support.html
@@ -3,13 +3,22 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Database Support  Apache Cayenne
 
- 
+
+
+
+
 
 
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/dev/building-cayenne.html
--
diff --git a/dev/building-cayenne.html b/dev/building-cayenne.html
index 5543817..af05d7e 100644
--- a/dev/building-cayenne.html
+++ b/dev/building-cayenne.html
@@ -3,13 +3,22 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Building Cayenne  Apache Cayenne
 
- 
+
+
+
+
 
 
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/dev/cms-guide.html
--
diff --git a/dev/cms-guide.html b/dev/cms-guide.html
index 8718483..53b1e86 100644
--- a/dev/cms-guide.html
+++ b/dev/cms-guide.html
@@ -3,13 +3,22 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Guide to Cayenne CMS  Apache Cayenne
 
- 
+
+
+
+
 
 
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/dev/code-repository.html
--
diff --git a/dev/code-repository.html b/dev/code-repository.html
index 8dfec52..bc7bada 100644
--- a/dev/code-repository.html
+++ b/dev/code-repository.html
@@ -3,13 +3,22 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Code Repository  Apache Cayenne
 
- 
+
+
+
+
 
 
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/dev/eclipse.html
--
diff --git a/dev/eclipse.html b/dev/eclipse.html
index 37d6fd2..622d21c 100644
--- a/dev/eclipse.html
+++ b/dev/eclipse.html
@@ -3,13 +3,22 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Working with Cayenne code in Eclipse  Apache 
Cayenne
 
- 
+
+
+
+
 
 
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/dev/how_development_happens.html
--
diff --git a/dev/how_development_happens.html b/dev/how_development_happens.html
index 06986e1..b71994d 100644
--- a/dev/how_development_happens.html
+++ b/dev/how_development_happens.html
@@ -3,13 +3,22 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 How development happens  Apache Cayenne
 
- 
+
+
+
+
 
 
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/dev/index.html
--
diff --git a/dev/index.html b/dev/index.html
index ebf2e47..d8d620c 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -3,13 +3,22 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Developer Guide  

[14/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/css/styles-5ade48e498.css
--
diff --git a/css/styles-5ade48e498.css b/css/styles-5ade48e498.css
new file mode 100644
index 000..6610a2c
--- /dev/null
+++ b/css/styles-5ade48e498.css
@@ -0,0 +1,4 @@
+@charset 
"UTF-8";.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag
 
.hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class
 
.hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-extralight.eot);src:url(fonts/montserrat-extralight.eot?#iefix)
 for
 mat("embedded-opentype"),url(fonts/montserrat-extralight.woff) 
format("woff"),url(fonts/montserrat-extralight.ttf) 
format("truetype"),url(fonts/montserrat-extralight.svg#montserrat) 
format("svg");font-style:normal;font-weight:200}@font-face{font-family:montserrat;src:url(fonts/montserrat-light.eot);src:url(fonts/montserrat-light.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-light.woff) 
format("woff"),url(fonts/montserrat-light.ttf) 
format("truetype"),url(fonts/montserrat-light.svg#montserrat) 
format("svg");font-style:normal;font-weight:300}@font-face{font-family:montserrat;src:url(fonts/montserrat-regular.eot);src:url(fonts/montserrat-regular.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-regular.woff) 
format("woff"),url(fonts/montserrat-regular.ttf) 
format("truetype"),url(fonts/montserrat-regular.svg#montserrat) 
format("svg");font-style:normal;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-italic.eot);src:url(fonts/montserrat
 -italic.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-italic.woff) 
format("woff"),url(fonts/montserrat-italic.ttf) 
format("truetype"),url(fonts/montserrat-italic.svg#montserrat) 
format("svg");font-style:italic;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-medium.eot);src:url(fonts/montserrat-medium.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-medium.woff) 
format("woff"),url(fonts/montserrat-medium.ttf) 
format("truetype"),url(fonts/montserrat-medium.svg#montserrat) 
format("svg");font-style:normal;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montserrat-mediumitalic.eot);src:url(fonts/montserrat-mediumitalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-mediumitalic.woff) 
format("woff"),url(fonts/montserrat-mediumitalic.ttf) 
format("truetype"),url(fonts/montserrat-mediumitalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montse
 rrat-semibold.eot);src:url(fonts/montserrat-semibold.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-semibold.woff) 
format("woff"),url(fonts/montserrat-semibold.ttf) 
format("truetype"),url(fonts/montserrat-semibold.svg#montserrat) 
format("svg");font-style:normal;font-weight:600}@font-face{font-family:montserrat;src:url(fonts/montserrat-bold.eot);src:url(fonts/montserrat-bold.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bold.woff) 
format("woff"),url(fonts/montserrat-bold.ttf) 
format("truetype"),url(fonts/montserrat-bold.svg#montserrat) 
format("svg");font-style:normal;font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-bolditalic.eot);src:url(fonts/montserrat-bolditalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bolditalic.woff) 
format("woff"),url(fonts/montserrat-bolditalic.ttf) 
format("truetype"),url(fonts/montserrat-bolditalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:700}/*!
+ *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
+ 
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix=4.7.0)
 format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) 
format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) 
format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) 
format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
 

[02/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/standalone-applications.html
--
diff --git a/docs/3.0/standalone-applications.html 
b/docs/3.0/standalone-applications.html
index 012ed3f..70e9683 100644
--- a/docs/3.0/standalone-applications.html
+++ b/docs/3.0/standalone-applications.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Standalone Applications  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/stored-procedures-and-transactions.html
--
diff --git a/docs/3.0/stored-procedures-and-transactions.html 
b/docs/3.0/stored-procedures-and-transactions.html
index 4818c84..eda5ac9 100644
--- a/docs/3.0/stored-procedures-and-transactions.html
+++ b/docs/3.0/stored-procedures-and-transactions.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Stored Procedures and Transactions  Apache 
Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/stored-procedures.html
--
diff --git a/docs/3.0/stored-procedures.html b/docs/3.0/stored-procedures.html
index 55e0e4e..dab4875 100644
--- a/docs/3.0/stored-procedures.html
+++ b/docs/3.0/stored-procedures.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Stored Procedures  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/to-dep-pk-checkbox.html
--
diff --git a/docs/3.0/to-dep-pk-checkbox.html b/docs/3.0/to-dep-pk-checkbox.html
index 4e0272f..26eb9a1 100644
--- a/docs/3.0/to-dep-pk-checkbox.html
+++ b/docs/3.0/to-dep-pk-checkbox.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 To Dep PK Checkbox  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/turning-off-context-synchronization.html
--
diff --git a/docs/3.0/turning-off-context-synchronization.html 
b/docs/3.0/turning-off-context-synchronization.html
index 3e6eefb..be1347a 100644
--- a/docs/3.0/turning-off-context-synchronization.html
+++ b/docs/3.0/turning-off-context-synchronization.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Turning off Context Synchronization  Apache 
Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/tutorial-dataobjects.html
--
diff --git a/docs/3.0/tutorial-dataobjects.html 
b/docs/3.0/tutorial-dataobjects.html
index 0e3b4ee..1e5b80c 100644
--- a/docs/3.0/tutorial-dataobjects.html
+++ b/docs/3.0/tutorial-dataobjects.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 tutorial-dataobjects.html  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/tutorial-delete.html
--
diff --git a/docs/3.0/tutorial-delete.html b/docs/3.0/tutorial-delete.html
index 18063e5..11644d5 100644
--- a/docs/3.0/tutorial-delete.html
+++ 

[13/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/css/styles-735ddf3e5f.css
--
diff --git a/css/styles-735ddf3e5f.css b/css/styles-735ddf3e5f.css
deleted file mode 100644
index b00c4e1..000
--- a/css/styles-735ddf3e5f.css
+++ /dev/null
@@ -1,4 +0,0 @@
-@charset 
"UTF-8";.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag
 
.hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class
 
.hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-extralight.eot);src:url(fonts/montserrat-extralight.eot?#iefix)
 for
 mat("embedded-opentype"),url(fonts/montserrat-extralight.woff) 
format("woff"),url(fonts/montserrat-extralight.ttf) 
format("truetype"),url(fonts/montserrat-extralight.svg#montserrat) 
format("svg");font-style:normal;font-weight:200}@font-face{font-family:montserrat;src:url(fonts/montserrat-light.eot);src:url(fonts/montserrat-light.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-light.woff) 
format("woff"),url(fonts/montserrat-light.ttf) 
format("truetype"),url(fonts/montserrat-light.svg#montserrat) 
format("svg");font-style:normal;font-weight:300}@font-face{font-family:montserrat;src:url(fonts/montserrat-regular.eot);src:url(fonts/montserrat-regular.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-regular.woff) 
format("woff"),url(fonts/montserrat-regular.ttf) 
format("truetype"),url(fonts/montserrat-regular.svg#montserrat) 
format("svg");font-style:normal;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-italic.eot);src:url(fonts/montserrat
 -italic.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-italic.woff) 
format("woff"),url(fonts/montserrat-italic.ttf) 
format("truetype"),url(fonts/montserrat-italic.svg#montserrat) 
format("svg");font-style:italic;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-medium.eot);src:url(fonts/montserrat-medium.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-medium.woff) 
format("woff"),url(fonts/montserrat-medium.ttf) 
format("truetype"),url(fonts/montserrat-medium.svg#montserrat) 
format("svg");font-style:normal;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montserrat-mediumitalic.eot);src:url(fonts/montserrat-mediumitalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-mediumitalic.woff) 
format("woff"),url(fonts/montserrat-mediumitalic.ttf) 
format("truetype"),url(fonts/montserrat-mediumitalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montse
 rrat-semibold.eot);src:url(fonts/montserrat-semibold.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-semibold.woff) 
format("woff"),url(fonts/montserrat-semibold.ttf) 
format("truetype"),url(fonts/montserrat-semibold.svg#montserrat) 
format("svg");font-style:normal;font-weight:600}@font-face{font-family:montserrat;src:url(fonts/montserrat-bold.eot);src:url(fonts/montserrat-bold.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bold.woff) 
format("woff"),url(fonts/montserrat-bold.ttf) 
format("truetype"),url(fonts/montserrat-bold.svg#montserrat) 
format("svg");font-style:normal;font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-bolditalic.eot);src:url(fonts/montserrat-bolditalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bolditalic.woff) 
format("woff"),url(fonts/montserrat-bolditalic.ttf) 
format("truetype"),url(fonts/montserrat-bolditalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:700}/*!
- *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
- 
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix=4.7.0)
 format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) 
format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) 
format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) 
format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
 

[15/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
test publish


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

Branch: refs/heads/asf-site
Commit: eaf7921429ee9d006ac7455c91ced4dd7c8acf3f
Parents: 89c5e5e
Author: stariy 
Authored: Tue Jan 9 15:14:33 2018 +0300
Committer: stariy 
Committed: Tue Jan 9 15:14:33 2018 +0300

--
 2014/09/cayenne-31-released.html |  17 +
 2015/03/cayenne-40m2-released.html   |  17 +
 2016/02/cayenne-40m3-released.html   |  17 +
 2016/05/cayenne-311-released.html|  17 +
 2016/12/cayenne-40M4-released.html   |  17 +
 2017/03/cayenne-40M5-released.html   |  17 +
 2017/06/cayenne-40B1-released.html   |  17 +
 2017/10/cayenne-40B2-released.html   |  17 +
 2017/10/cayenne-41m1-released.html   |  17 +
 2017/11/cayenne-312-released.html|  17 +
 404.html |  17 +
 about/index.html |  17 +
 about/support/index.html |  17 +
 collaboration/index.html |  17 +
 contributors.html|  17 +
 css/styles-5ade48e498.css|   4 
 css/styles-735ddf3e5f.css|   4 
 database-support.html|  17 +
 dev/building-cayenne.html|  17 +
 dev/cms-guide.html   |  17 +
 dev/code-repository.html |  17 +
 dev/eclipse.html |  17 +
 dev/how_development_happens.html |  17 +
 dev/index.html   |  17 +
 dev/release-guide.html   |  17 +
 dev/running-unit-tests.html  |  17 +
 docs/1.2/accessing-pk-and-fk-values.html |  12 +---
 docs/1.2/acknowledgments.html|  12 +---
 docs/1.2/ant-tasks.html  |  12 +---
 docs/1.2/building-expressions.html   |  12 +---
 docs/1.2/caching-lookup-tables.html  |  12 +---
 docs/1.2/caching-query-results.html  |  12 +---
 docs/1.2/cayenne-contract.html   |  12 +---
 docs/1.2/cayenne-datamaps.html   |  12 +---
 docs/1.2/cayenne-project-structure.html  |  12 +---
 docs/1.2/cayenne-projects.html   |  12 +---
 docs/1.2/cayenne-user-directory.html |  12 +---
 docs/1.2/cayennemodeler-and-eclipse.html |  12 +---
 .../cayennemodeler-flattened-relationships.html  |  12 +---
 docs/1.2/cdataport.html  |  12 +---
 docs/1.2/cdbgen.html |  12 +---
 docs/1.2/cdeploy.html|  12 +---
 docs/1.2/cgen.html   |  12 +---
 docs/1.2/classpath.html  |  12 +---
 docs/1.2/common-modeling-tasks.html  |  12 +---
 docs/1.2/configuring-caching-behavior.html   |  12 +---
 docs/1.2/configuring-deployment-settings.html|  12 +---
 docs/1.2/configuring-logging.html|  12 +---
 docs/1.2/configuring-object-validation.html  |  12 +---
 docs/1.2/configuring-transactional-behavior.html |  12 +---
 ...onverting-an-existing-business-framework.html |  12 +---
 docs/1.2/create-datanode.html|  12 +---
 docs/1.2/create-new-project.html |  12 +---
 docs/1.2/customizing-configuration.html  |  12 +---
 docs/1.2/customizing-queries.html|  12 +---
 docs/1.2/customizing.html|  12 +---
 docs/1.2/data-rows.html  |  12 +---
 docs/1.2/datachannel.html|  12 +---
 docs/1.2/datacontext.html|  12 +---
 docs/1.2/datacontextdelegate.html|  12 +---
 docs/1.2/datacontextfactory.html |  12 +---
 docs/1.2/datanode.html   

[03/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/overview.html
--
diff --git a/docs/3.0/overview.html b/docs/3.0/overview.html
index 0144a6f..276cd15 100644
--- a/docs/3.0/overview.html
+++ b/docs/3.0/overview.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Overview  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/paginated-queries.html
--
diff --git a/docs/3.0/paginated-queries.html b/docs/3.0/paginated-queries.html
index 5524720..c22dd3e 100644
--- a/docs/3.0/paginated-queries.html
+++ b/docs/3.0/paginated-queries.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Paginated Queries  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/parameterized-queries.html
--
diff --git a/docs/3.0/parameterized-queries.html 
b/docs/3.0/parameterized-queries.html
index e17ea57..0e5fa46 100644
--- a/docs/3.0/parameterized-queries.html
+++ b/docs/3.0/parameterized-queries.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Parameterized Queries  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/path-expressions.html
--
diff --git a/docs/3.0/path-expressions.html b/docs/3.0/path-expressions.html
index 5ae4f96..b95e8bf 100644
--- a/docs/3.0/path-expressions.html
+++ b/docs/3.0/path-expressions.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Path Expressions  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/performance-tuning.html
--
diff --git a/docs/3.0/performance-tuning.html b/docs/3.0/performance-tuning.html
index 871b3fe..53cecad 100644
--- a/docs/3.0/performance-tuning.html
+++ b/docs/3.0/performance-tuning.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Performance Tuning  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/persistent-object-lifecycle.html
--
diff --git a/docs/3.0/persistent-object-lifecycle.html 
b/docs/3.0/persistent-object-lifecycle.html
index 5462b9c..ebadef1 100644
--- a/docs/3.0/persistent-object-lifecycle.html
+++ b/docs/3.0/persistent-object-lifecycle.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Persistent Object Lifecycle  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/preferences-panel.html
--
diff --git a/docs/3.0/preferences-panel.html b/docs/3.0/preferences-panel.html
index 63d0ba7..3e2b03e 100644
--- a/docs/3.0/preferences-panel.html
+++ b/docs/3.0/preferences-panel.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+

[05/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/cdataport.html
--
diff --git a/docs/3.0/cdataport.html b/docs/3.0/cdataport.html
index 6133b77..77384b6 100644
--- a/docs/3.0/cdataport.html
+++ b/docs/3.0/cdataport.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 cdataport  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/cdbgen.html
--
diff --git a/docs/3.0/cdbgen.html b/docs/3.0/cdbgen.html
index bae5124..47cc761 100644
--- a/docs/3.0/cdbgen.html
+++ b/docs/3.0/cdbgen.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 cdbgen  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/cdbimport.html
--
diff --git a/docs/3.0/cdbimport.html b/docs/3.0/cdbimport.html
index 9475c4b..9609336 100644
--- a/docs/3.0/cdbimport.html
+++ b/docs/3.0/cdbimport.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 cdbimport  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/cdeploy.html
--
diff --git a/docs/3.0/cdeploy.html b/docs/3.0/cdeploy.html
index 3f22fbd..5d6a00e 100644
--- a/docs/3.0/cdeploy.html
+++ b/docs/3.0/cdeploy.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 cdeploy  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/cgen.html
--
diff --git a/docs/3.0/cgen.html b/docs/3.0/cgen.html
index 15bc1aa..fe0f200 100644
--- a/docs/3.0/cgen.html
+++ b/docs/3.0/cgen.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 cgen  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/classpath.html
--
diff --git a/docs/3.0/classpath.html b/docs/3.0/classpath.html
index f178f58..27517b4 100644
--- a/docs/3.0/classpath.html
+++ b/docs/3.0/classpath.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 ClassPath  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/common-modeling-tasks.html
--
diff --git a/docs/3.0/common-modeling-tasks.html 
b/docs/3.0/common-modeling-tasks.html
index 4156558..1ab0574 100644
--- a/docs/3.0/common-modeling-tasks.html
+++ b/docs/3.0/common-modeling-tasks.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Common Modeling Tasks  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/comparing-dataobjects.html
--
diff --git 

[04/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/generate-database-schema.html
--
diff --git a/docs/3.0/generate-database-schema.html 
b/docs/3.0/generate-database-schema.html
index 7940cec..084028b 100644
--- a/docs/3.0/generate-database-schema.html
+++ b/docs/3.0/generate-database-schema.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Generate Database Schema  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/generate-java-classes.html
--
diff --git a/docs/3.0/generate-java-classes.html 
b/docs/3.0/generate-java-classes.html
index b629e04..63ad0f0 100644
--- a/docs/3.0/generate-java-classes.html
+++ b/docs/3.0/generate-java-classes.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Generate Java Classes  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/generate-primary-key-support.html
--
diff --git a/docs/3.0/generate-primary-key-support.html 
b/docs/3.0/generate-primary-key-support.html
index 547b31e..4af0368 100644
--- a/docs/3.0/generate-primary-key-support.html
+++ b/docs/3.0/generate-primary-key-support.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Generate Primary Key Support  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/generated-columns.html
--
diff --git a/docs/3.0/generated-columns.html b/docs/3.0/generated-columns.html
index 8a3eb5d..198c6d4 100644
--- a/docs/3.0/generated-columns.html
+++ b/docs/3.0/generated-columns.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Generated Columns  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/generic-persistent-class.html
--
diff --git a/docs/3.0/generic-persistent-class.html 
b/docs/3.0/generic-persistent-class.html
index b70f0db..3edd0c8 100644
--- a/docs/3.0/generic-persistent-class.html
+++ b/docs/3.0/generic-persistent-class.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Generic Persistent Class  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/guide-to-11-features.html
--
diff --git a/docs/3.0/guide-to-11-features.html 
b/docs/3.0/guide-to-11-features.html
index 1beb2a4..7a657c4 100644
--- a/docs/3.0/guide-to-11-features.html
+++ b/docs/3.0/guide-to-11-features.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Guide to 1.1 Features  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/3.0/guide-to-12-features.html
--
diff --git a/docs/3.0/guide-to-12-features.html 
b/docs/3.0/guide-to-12-features.html
index ec7449e..1c63dee 100644
--- a/docs/3.0/guide-to-12-features.html
+++ b/docs/3.0/guide-to-12-features.html
@@ -3,9 +3,15 @@
 
 
 
-

[09/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/stored-procedures.html
--
diff --git a/docs/1.2/stored-procedures.html b/docs/1.2/stored-procedures.html
index 4f280a4..07de093 100644
--- a/docs/1.2/stored-procedures.html
+++ b/docs/1.2/stored-procedures.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Stored Procedures  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/swing-applications.html
--
diff --git a/docs/1.2/swing-applications.html b/docs/1.2/swing-applications.html
index 52ca29b..bb1244a 100644
--- a/docs/1.2/swing-applications.html
+++ b/docs/1.2/swing-applications.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Swing Applications  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/to-dep-pk-checkbox.html
--
diff --git a/docs/1.2/to-dep-pk-checkbox.html b/docs/1.2/to-dep-pk-checkbox.html
index 5e84453..c1b481b 100644
--- a/docs/1.2/to-dep-pk-checkbox.html
+++ b/docs/1.2/to-dep-pk-checkbox.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 To Dep PK Checkbox  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/turning-off-context-synchronization.html
--
diff --git a/docs/1.2/turning-off-context-synchronization.html 
b/docs/1.2/turning-off-context-synchronization.html
index e5dac9d..fb876d2 100644
--- a/docs/1.2/turning-off-context-synchronization.html
+++ b/docs/1.2/turning-off-context-synchronization.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Turning off Context Synchronization  Apache 
Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/tutorial-datacontext.html
--
diff --git a/docs/1.2/tutorial-datacontext.html 
b/docs/1.2/tutorial-datacontext.html
index 6af9ee7..77dfa5e 100644
--- a/docs/1.2/tutorial-datacontext.html
+++ b/docs/1.2/tutorial-datacontext.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Tutorial DataContext  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/tutorial-dataobjects.html
--
diff --git a/docs/1.2/tutorial-dataobjects.html 
b/docs/1.2/tutorial-dataobjects.html
index 89a4b47..2857895 100644
--- a/docs/1.2/tutorial-dataobjects.html
+++ b/docs/1.2/tutorial-dataobjects.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Tutorial DataObjects  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/tutorial-delete.html
--
diff --git a/docs/1.2/tutorial-delete.html b/docs/1.2/tutorial-delete.html
index 97441c3..d6fae57 100644
--- a/docs/1.2/tutorial-delete.html
+++ b/docs/1.2/tutorial-delete.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-

[10/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/null-handling.html
--
diff --git a/docs/1.2/null-handling.html b/docs/1.2/null-handling.html
index 17e14b4..0a38a13 100644
--- a/docs/1.2/null-handling.html
+++ b/docs/1.2/null-handling.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 NULL Handling  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/object-caching.html
--
diff --git a/docs/1.2/object-caching.html b/docs/1.2/object-caching.html
index f8465a4..7bfdb03 100644
--- a/docs/1.2/object-caching.html
+++ b/docs/1.2/object-caching.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Object Caching  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/objectcontext.html
--
diff --git a/docs/1.2/objectcontext.html b/docs/1.2/objectcontext.html
index 33f6a67..d86ff7f 100644
--- a/docs/1.2/objectcontext.html
+++ b/docs/1.2/objectcontext.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 ObjectContext  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/objectidquery.html
--
diff --git a/docs/1.2/objectidquery.html b/docs/1.2/objectidquery.html
index f0ee9bb..38ac9f9 100644
--- a/docs/1.2/objectidquery.html
+++ b/docs/1.2/objectidquery.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 ObjectIdQuery  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/obtaining-datacontext.html
--
diff --git a/docs/1.2/obtaining-datacontext.html 
b/docs/1.2/obtaining-datacontext.html
index 441c278..5330555 100644
--- a/docs/1.2/obtaining-datacontext.html
+++ b/docs/1.2/obtaining-datacontext.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Obtaining DataContext  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/orm-case-study.html
--
diff --git a/docs/1.2/orm-case-study.html b/docs/1.2/orm-case-study.html
index ef90b7e..9cedff4 100644
--- a/docs/1.2/orm-case-study.html
+++ b/docs/1.2/orm-case-study.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 ORM Case Study  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/1.2/paginated-queries.html
--
diff --git a/docs/1.2/paginated-queries.html b/docs/1.2/paginated-queries.html
index 0857f96..91ece72 100644
--- a/docs/1.2/paginated-queries.html
+++ b/docs/1.2/paginated-queries.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Paginated 

[06/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/remote-object-persistence-tutorial-setup.html
--
diff --git a/docs/2.0/remote-object-persistence-tutorial-setup.html 
b/docs/2.0/remote-object-persistence-tutorial-setup.html
index a695207..60d56d9 100644
--- a/docs/2.0/remote-object-persistence-tutorial-setup.html
+++ b/docs/2.0/remote-object-persistence-tutorial-setup.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Remote Object Persistence Tutorial Setup  Apache 
Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/remote-object-persistence-tutorial-webservice.html
--
diff --git a/docs/2.0/remote-object-persistence-tutorial-webservice.html 
b/docs/2.0/remote-object-persistence-tutorial-webservice.html
index 599ead3..4df1fe4 100644
--- a/docs/2.0/remote-object-persistence-tutorial-webservice.html
+++ b/docs/2.0/remote-object-persistence-tutorial-webservice.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Remote Object Persistence Tutorial WebService  Apache 
Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/reverse-engineer-database.html
--
diff --git a/docs/2.0/reverse-engineer-database.html 
b/docs/2.0/reverse-engineer-database.html
index 6fd20be..4e69e73 100644
--- a/docs/2.0/reverse-engineer-database.html
+++ b/docs/2.0/reverse-engineer-database.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Reverse Engineer Database  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/running-cayennemodeler.html
--
diff --git a/docs/2.0/running-cayennemodeler.html 
b/docs/2.0/running-cayennemodeler.html
index 7bf602e..440f14f 100644
--- a/docs/2.0/running-cayennemodeler.html
+++ b/docs/2.0/running-cayennemodeler.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Running CayenneModeler  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/running-queries.html
--
diff --git a/docs/2.0/running-queries.html b/docs/2.0/running-queries.html
index bb5f240..87622dc 100644
--- a/docs/2.0/running-queries.html
+++ b/docs/2.0/running-queries.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Running Queries  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/runtime-components.html
--
diff --git a/docs/2.0/runtime-components.html b/docs/2.0/runtime-components.html
index 1bced24..6860587 100644
--- a/docs/2.0/runtime-components.html
+++ b/docs/2.0/runtime-components.html
@@ -3,9 +3,15 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Runtime Components  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/docs/2.0/scripting-sqltemplate.html
--
diff --git a/docs/2.0/scripting-sqltemplate.html 

[01/15] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 89c5e5e0c -> eaf792142


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/news/index.html
--
diff --git a/news/index.html b/news/index.html
index 0b70d49..fca6cd8 100644
--- a/news/index.html
+++ b/news/index.html
@@ -3,13 +3,22 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 News  Apache Cayenne
 
- 
+
+
+
+
 
 
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/privacy-policy.html
--
diff --git a/privacy-policy.html b/privacy-policy.html
index 54b3753..7ff173e 100644
--- a/privacy-policy.html
+++ b/privacy-policy.html
@@ -3,13 +3,22 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Privacy Policy  Apache Cayenne
 
- 
+
+
+
+
 
 
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/success-stories.html
--
diff --git a/success-stories.html b/success-stories.html
index 6f1babf..2037c88 100644
--- a/success-stories.html
+++ b/success-stories.html
@@ -3,13 +3,22 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Success Stories  Apache Cayenne
 
- 
+
+
+
+
 
 
   

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/eaf79214/why-cayenne.html
--
diff --git a/why-cayenne.html b/why-cayenne.html
index e99109e..3847d8c 100644
--- a/why-cayenne.html
+++ b/why-cayenne.html
@@ -3,13 +3,22 @@
 
 
 
-
-
-http://54.84.229.93/css/styles-735ddf3e5f.css"/>
+
+
+
+
+
+
+
+
+http://54.84.229.93/css/styles-5ade48e498.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Why Cayenne?  Apache Cayenne
 
- 
+
+
+
+
 
 
   



[10/12] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/css/styles-735ddf3e5f.css
--
diff --git a/css/styles-735ddf3e5f.css b/css/styles-735ddf3e5f.css
new file mode 100644
index 000..b00c4e1
--- /dev/null
+++ b/css/styles-735ddf3e5f.css
@@ -0,0 +1,4 @@
+@charset 
"UTF-8";.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag
 
.hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class
 
.hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-extralight.eot);src:url(fonts/montserrat-extralight.eot?#iefix)
 for
 mat("embedded-opentype"),url(fonts/montserrat-extralight.woff) 
format("woff"),url(fonts/montserrat-extralight.ttf) 
format("truetype"),url(fonts/montserrat-extralight.svg#montserrat) 
format("svg");font-style:normal;font-weight:200}@font-face{font-family:montserrat;src:url(fonts/montserrat-light.eot);src:url(fonts/montserrat-light.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-light.woff) 
format("woff"),url(fonts/montserrat-light.ttf) 
format("truetype"),url(fonts/montserrat-light.svg#montserrat) 
format("svg");font-style:normal;font-weight:300}@font-face{font-family:montserrat;src:url(fonts/montserrat-regular.eot);src:url(fonts/montserrat-regular.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-regular.woff) 
format("woff"),url(fonts/montserrat-regular.ttf) 
format("truetype"),url(fonts/montserrat-regular.svg#montserrat) 
format("svg");font-style:normal;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-italic.eot);src:url(fonts/montserrat
 -italic.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-italic.woff) 
format("woff"),url(fonts/montserrat-italic.ttf) 
format("truetype"),url(fonts/montserrat-italic.svg#montserrat) 
format("svg");font-style:italic;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-medium.eot);src:url(fonts/montserrat-medium.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-medium.woff) 
format("woff"),url(fonts/montserrat-medium.ttf) 
format("truetype"),url(fonts/montserrat-medium.svg#montserrat) 
format("svg");font-style:normal;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montserrat-mediumitalic.eot);src:url(fonts/montserrat-mediumitalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-mediumitalic.woff) 
format("woff"),url(fonts/montserrat-mediumitalic.ttf) 
format("truetype"),url(fonts/montserrat-mediumitalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montse
 rrat-semibold.eot);src:url(fonts/montserrat-semibold.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-semibold.woff) 
format("woff"),url(fonts/montserrat-semibold.ttf) 
format("truetype"),url(fonts/montserrat-semibold.svg#montserrat) 
format("svg");font-style:normal;font-weight:600}@font-face{font-family:montserrat;src:url(fonts/montserrat-bold.eot);src:url(fonts/montserrat-bold.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bold.woff) 
format("woff"),url(fonts/montserrat-bold.ttf) 
format("truetype"),url(fonts/montserrat-bold.svg#montserrat) 
format("svg");font-style:normal;font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-bolditalic.eot);src:url(fonts/montserrat-bolditalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bolditalic.woff) 
format("woff"),url(fonts/montserrat-bolditalic.ttf) 
format("truetype"),url(fonts/montserrat-bolditalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:700}/*!
+ *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
+ 
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix=4.7.0)
 format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) 
format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) 
format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) 
format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
 

[02/12] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/js/bundle.js.map
--
diff --git a/js/bundle.js.map b/js/bundle.js.map
index 51638df..2a807c7 100644
--- a/js/bundle.js.map
+++ b/js/bundle.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///bundle.js","webpack:///webpack/bootstrap 
6b4654f39bda5643b7a9","webpack:///./node_modules/jquery/dist/jquery.js","webpack:///./node_modules/bootstrap/js/dist/util.js","webpack:///./scripts/main.js","webpack:///./node_modules/bootstrap/js/dist/tab.js","webpack:///./node_modules/bootstrap/js/dist/collapse.js","webpack:///./node_modules/bootstrap/js/dist/dropdown.js","webpack:///./node_modules/popper.js/dist/esm/popper.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/bootstrap/js/dist/scrollspy.js","webpack:///./node_modules/highlight.js/lib/highlight.js","webpack:///./node_modules/highlight.js/lib/languages/xml.js","webpack:///./node_modules/highlight.js/lib/languages/java.js","webpack:///./node_modules/highlight.js/lib/languages/sql.js","webpack:///./node_modules/highlight.js/lib/languages/groovy.js"],"names":["modules","__webpack_require__","moduleId","installedModules","exports","module","i","l","call","m","c","d","name","g
 
etter","o","Object","defineProperty","configurable","enumerable","get","n","__esModule","object","property","prototype","hasOwnProperty","p","s","__WEBPACK_AMD_DEFINE_ARRAY__","__WEBPACK_AMD_DEFINE_RESULT__","global","factory","document","w","Error","window","this","noGlobal","DOMEval","code","doc","script","createElement","text","head","appendChild","parentNode","removeChild","isArrayLike","obj","length","type","jQuery","isWindow","nodeName","elem","toLowerCase","winnow","elements","qualifier","not","isFunction","grep","nodeType","indexOf","risSimple","test","filter","sibling","cur","dir","createOptions","options","each","match","rnothtmlwhite","_","flag","Identity","v","Thrower","ex","adoptValue","value","resolve","reject","noValue","method","promise","done","fail","then","apply","undefined","slice","completed","removeEventListener","ready","Data","expando","uid","getData","data","rbrace","JSON","parse","dataAttr","key","replace","rmultiDash","getAttribute","e","dataUser","set","a
 
djustCSS","prop","valueParts","tween","adjusted","scale","maxIterations","currentValue","css","initial","unit","cssNumber","initialInUnit","rcssNum","exec","style","start","end","getDefaultDisplay","temp","ownerDocument","display","defaultDisplayMap","body","showHide","show","values","index","dataPriv","isHiddenWithinTree","getAll","context","tag","ret","getElementsByTagName","querySelectorAll","merge","setGlobalEval","elems","refElements","buildFragment","scripts","selection","ignored","tmp","wrap","contains","j","fragment","createDocumentFragment","nodes","rhtml","rtagName","wrapMap","_default","innerHTML","htmlPrefilter","lastChild","childNodes","firstChild","textContent","push","createTextNode","inArray","rscriptType","returnTrue","returnFalse","safeActiveElement","activeElement","err","on","types","selector","fn","one","origFn","event","off","arguments","guid","add","manipulationTarget","content","disableScript","restoreScript","rscriptTypeMasked","removeAttribute","cloneCopyEv
 
ent","src","dest","pdataOld","pdataCur","udataOld","udataCur","events","hasData","access","handle","extend","fixInput","rcheckableType","checked","defaultValue","domManip","collection","args","callback","concat","first","hasScripts","node","iNoClone","support","checkClone","rchecked","self","eq","html","map","clone","_evalUrl","rcleanScript","remove","keepData","cleanData","curCSS","computed","width","minWidth","maxWidth","getStyles","getPropertyValue","pixelMarginRight","rnumnonpx","rmargin","addGetHookIf","conditionFn","hookFn","vendorPropName","emptyStyle","capName","toUpperCase","cssPrefixes","finalPropName","cssProps","setPositiveNumber","subtract","matches","Math","max","augmentWidthOrHeight","extra","isBorderBox","styles","val","cssExpand","getWidthOrHeight","valueIsBorderBox","boxSizingReliable","parseFloat","Tween","easing","init","schedule","inProgress","hidden","requestAnimationFrame","setTimeout","fx","interval","tick","createFxNow","fxNow","now","genFx","includeWidth","
 

[11/12] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/css/styles-452af12eaa.css
--
diff --git a/css/styles-452af12eaa.css b/css/styles-452af12eaa.css
deleted file mode 100644
index 53fafb3..000
--- a/css/styles-452af12eaa.css
+++ /dev/null
@@ -1,4 +0,0 @@
-@charset 
"UTF-8";.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag
 
.hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class
 
.hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-extralight.eot);src:url(fonts/montserrat-extralight.eot?#iefix)
 for
 mat("embedded-opentype"),url(fonts/montserrat-extralight.woff) 
format("woff"),url(fonts/montserrat-extralight.ttf) 
format("truetype"),url(fonts/montserrat-extralight.svg#montserrat) 
format("svg");font-style:normal;font-weight:200}@font-face{font-family:montserrat;src:url(fonts/montserrat-light.eot);src:url(fonts/montserrat-light.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-light.woff) 
format("woff"),url(fonts/montserrat-light.ttf) 
format("truetype"),url(fonts/montserrat-light.svg#montserrat) 
format("svg");font-style:normal;font-weight:300}@font-face{font-family:montserrat;src:url(fonts/montserrat-regular.eot);src:url(fonts/montserrat-regular.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-regular.woff) 
format("woff"),url(fonts/montserrat-regular.ttf) 
format("truetype"),url(fonts/montserrat-regular.svg#montserrat) 
format("svg");font-style:normal;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-italic.eot);src:url(fonts/montserrat
 -italic.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-italic.woff) 
format("woff"),url(fonts/montserrat-italic.ttf) 
format("truetype"),url(fonts/montserrat-italic.svg#montserrat) 
format("svg");font-style:italic;font-weight:400}@font-face{font-family:montserrat;src:url(fonts/montserrat-medium.eot);src:url(fonts/montserrat-medium.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-medium.woff) 
format("woff"),url(fonts/montserrat-medium.ttf) 
format("truetype"),url(fonts/montserrat-medium.svg#montserrat) 
format("svg");font-style:normal;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montserrat-mediumitalic.eot);src:url(fonts/montserrat-mediumitalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-mediumitalic.woff) 
format("woff"),url(fonts/montserrat-mediumitalic.ttf) 
format("truetype"),url(fonts/montserrat-mediumitalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:500}@font-face{font-family:montserrat;src:url(fonts/montse
 rrat-semibold.eot);src:url(fonts/montserrat-semibold.eot?#iefix) 
format("embedded-opentype"),url(fonts/montserrat-semibold.woff) 
format("woff"),url(fonts/montserrat-semibold.ttf) 
format("truetype"),url(fonts/montserrat-semibold.svg#montserrat) 
format("svg");font-style:normal;font-weight:600}@font-face{font-family:montserrat;src:url(fonts/montserrat-bold.eot);src:url(fonts/montserrat-bold.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bold.woff) 
format("woff"),url(fonts/montserrat-bold.ttf) 
format("truetype"),url(fonts/montserrat-bold.svg#montserrat) 
format("svg");font-style:normal;font-weight:700}@font-face{font-family:montserrat;src:url(fonts/montserrat-bolditalic.eot);src:url(fonts/montserrat-bolditalic.eot?#iefix)
 format("embedded-opentype"),url(fonts/montserrat-bolditalic.woff) 
format("woff"),url(fonts/montserrat-bolditalic.ttf) 
format("truetype"),url(fonts/montserrat-bolditalic.svg#montserrat) 
format("svg");font-style:italic;font-weight:700}/*!
- *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
- 
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix=4.7.0)
 format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) 
format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) 
format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) 
format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
 

[04/12] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/3.0/obtaining-datacontext.html
--
diff --git a/docs/3.0/obtaining-datacontext.html 
b/docs/3.0/obtaining-datacontext.html
index 1fdcbc5..1113451 100644
--- a/docs/3.0/obtaining-datacontext.html
+++ b/docs/3.0/obtaining-datacontext.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Obtaining DataContext  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/3.0/orm-case-study.html
--
diff --git a/docs/3.0/orm-case-study.html b/docs/3.0/orm-case-study.html
index 8f95fd4..20e6803 100644
--- a/docs/3.0/orm-case-study.html
+++ b/docs/3.0/orm-case-study.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 ORM Case Study  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/3.0/overview.html
--
diff --git a/docs/3.0/overview.html b/docs/3.0/overview.html
index 7a40116..0144a6f 100644
--- a/docs/3.0/overview.html
+++ b/docs/3.0/overview.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Overview  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/3.0/paginated-queries.html
--
diff --git a/docs/3.0/paginated-queries.html b/docs/3.0/paginated-queries.html
index 8093f9a..5524720 100644
--- a/docs/3.0/paginated-queries.html
+++ b/docs/3.0/paginated-queries.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Paginated Queries  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/3.0/parameterized-queries.html
--
diff --git a/docs/3.0/parameterized-queries.html 
b/docs/3.0/parameterized-queries.html
index 7c528ef..e17ea57 100644
--- a/docs/3.0/parameterized-queries.html
+++ b/docs/3.0/parameterized-queries.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Parameterized Queries  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/3.0/path-expressions.html
--
diff --git a/docs/3.0/path-expressions.html b/docs/3.0/path-expressions.html
index f8bf399..5ae4f96 100644
--- a/docs/3.0/path-expressions.html
+++ b/docs/3.0/path-expressions.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Path Expressions  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/3.0/performance-tuning.html
--
diff --git a/docs/3.0/performance-tuning.html b/docs/3.0/performance-tuning.html
index efac25e..871b3fe 100644
--- a/docs/3.0/performance-tuning.html
+++ b/docs/3.0/performance-tuning.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Performance Tuning  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/3.0/persistent-object-lifecycle.html
--
diff --git a/docs/3.0/persistent-object-lifecycle.html 
b/docs/3.0/persistent-object-lifecycle.html
index 4fc0b9d..5462b9c 100644
--- a/docs/3.0/persistent-object-lifecycle.html
+++ b/docs/3.0/persistent-object-lifecycle.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 

[09/12] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/database-support.html
--
diff --git a/database-support.html b/database-support.html
index eebec8a..ae721a7 100644
--- a/database-support.html
+++ b/database-support.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Database Support  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/dev/building-cayenne.html
--
diff --git a/dev/building-cayenne.html b/dev/building-cayenne.html
index 6a8c3de..5543817 100644
--- a/dev/building-cayenne.html
+++ b/dev/building-cayenne.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Building Cayenne  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/dev/cms-guide.html
--
diff --git a/dev/cms-guide.html b/dev/cms-guide.html
index 408ead5..8718483 100644
--- a/dev/cms-guide.html
+++ b/dev/cms-guide.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Guide to Cayenne CMS  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/dev/code-repository.html
--
diff --git a/dev/code-repository.html b/dev/code-repository.html
index 7649377..8dfec52 100644
--- a/dev/code-repository.html
+++ b/dev/code-repository.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Code Repository  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/dev/eclipse.html
--
diff --git a/dev/eclipse.html b/dev/eclipse.html
index 0fd5563..37d6fd2 100644
--- a/dev/eclipse.html
+++ b/dev/eclipse.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Working with Cayenne code in Eclipse  Apache 
Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/dev/how_development_happens.html
--
diff --git a/dev/how_development_happens.html b/dev/how_development_happens.html
index c6873eb..06986e1 100644
--- a/dev/how_development_happens.html
+++ b/dev/how_development_happens.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 How development happens  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/dev/index.html
--
diff --git a/dev/index.html b/dev/index.html
index 76af268..ebf2e47 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Developer Guide  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/dev/release-guide.html
--
diff --git a/dev/release-guide.html b/dev/release-guide.html
index 0969c4e..8baf28c 100644
--- a/dev/release-guide.html
+++ b/dev/release-guide.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Release Guide  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/dev/running-unit-tests.html
--
diff --git a/dev/running-unit-tests.html b/dev/running-unit-tests.html
index 41bb3f7..d21419b 100644
--- 

[03/12] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/4.0/cayenne-guide/index.html
--
diff --git a/docs/4.0/cayenne-guide/index.html 
b/docs/4.0/cayenne-guide/index.html
index 979fe99..a0cc95b 100644
--- a/docs/4.0/cayenne-guide/index.html
+++ b/docs/4.0/cayenne-guide/index.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Cayenne Guide  Apache Cayenne
 
@@ -2946,33 +2946,57 @@ select.setParameters(Collections.singletonMap("a", 
a));

   
   
-  Note 
+  #chain and #chunk 

-   For advanced features you may look at the Apache 
Velocity extension 
-   
-  
-  
-  Mapping SQLTemplate Results 
-   
-   Here we’ll discuss how to convert the data selected via 
SQLTemplate to some useable format, compatible with other query results. It can 
either be very simple or very complex, depending on the structure of the SQL, 
JDBC driver nature and the desired result structure. This section presents 
various tips and tricks dealing with result mapping. 
+   #chain and #chunk directives are used for 
conditional inclusion of SQL code. They are used together with 
#chain wrapping multiple #chunks. A chunk evaluates 
its parameter expression and if it is NULL suppresses rendering of the enclosed 
SQL block. A chain renders its prefix and its chunks joined by the operator. If 
all the chunks are suppressed, the chain itself is suppressed. This allows to 
work with otherwise hard to script SQL semantics. E.g. a WHERE clause can 
contain multiple conditions joined with AND or OR. Application code would like 
to exclude a condition if its right-hand parameter is not present (similar to 
Expression pruning discussed above). If all conditions are excluded, the entire 
WHERE clause should be excluded. #chain + #chunk allows to do 
that. 


-   By default SQLTemplate is expected to return a List of Persistent 
objects of its root type. This is the simple case: 
+   Semantics: 


 
-SQLTemplate query = new SQLTemplate(Artist.class, "SELECT * 
FROM ARTIST");
-
-// List of Artists
-ListArtist artists = context.performQuery(query); 
+#chain(operator) ... #end
+#chain(operator prefix) ... #end
+#chunk() ... #end
+#chunk(param) ... #end
+... 
 


-   Just like SelectQuery, SQLTemplate can fetch DataRows. In fact 
DataRows option is very useful with SQLTemplate, as the result type most often 
than not does not represent a Cayenne entity, but instead may be some 
aggregated report or any other data whose object structure is opaque to 
Cayenne: 
+   Full example: 


 
-String sql = "SELECT t0.NAME, COUNT(1) FROM ARTIST t0 JOIN 
PAINTING t1 ON (t0.ID = t1.ARTIST_ID) "
+#chain('OR' 'WHERE')
+#chunk($name) NAME LIKE #bind($name) #end
+#chunk($id) ARTIST_ID  #bind($id) #end
+#end" 
+
+   
+  
+ 
+ 
+ Mapping SQLTemplate Results 
+  
+  Here we’ll discuss how to convert the data selected via SQLTemplate 
to some useable format, compatible with other query results. It can either be 
very simple or very complex, depending on the structure of the SQL, JDBC driver 
nature and the desired result structure. This section presents various tips and 
tricks dealing with result mapping. 
+  
+  
+  By default SQLTemplate is expected to return a List of Persistent 
objects of its root type. This is the simple case: 
+  
+  
+   
+   SQLTemplate query = new SQLTemplate(Artist.class, "SELECT * 
FROM ARTIST");
+
+// List of Artists
+ListArtist artists = context.performQuery(query); 
+   
+  
+  
+  Just like SelectQuery, SQLTemplate can fetch DataRows. In fact 
DataRows option is very useful with SQLTemplate, as the result type most often 
than not does not represent a Cayenne entity, but instead may be some 
aggregated report or any other data whose object structure is opaque to 
Cayenne: 
+  
+  
+   
+   String sql = "SELECT t0.NAME, COUNT(1) FROM ARTIST t0 JOIN 
PAINTING t1 ON (t0.ID = t1.ARTIST_ID) "
 + "GROUP BY t0.NAME ORDER BY COUNT(1)";
 SQLTemplate query = new SQLTemplate(Artist.class, sql);
 
@@ -2981,17 +3005,17 @@ query.setFetchingDataRows(true);
 
 // List of DataRow
 ListDataRow rows = context.performQuery(query); 
-
-   
-   
-   In the example above, even though the query root is Artist. the 
result is a list of artist names with painting counts (as mentioned before in 
such case "root" is only used to find the DB to fetch against, but has no 
bearning on the result). The DataRows here are the most appropriate and desired 

[08/12] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/1.2/modeling-object-layer.html
--
diff --git a/docs/1.2/modeling-object-layer.html 
b/docs/1.2/modeling-object-layer.html
index 655badc..346946c 100644
--- a/docs/1.2/modeling-object-layer.html
+++ b/docs/1.2/modeling-object-layer.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Object Layer  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/1.2/modeling-objentities.html
--
diff --git a/docs/1.2/modeling-objentities.html 
b/docs/1.2/modeling-objentities.html
index 6f9ed30..fc11e5e 100644
--- a/docs/1.2/modeling-objentities.html
+++ b/docs/1.2/modeling-objentities.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling ObjEntities  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/1.2/modeling-queries.html
--
diff --git a/docs/1.2/modeling-queries.html b/docs/1.2/modeling-queries.html
index 626ad67..2b55321 100644
--- a/docs/1.2/modeling-queries.html
+++ b/docs/1.2/modeling-queries.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Queries  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/1.2/modeling-remote-persistence.html
--
diff --git a/docs/1.2/modeling-remote-persistence.html 
b/docs/1.2/modeling-remote-persistence.html
index ce902c1..12923c6 100644
--- a/docs/1.2/modeling-remote-persistence.html
+++ b/docs/1.2/modeling-remote-persistence.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Remote Persistence  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/1.2/modeling-tips.html
--
diff --git a/docs/1.2/modeling-tips.html b/docs/1.2/modeling-tips.html
index df4251b..b0b361b 100644
--- a/docs/1.2/modeling-tips.html
+++ b/docs/1.2/modeling-tips.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Modeling Tips  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/1.2/moving-objects-between-contexts.html
--
diff --git a/docs/1.2/moving-objects-between-contexts.html 
b/docs/1.2/moving-objects-between-contexts.html
index 4320303..0d62090 100644
--- a/docs/1.2/moving-objects-between-contexts.html
+++ b/docs/1.2/moving-objects-between-contexts.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Moving Objects Between Contexts  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/1.2/namedquery.html
--
diff --git a/docs/1.2/namedquery.html b/docs/1.2/namedquery.html
index 7fde8b3..952a6af 100644
--- a/docs/1.2/namedquery.html
+++ b/docs/1.2/namedquery.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 NamedQuery  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/docs/1.2/nested-datacontexts.html
--
diff --git a/docs/1.2/nested-datacontexts.html 
b/docs/1.2/nested-datacontexts.html
index 13fceb3..991f2fd 100644
--- a/docs/1.2/nested-datacontexts.html
+++ b/docs/1.2/nested-datacontexts.html
@@ -5,7 +5,7 @@
 
 
 
-

[01/12] cayenne-website git commit: test publish

2018-01-09 Thread ntimofeev
Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site 9e1b90e16 -> 89c5e5e0c


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/mailing-lists.html
--
diff --git a/mailing-lists.html b/mailing-lists.html
index 48f1570..f426917 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Mailing Lists  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/news/index.html
--
diff --git a/news/index.html b/news/index.html
index 557190d..0b70d49 100644
--- a/news/index.html
+++ b/news/index.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 News  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/privacy-policy.html
--
diff --git a/privacy-policy.html b/privacy-policy.html
index 5b33469..54b3753 100644
--- a/privacy-policy.html
+++ b/privacy-policy.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Privacy Policy  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/success-stories.html
--
diff --git a/success-stories.html b/success-stories.html
index adece5e..6f1babf 100644
--- a/success-stories.html
+++ b/success-stories.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Success Stories  Apache Cayenne
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/89c5e5e0/why-cayenne.html
--
diff --git a/why-cayenne.html b/why-cayenne.html
index f6e2c62..e99109e 100644
--- a/why-cayenne.html
+++ b/why-cayenne.html
@@ -5,7 +5,7 @@
 
 
 
-http://54.84.229.93/css/styles-452af12eaa.css"/>
+http://54.84.229.93/css/styles-735ddf3e5f.css"/>
 http://54.84.229.93/js/bundle-bcaaf59313.js";>
 Why Cayenne?  Apache Cayenne
 



  1   2   >