You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2014/12/20 18:16:47 UTC

deltaspike git commit: upgrade convenience build script

Repository: deltaspike
Updated Branches:
  refs/heads/master f343959f6 -> dce7cf67a


upgrade convenience build script


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

Branch: refs/heads/master
Commit: dce7cf67af30bfd2ac6fefcc0deeabd1d86d45e5
Parents: f343959
Author: Mark Struberg <st...@apache.org>
Authored: Sat Dec 20 18:15:26 2014 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Sat Dec 20 18:15:26 2014 +0100

----------------------------------------------------------------------
 deltaspike/buildall.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/dce7cf67/deltaspike/buildall.sh
----------------------------------------------------------------------
diff --git a/deltaspike/buildall.sh b/deltaspike/buildall.sh
index cd9b727..7ce2435 100755
--- a/deltaspike/buildall.sh
+++ b/deltaspike/buildall.sh
@@ -24,8 +24,8 @@
 #####################################################################################
 
 rm mvn-*log
-mvn clean install -POWB -Dowb.version=1.1.8 | tee mvn-owb1_1_8.log
-mvn clean install -POWB -Dowb.version=1.2.6 -Dopenejb.owb.version=1.1.8 | tee mvn-owb1_2_6.log
+mvn clean install -POWB -Dowb.version=1.1.8 -Dopenejb.owb.version=1.2.6 | tee mvn-owb1_1_8.log
+mvn clean install -POWB -Dowb.version=1.2.6 -Dopenejb.owb.version=1.2.6 | tee mvn-owb1_2_6.log
 mvn clean install -POWB -Dowb.version=1.2.7 -Dopenejb.owb.version=1.1.8 | tee mvn-owb1_2_7.log
 mvn clean install -POWB15 -Dowb.version=1.5.0-SNAPSHOT -Dopenejb.owb.version=1.2.7 | tee mvn-owb1.5.0.log
 mvn clean install -PWeld -Dweld.version=1.1.10.Final | tee mvn-weld1_1_10.log