This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new b355f85f0 UNOMI-663 V2 release (#518)
b355f85f0 is described below
commit b355f85f06b18be44aa32c06bfa7293520cd06d1
Author: Serge Huber <[email protected]>
AuthorDate: Wed Oct 5 09:14:21 2022 +0200
UNOMI-663 V2 release (#518)
- Update manual generation to generate files for V2.
---
generate-site-and-upload.sh | 1 +
generate-site.sh | 1 +
2 files changed, 2 insertions(+)
diff --git a/generate-site-and-upload.sh b/generate-site-and-upload.sh
index db60f75ad..cdfe73fb9 100755
--- a/generate-site-and-upload.sh
+++ b/generate-site-and-upload.sh
@@ -31,6 +31,7 @@ mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.3/asciidoc
-Ddoc.output.pdf=t
mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.4/asciidoc
-Ddoc.output.pdf=target/generated-docs/pdf/1_4_x
-Ddoc.output.html=target/generated-docs/html/1_4_x -Ddoc.version=1_4_x -P sign
verify
mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.5/asciidoc
-Ddoc.output.pdf=target/generated-docs/pdf/1_5_x
-Ddoc.output.html=target/generated-docs/html/1_5_x -Ddoc.version=1_5_x -P sign
verify
mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.6/asciidoc
-Ddoc.output.pdf=target/generated-docs/pdf/1_6_x
-Ddoc.output.html=target/generated-docs/html/1_6_x -Ddoc.version=1_6_x -P sign
verify
+mvn -Ddoc.archive=true -Ddoc.output.pdf=target/generated-docs/pdf/2_0_x
-Ddoc.output.html=target/generated-docs/html/2_0_x -Ddoc.version=2_0_x -P sign
install
mvn -P sign install
cd ..
echo Generating Javadoc...
diff --git a/generate-site.sh b/generate-site.sh
index ffff7a63d..d975c709e 100755
--- a/generate-site.sh
+++ b/generate-site.sh
@@ -26,6 +26,7 @@ mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.3/asciidoc
-Ddoc.output.pdf=t
mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.4/asciidoc
-Ddoc.output.pdf=target/generated-docs/pdf/1_4_x
-Ddoc.output.html=target/generated-docs/html/1_4_x -Ddoc.version=1_4_x -P sign
verify
mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.5/asciidoc
-Ddoc.output.pdf=target/generated-docs/pdf/1_5_x
-Ddoc.output.html=target/generated-docs/html/1_5_x -Ddoc.version=1_5_x -P sign
verify
mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.6/asciidoc
-Ddoc.output.pdf=target/generated-docs/pdf/1_6_x
-Ddoc.output.html=target/generated-docs/html/1_6_x -Ddoc.version=1_6_x -P sign
verify
+mvn -Ddoc.archive=true -Ddoc.output.pdf=target/generated-docs/pdf/2_0_x
-Ddoc.output.html=target/generated-docs/html/2_0_x -Ddoc.version=2_0_x -P sign
install
mvn -P sign install
cd ..
echo Generating Javadoc...