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 2018/04/06 17:43:02 UTC

[1/2] deltaspike git commit: upgrade owb2 version to latest released version

Repository: deltaspike
Updated Branches:
  refs/heads/master 9c125bd01 -> 621771d56


upgrade owb2 version to latest released version


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

Branch: refs/heads/master
Commit: a56ba59f996e252460e55514ac76b72a5537963f
Parents: 9c125bd
Author: Mark Struberg <st...@apache.org>
Authored: Fri Apr 6 17:43:29 2018 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Apr 6 17:43:29 2018 +0200

----------------------------------------------------------------------
 deltaspike/parent/code/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/a56ba59f/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index e997583..90425f9 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -311,7 +311,7 @@
             <id>OWB2</id>
 
             <properties>
-                <owb.version>2.0.0-SNAPSHOT</owb.version>
+                <owb.version>2.0.4</owb.version>
                 <cdicontainer.version>owb-${owb.version}</cdicontainer.version>
             </properties>
 


[2/2] deltaspike git commit: add OWB2 to the buildall script

Posted by st...@apache.org.
add OWB2 to the buildall script


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

Branch: refs/heads/master
Commit: 621771d568d1d857a11d2af50c27523220a34120
Parents: a56ba59
Author: Mark Struberg <st...@apache.org>
Authored: Fri Apr 6 19:42:15 2018 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Apr 6 19:42:15 2018 +0200

----------------------------------------------------------------------
 deltaspike/buildall.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/621771d5/deltaspike/buildall.sh
----------------------------------------------------------------------
diff --git a/deltaspike/buildall.sh b/deltaspike/buildall.sh
index d81ea7d..fcaee1c 100755
--- a/deltaspike/buildall.sh
+++ b/deltaspike/buildall.sh
@@ -41,6 +41,7 @@ mvn clean install -Ptomee7-build-managed,OpenEJB-TomEE -Dtomee.version=7.0.4 -Do
 
 # CDI-2.0, EE8
 
+mvn clean install -POWB2 | tee mvn-owb2_0_4.log
 
 
 # and now for the result check