You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2019/10/29 20:28:10 UTC

[isis] 15/23: ISIS-2094: fixes typo in build script

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit eaee452ef01a5ea280d7fe4c87b32849a3aa6ee0
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Oct 28 19:53:13 2019 +0000

    ISIS-2094: fixes typo in build script
---
 build-example-apps.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-example-apps.sh b/build-example-apps.sh
index 94c1e4e..cc3b497 100644
--- a/build-example-apps.sh
+++ b/build-example-apps.sh
@@ -35,7 +35,7 @@ cd examples/apps/$APP_NAME
 mvn --batch-mode \
     install \
     -Drevision=$REVISION \
-    -Disis.version=$REVISION
+    -Disis.version=$REVISION \
     -Dmavenmixin-docker \
     -Ddocker-plugin.imageName=$ORG_NAME/$APP_NAME
 if [ $? -ne 0 ]; then