Repository: deltaspike Updated Branches: refs/heads/master 08d5916ed -> 9c811f2e7
DELTASPIKE-1231 Update build profile for Weld3. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/9c811f2e Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/9c811f2e Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/9c811f2e Branch: refs/heads/master Commit: 9c811f2e74c542bdceedec83af089034267705ae Parents: 08d5916 Author: John D. Ament <[email protected]> Authored: Fri Jan 20 08:16:12 2017 -0500 Committer: John D. Ament <[email protected]> Committed: Fri Jan 20 08:16:12 2017 -0500 ---------------------------------------------------------------------- deltaspike/parent/code/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/9c811f2e/deltaspike/parent/code/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml index b82426d..5f0ece4 100644 --- a/deltaspike/parent/code/pom.xml +++ b/deltaspike/parent/code/pom.xml @@ -523,8 +523,9 @@ <properties> <!-- Actual Weld version used with this profile --> - <weld.version>3.0.0.Alpha16</weld.version> + <weld.version>3.0.0.Beta1</weld.version> <cdicontainer.version>weld-${weld.version}</cdicontainer.version> + <java.version>1.8</java.version> </properties> <dependencyManagement>
