Disabling cdi to fix build git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1748878 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/305581d2 Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/305581d2 Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/305581d2 Branch: refs/heads/master Commit: 305581d294ef5db9bc5b935692e4f8b5e71326e1 Parents: ac32967 Author: cschneider <cschneider@13f79535-47bb-0310-9956-ffa450edef68> Authored: Fri Jun 17 16:54:24 2016 +0000 Committer: cschneider <cschneider@13f79535-47bb-0310-9956-ffa450edef68> Committed: Fri Jun 17 16:54:24 2016 +0000 ---------------------------------------------------------------------- examples/pom.xml | 2 +- jpa-cdi/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/305581d2/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 0cf3b90..055d609 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -124,7 +124,7 @@ <module>tasklist-blueprint</module> <module>tasklist-ds</module> <module>tasklist-model</module> - <module>tasklist-cdi</module> +<!-- <module>tasklist-cdi</module>--> </modules> </project> http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/305581d2/jpa-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/jpa-cdi/pom.xml b/jpa-cdi/pom.xml index fc69007..577d957 100644 --- a/jpa-cdi/pom.xml +++ b/jpa-cdi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.aries.jpa</groupId> <artifactId>org.apache.aries.jpa.parent</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../jpa-parent</relativePath> </parent> <artifactId>org.apache.aries.jpa.cdi</artifactId> http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/305581d2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c5fa5a9..88a2a75 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ <module>jpa-container</module> <module>jpa-support</module> <module>jpa-blueprint</module> - <module>jpa-cdi</module> +<!-- <module>jpa-cdi</module>--> <module>jpa-container-eclipselink-adapter</module> <module>jpa-repository</module> <module>examples</module>
