Repository: cayenne-website
Updated Branches:
  refs/heads/master 45d33cca1 -> dcfcb5e26


Docs build: allow cayenne version override


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

Branch: refs/heads/master
Commit: ca3b90711bece35cf40804bd10dea4ea708d9a1b
Parents: 45d33cc
Author: Nikita Timofeev <stari...@gmail.com>
Authored: Tue Aug 28 15:11:19 2018 +0300
Committer: Nikita Timofeev <stari...@gmail.com>
Committed: Tue Aug 28 15:11:19 2018 +0300

----------------------------------------------------------------------
 build-asciidocs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/ca3b9071/build-asciidocs.sh
----------------------------------------------------------------------
diff --git a/build-asciidocs.sh b/build-asciidocs.sh
index e2bc9f6..921d3e1 100755
--- a/build-asciidocs.sh
+++ b/build-asciidocs.sh
@@ -96,7 +96,7 @@ cd  "$CAYENNE_TMP_DIR/docs/asciidoc/"
 
 # build it
 echo "Running Maven build... it can take a while..."
-mvn install -q -DskipTests > /dev/null 2>&1
+mvn install -q -DskipTests -Dcayenne.version=${VERSION} > /dev/null 2>&1
 echo "Maven build complete"
 
 # copy everything from ./docs/asciidoc/**/target/site/** directories

Reply via email to