Updated Branches: refs/heads/master cac9404ce -> 35b7ee498
updated a dependency to CDI-API production version Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/35b7ee49 Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/35b7ee49 Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/35b7ee49 Branch: refs/heads/master Commit: 35b7ee498a988187045e7794d30c2149b534908a Parents: cac9404 Author: Sebastian Schaffert <[email protected]> Authored: Mon Feb 25 12:46:55 2013 +0100 Committer: Sebastian Schaffert <[email protected]> Committed: Mon Feb 25 12:46:55 2013 +0100 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/35b7ee49/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index ff0d4dd..a9ffdb4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -817,8 +817,8 @@ <dependency> <groupId>javax.enterprise</groupId> <artifactId>cdi-api</artifactId> - <version>1.1.EDR1.2</version> - </dependency> + <version>1.1-PRD</version> + </dependency> <dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-api</artifactId>
