You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/01/08 14:15:01 UTC

cayenne-website git commit: Add trailing slash to host

Repository: cayenne-website
Updated Branches:
  refs/heads/master d849147af -> 5612d17e3


Add trailing slash to host


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

Branch: refs/heads/master
Commit: 5612d17e3c06cbd4b5730fe32c7bb8fc054d372b
Parents: d849147
Author: Nikita Timofeev <st...@gmail.com>
Authored: Mon Jan 8 17:14:56 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Mon Jan 8 17:14:56 2018 +0300

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


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/5612d17e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 91a5871..4be9ea1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
         <dev.host>localhost</dev.host>
         <dev.port>3000</dev.port>
         <!-- Production host -->
-        <prod.host>https://cayenne.apache.org</prod.host>
+        <prod.host>https://cayenne.apache.org/</prod.host>
     </properties>
 
     <build>