Return-Path: X-Original-To: apmail-tomee-commits-archive@www.apache.org Delivered-To: apmail-tomee-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9CB5B17A80 for ; Mon, 21 Sep 2015 20:49:49 +0000 (UTC) Received: (qmail 71369 invoked by uid 500); 21 Sep 2015 20:49:49 -0000 Delivered-To: apmail-tomee-commits-archive@tomee.apache.org Received: (qmail 71300 invoked by uid 500); 21 Sep 2015 20:49:49 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 70461 invoked by uid 99); 21 Sep 2015 20:49:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2015 20:49:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E7618E0508; Mon, 21 Sep 2015 20:49:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: andygumbrecht@apache.org To: commits@tomee.apache.org Date: Mon, 21 Sep 2015 20:50:08 -0000 Message-Id: <13ec17e5e5664d128a1b54a2eec0b6e5@git.apache.org> In-Reply-To: <2ed6eca89d17421d8041618820418317@git.apache.org> References: <2ed6eca89d17421d8041618820418317@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/28] tomee git commit: Prep version http://git-wip-us.apache.org/repos/asf/tomee/blob/40be966c/examples/deltaspike-fullstack/pom.xml ---------------------------------------------------------------------- diff --git a/examples/deltaspike-fullstack/pom.xml b/examples/deltaspike-fullstack/pom.xml index e4d99e6..01f2cfb 100644 --- a/examples/deltaspike-fullstack/pom.xml +++ b/examples/deltaspike-fullstack/pom.xml @@ -1,348 +1,348 @@ - - - 4.0.0 - - org.superbiz - deltaspike-fullstack - OpenEJB :: Examples :: JSF2/CDI/BV/JPA/DeltaSpike - 1.0-SNAPSHOT - - war - - - UTF-8 - - 2.2.5 - 1.0.1 - 2.0.8 - 7.0.0-SNAPSHOT - 7.0.0-SNAPSHOT - - - - install - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - org.apache.openjpa - openjpa-maven-plugin - 2.4.0 - - org/superbiz/deltaspike/domain/*.class - - - - enhancer - process-classes - - enhance - - - - - - org.apache.tomee.maven - tomee-maven-plugin - ${version.tomee} - - ROOT - true - - - - org.apache.tomee.maven - tomee-embedded-maven-plugin - ${version.tomee} - - true - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.17 - - - true - FINEST - - - - - - - - - apache-m2-snapshot - Apache Snapshot Repository - https://repository.apache.org/content/groups/snapshots - - true - - - - prime-repo - Prime Technology Maven Repository - http://repository.primefaces.org/ - default - - - - - - org.apache.tomee - javaee-api - 7.0-SNAPSHOT - provided - - - org.apache.tomee - openejb-core - ${version.openejb} - test - - - slf4j-api - org.slf4j - - - xbean-asm5-shaded - org.apache.xbean - - - commons-collections - commons-collections - - - junit - junit - - - commons-lang3 - org.apache.commons - - - - - org.apache.xbean - xbean-asm5-shaded - 3.18 - provided - - - commons-lang3 - org.apache.commons - 3.3.2 - provided - - - commons-collections - commons-collections - 3.2.1 - provided - - - org.slf4j - slf4j-api - 1.7.7 - provided - - - org.apache.deltaspike.core - deltaspike-core-api - ${version.deltaspike} - - - org.apache.deltaspike.core - deltaspike-core-impl - ${version.deltaspike} - runtime - - - org.apache.deltaspike.modules - deltaspike-jsf-module-api - ${version.deltaspike} - - - org.apache.deltaspike.modules - deltaspike-jsf-module-impl - ${version.deltaspike} - runtime - - - org.apache.deltaspike.modules - deltaspike-data-module-api - ${version.deltaspike} - - - org.apache.deltaspike.modules - deltaspike-data-module-impl - ${version.deltaspike} - - - org.apache.deltaspike.modules - deltaspike-security-module-api - ${version.deltaspike} - - - org.apache.deltaspike.modules - deltaspike-security-module-impl - ${version.deltaspike} - runtime - - - org.apache.myfaces.extensions.validator - myfaces-extval-core - ${version.extval} - - - org.apache.myfaces.extensions.validator.validation-modules - myfaces-extval-property-validation - ${version.extval} - - - javax.persistence - persistence-api - - - - - org.apache.myfaces.extensions.validator.validation-modules - myfaces-extval-bean-validation - ${version.extval} - - - javax.validation - validation-api - - - - - junit - junit - 4.11 - test - - - org.apache.deltaspike.modules - deltaspike-test-control-module-api - ${version.deltaspike} - test - - - org.apache.deltaspike.modules - deltaspike-test-control-module-impl - ${version.deltaspike} - test - - - org.apache.deltaspike.cdictrl - deltaspike-cdictrl-api - ${version.deltaspike} - test - - - org.apache.deltaspike.cdictrl - deltaspike-cdictrl-openejb - ${version.deltaspike} - test - - - - - org.mockito - mockito-all - 1.9.5 - test - - - - - org.apache.myfaces.core - myfaces-api - ${version.myfaces2} - provided - - - org.apache.myfaces.core - myfaces-impl - ${version.myfaces2} - test - - - commons-collections - commons-collections - - - commons-logging - commons-logging - - - commons-beanutils - commons-beanutils - - - - - org.apache.myfaces.core - myfaces-impl-test - ${version.myfaces2} - test - - - org.apache.myfaces.test - myfaces-test20 - 1.0.6 - test - - - junit - junit - - - - - - - org.primefaces - primefaces - 2.2 - - - - - - - localhost - file://${basedir}/target/repo/ - - - localhost - file://${basedir}/target/snapshot-repo/ - - - - - + + + 4.0.0 + + org.superbiz + deltaspike-fullstack + OpenEJB :: Examples :: JSF2/CDI/BV/JPA/DeltaSpike + 1.1.2 + + war + + + UTF-8 + + 2.2.5 + 1.0.1 + 2.0.8 + 7.0.0-M1 + 7.0.0-M1 + + + + install + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + org.apache.openjpa + openjpa-maven-plugin + 2.4.0 + + org/superbiz/deltaspike/domain/*.class + + + + enhancer + process-classes + + enhance + + + + + + org.apache.tomee.maven + tomee-maven-plugin + ${version.tomee} + + ROOT + true + + + + org.apache.tomee.maven + tomee-embedded-maven-plugin + ${version.tomee} + + true + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + + true + FINEST + + + + + + + + + apache-m2-snapshot + Apache Snapshot Repository + https://repository.apache.org/content/groups/snapshots + + true + + + + prime-repo + Prime Technology Maven Repository + http://repository.primefaces.org/ + default + + + + + + org.apache.tomee + javaee-api + 7.0-SNAPSHOT + provided + + + org.apache.tomee + openejb-core + ${version.openejb} + test + + + slf4j-api + org.slf4j + + + xbean-asm5-shaded + org.apache.xbean + + + commons-collections + commons-collections + + + junit + junit + + + commons-lang3 + org.apache.commons + + + + + org.apache.xbean + xbean-asm5-shaded + 3.18 + provided + + + commons-lang3 + org.apache.commons + 3.3.2 + provided + + + commons-collections + commons-collections + 3.2.1 + provided + + + org.slf4j + slf4j-api + 1.7.7 + provided + + + org.apache.deltaspike.core + deltaspike-core-api + ${version.deltaspike} + + + org.apache.deltaspike.core + deltaspike-core-impl + ${version.deltaspike} + runtime + + + org.apache.deltaspike.modules + deltaspike-jsf-module-api + ${version.deltaspike} + + + org.apache.deltaspike.modules + deltaspike-jsf-module-impl + ${version.deltaspike} + runtime + + + org.apache.deltaspike.modules + deltaspike-data-module-api + ${version.deltaspike} + + + org.apache.deltaspike.modules + deltaspike-data-module-impl + ${version.deltaspike} + + + org.apache.deltaspike.modules + deltaspike-security-module-api + ${version.deltaspike} + + + org.apache.deltaspike.modules + deltaspike-security-module-impl + ${version.deltaspike} + runtime + + + org.apache.myfaces.extensions.validator + myfaces-extval-core + ${version.extval} + + + org.apache.myfaces.extensions.validator.validation-modules + myfaces-extval-property-validation + ${version.extval} + + + javax.persistence + persistence-api + + + + + org.apache.myfaces.extensions.validator.validation-modules + myfaces-extval-bean-validation + ${version.extval} + + + javax.validation + validation-api + + + + + junit + junit + 4.11 + test + + + org.apache.deltaspike.modules + deltaspike-test-control-module-api + ${version.deltaspike} + test + + + org.apache.deltaspike.modules + deltaspike-test-control-module-impl + ${version.deltaspike} + test + + + org.apache.deltaspike.cdictrl + deltaspike-cdictrl-api + ${version.deltaspike} + test + + + org.apache.deltaspike.cdictrl + deltaspike-cdictrl-openejb + ${version.deltaspike} + test + + + + + org.mockito + mockito-all + 1.9.5 + test + + + + + org.apache.myfaces.core + myfaces-api + ${version.myfaces2} + provided + + + org.apache.myfaces.core + myfaces-impl + ${version.myfaces2} + test + + + commons-collections + commons-collections + + + commons-logging + commons-logging + + + commons-beanutils + commons-beanutils + + + + + org.apache.myfaces.core + myfaces-impl-test + ${version.myfaces2} + test + + + org.apache.myfaces.test + myfaces-test20 + 1.0.6 + test + + + junit + junit + + + + + + + org.primefaces + primefaces + 2.2 + + + + + + + localhost + file://${basedir}/target/repo/ + + + localhost + file://${basedir}/target/snapshot-repo/ + + + + + http://git-wip-us.apache.org/repos/asf/tomee/blob/40be966c/examples/deltaspike-i18n/pom.xml ---------------------------------------------------------------------- diff --git a/examples/deltaspike-i18n/pom.xml b/examples/deltaspike-i18n/pom.xml index 3599180..4453956 100644 --- a/examples/deltaspike-i18n/pom.xml +++ b/examples/deltaspike-i18n/pom.xml @@ -1,109 +1,109 @@ - - - - - 4.0.0 - - org.superbiz - deltaspike-i18n - jar - 1.1.0-SNAPSHOT - OpenEJB :: Examples :: DeltaSpike I18n - - - UTF-8 - 1.0.0 - - - - install - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - - - - - apache-m2-snapshot - Apache Snapshot Repository - https://repository.apache.org/content/groups/snapshots - - - - - org.apache.tomee - javaee-api - 7.0-SNAPSHOT - provided - - - org.apache.deltaspike.core - deltaspike-core-impl - ${version.deltaspike} - - - org.apache.deltaspike.core - deltaspike-core-api - ${version.deltaspike} - - - junit - junit - 4.11 - test - - - - org.apache.tomee - arquillian-openejb-embedded - 7.0.0-SNAPSHOT - test - - - org.apache.tomee - ziplock - 7.0.0-SNAPSHOT - test - - - - - - - localhost - file://${basedir}/target/repo/ - - - localhost - file://${basedir}/target/snapshot-repo/ - - - - + + + + + 4.0.0 + + org.superbiz + deltaspike-i18n + jar + 1.1.2 + OpenEJB :: Examples :: DeltaSpike I18n + + + UTF-8 + 1.0.0 + + + + install + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + + + + + apache-m2-snapshot + Apache Snapshot Repository + https://repository.apache.org/content/groups/snapshots + + + + + org.apache.tomee + javaee-api + 7.0-SNAPSHOT + provided + + + org.apache.deltaspike.core + deltaspike-core-impl + ${version.deltaspike} + + + org.apache.deltaspike.core + deltaspike-core-api + ${version.deltaspike} + + + junit + junit + 4.11 + test + + + + org.apache.tomee + arquillian-openejb-embedded + 7.0.0-M1 + test + + + org.apache.tomee + ziplock + 7.0.0-M1 + test + + + + + + + localhost + file://${basedir}/target/repo/ + + + localhost + file://${basedir}/target/snapshot-repo/ + + + + http://git-wip-us.apache.org/repos/asf/tomee/blob/40be966c/examples/dynamic-dao-implementation/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-dao-implementation/pom.xml b/examples/dynamic-dao-implementation/pom.xml index 4558f5f..56ffecc 100644 --- a/examples/dynamic-dao-implementation/pom.xml +++ b/examples/dynamic-dao-implementation/pom.xml @@ -1,93 +1,93 @@ - - - - 4.0.0 - org.superbiz - dynamic-dao-implementation - jar - 1.1.0-SNAPSHOT - OpenEJB :: Examples :: Dynamic DAO Implementation - - UTF-8 - - - install - - - org.apache.maven.plugins + + + + 4.0.0 + org.superbiz + dynamic-dao-implementation + jar + 1.1.2 + OpenEJB :: Examples :: Dynamic DAO Implementation + + UTF-8 + + + install + + + org.apache.maven.plugins maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - - - - apache-m2-snapshot - Apache Snapshot Repository - https://repository.apache.org/content/groups/snapshots - - - - - org.apache.tomee - javaee-api - 7.0-SNAPSHOT - provided - - - junit - junit - 4.11 - test - - - - - org.apache.tomee - openejb-core - 7.0.0-SNAPSHOT - test - - - - - - - localhost - file://${basedir}/target/repo/ - - - localhost - file://${basedir}/target/snapshot-repo/ - - - - - + 3.1 + + 1.7 + 1.7 + + + + + + + apache-m2-snapshot + Apache Snapshot Repository + https://repository.apache.org/content/groups/snapshots + + + + + org.apache.tomee + javaee-api + 7.0-SNAPSHOT + provided + + + junit + junit + 4.11 + test + + + + + org.apache.tomee + openejb-core + 7.0.0-M1 + test + + + + + + + localhost + file://${basedir}/target/repo/ + + + localhost + file://${basedir}/target/snapshot-repo/ + + + + + http://git-wip-us.apache.org/repos/asf/tomee/blob/40be966c/examples/dynamic-datasource-routing/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-datasource-routing/pom.xml b/examples/dynamic-datasource-routing/pom.xml index db550a8..04d5fbf 100755 --- a/examples/dynamic-datasource-routing/pom.xml +++ b/examples/dynamic-datasource-routing/pom.xml @@ -1,87 +1,87 @@ - - - - 4.0.0 - org.superbiz - dynamic-datasource-routing - jar - 1.1.0-SNAPSHOT - OpenEJB :: Examples :: Dynamic Datasource Routing - - UTF-8 - 7.0.0-SNAPSHOT - - - install - - - org.apache.maven.plugins + + + + 4.0.0 + org.superbiz + dynamic-datasource-routing + jar + 1.1.2 + OpenEJB :: Examples :: Dynamic Datasource Routing + + UTF-8 + 7.0.0-M1 + + + install + + + org.apache.maven.plugins maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - - - - apache-m2-snapshot - Apache Snapshot Repository - https://repository.apache.org/content/groups/snapshots - - - - - org.apache.tomee - javaee-api - 7.0-SNAPSHOT - provided - - - junit - junit - 4.11 - test - - - - org.apache.tomee - openejb-core - 7.0.0-SNAPSHOT - - - - - - localhost - file://${basedir}/target/repo/ - - - localhost - file://${basedir}/target/snapshot-repo/ - - - + 3.1 + + 1.7 + 1.7 + + + + + + + apache-m2-snapshot + Apache Snapshot Repository + https://repository.apache.org/content/groups/snapshots + + + + + org.apache.tomee + javaee-api + 7.0-SNAPSHOT + provided + + + junit + junit + 4.11 + test + + + + org.apache.tomee + openejb-core + 7.0.0-M1 + + + + + + localhost + file://${basedir}/target/repo/ + + + localhost + file://${basedir}/target/snapshot-repo/ + + + http://git-wip-us.apache.org/repos/asf/tomee/blob/40be966c/examples/dynamic-implementation/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-implementation/pom.xml b/examples/dynamic-implementation/pom.xml index 3ab3ce9..6c5e124 100644 --- a/examples/dynamic-implementation/pom.xml +++ b/examples/dynamic-implementation/pom.xml @@ -1,97 +1,97 @@ - - - - 4.0.0 - org.superbiz - dynamic-implementation - jar - 1.1.0-SNAPSHOT - OpenEJB :: Examples :: Dynamic Implementation - - UTF-8 - - - install - - - org.apache.maven.plugins + + + + 4.0.0 + org.superbiz + dynamic-implementation + jar + 1.1.2 + OpenEJB :: Examples :: Dynamic Implementation + + UTF-8 + + + install + + + org.apache.maven.plugins maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - - - - apache-m2-snapshot - Apache Snapshot Repository - https://repository.apache.org/content/groups/snapshots - - - - - org.apache.tomee - javaee-api - 7.0-SNAPSHOT - provided - - - org.apache.tomee - openejb-api - 7.0.0-SNAPSHOT - - - junit - junit - 4.11 - test - - - - - org.apache.tomee - openejb-core - 7.0.0-SNAPSHOT - test - - - - - - - localhost - file://${basedir}/target/repo/ - - - localhost - file://${basedir}/target/snapshot-repo/ - - - - - + 3.1 + + 1.7 + 1.7 + + + + + + + apache-m2-snapshot + Apache Snapshot Repository + https://repository.apache.org/content/groups/snapshots + + + + + org.apache.tomee + javaee-api + 7.0-SNAPSHOT + provided + + + org.apache.tomee + openejb-api + 7.0.0-M1 + + + junit + junit + 4.11 + test + + + + + org.apache.tomee + openejb-core + 7.0.0-M1 + test + + + + + + + localhost + file://${basedir}/target/repo/ + + + localhost + file://${basedir}/target/snapshot-repo/ + + + + + http://git-wip-us.apache.org/repos/asf/tomee/blob/40be966c/examples/dynamic-proxy-to-access-mbean/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-proxy-to-access-mbean/pom.xml b/examples/dynamic-proxy-to-access-mbean/pom.xml index 2921a82..6af2383 100644 --- a/examples/dynamic-proxy-to-access-mbean/pom.xml +++ b/examples/dynamic-proxy-to-access-mbean/pom.xml @@ -1,106 +1,106 @@ - - - - 4.0.0 - org.superbiz - dynamic-proxy-to-access-mbean - jar - 1.1.0-SNAPSHOT - OpenEJB :: Examples :: Dynamic MBean Proxy - - UTF-8 - - - install - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.17 - - -Dcom.sun.management.jmxremote.port=8243 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false - - - - - - - apache-m2-snapshot - Apache Snapshot Repository - https://repository.apache.org/content/groups/snapshots - - - - - org.apache.tomee - javaee-api - 7.0-SNAPSHOT - provided - - - org.apache.tomee - openejb-api - 7.0.0-SNAPSHOT - provided - - - junit - junit - 4.11 - test - - - - - org.apache.tomee - openejb-core - 7.0.0-SNAPSHOT - test - - - - - - - localhost - file://${basedir}/target/repo/ - - - localhost - file://${basedir}/target/snapshot-repo/ - - - - - + + + + 4.0.0 + org.superbiz + dynamic-proxy-to-access-mbean + jar + 1.1.2 + OpenEJB :: Examples :: Dynamic MBean Proxy + + UTF-8 + + + install + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + -Dcom.sun.management.jmxremote.port=8243 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false + + + + + + + apache-m2-snapshot + Apache Snapshot Repository + https://repository.apache.org/content/groups/snapshots + + + + + org.apache.tomee + javaee-api + 7.0-SNAPSHOT + provided + + + org.apache.tomee + openejb-api + 7.0.0-M1 + provided + + + junit + junit + 4.11 + test + + + + + org.apache.tomee + openejb-core + 7.0.0-M1 + test + + + + + + + localhost + file://${basedir}/target/repo/ + + + localhost + file://${basedir}/target/snapshot-repo/ + + + + + http://git-wip-us.apache.org/repos/asf/tomee/blob/40be966c/examples/ear-testing/business-logic/pom.xml ---------------------------------------------------------------------- diff --git a/examples/ear-testing/business-logic/pom.xml b/examples/ear-testing/business-logic/pom.xml index d1cc544..b061914 100644 --- a/examples/ear-testing/business-logic/pom.xml +++ b/examples/ear-testing/business-logic/pom.xml @@ -1,84 +1,84 @@ - - - - - - - - org.superbiz - myear - 1.1.0-SNAPSHOT - - 4.0.0 - business-logic - jar - OpenEJB :: Examples :: Ear Testing :: Business Logic - - UTF-8 - - - - apache-m2-snapshot - Apache Snapshot Repository - https://repository.apache.org/content/groups/snapshots/ - - - - install - - - org.apache.maven.plugins - maven-compiler-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - - - - org.superbiz - business-model - ${project.version} - - - org.apache.tomee - javaee-api - 7.0-SNAPSHOT - provided - - - junit - junit - 4.11 - test - - - - org.apache.tomee - openejb-core - 7.0.0-SNAPSHOT - test - - - + + + + + + + + org.superbiz + myear + 1.1.2 + + 4.0.0 + business-logic + jar + OpenEJB :: Examples :: Ear Testing :: Business Logic + + UTF-8 + + + + apache-m2-snapshot + Apache Snapshot Repository + https://repository.apache.org/content/groups/snapshots/ + + + + install + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + + + + org.superbiz + business-model + ${project.version} + + + org.apache.tomee + javaee-api + 7.0-SNAPSHOT + provided + + + junit + junit + 4.11 + test + + + + org.apache.tomee + openejb-core + 7.0.0-M1 + test + + + http://git-wip-us.apache.org/repos/asf/tomee/blob/40be966c/examples/ear-testing/business-model/pom.xml ---------------------------------------------------------------------- diff --git a/examples/ear-testing/business-model/pom.xml b/examples/ear-testing/business-model/pom.xml index 346cce3..f68a72f 100644 --- a/examples/ear-testing/business-model/pom.xml +++ b/examples/ear-testing/business-model/pom.xml @@ -1,47 +1,47 @@ - - - - - - - - org.superbiz - myear - 1.1.0-SNAPSHOT - - 4.0.0 - business-model - jar - OpenEJB :: Examples :: Ear Testing :: Business Model - - - - org.apache.tomee - javaee-api - provided - - - junit - junit - test - - - - - + + + + + + + + org.superbiz + myear + 1.1.2 + + 4.0.0 + business-model + jar + OpenEJB :: Examples :: Ear Testing :: Business Model + + + + org.apache.tomee + javaee-api + provided + + + junit + junit + test + + + + + http://git-wip-us.apache.org/repos/asf/tomee/blob/40be966c/examples/ear-testing/pom.xml ---------------------------------------------------------------------- diff --git a/examples/ear-testing/pom.xml b/examples/ear-testing/pom.xml index 4e1c632..0536c2b 100644 --- a/examples/ear-testing/pom.xml +++ b/examples/ear-testing/pom.xml @@ -1,96 +1,96 @@ - - - - - - - - 4.0.0 - org.superbiz - myear - 1.1.0-SNAPSHOT - pom - OpenEJB :: Examples :: Ear Testing - - business-model - business-logic - - - UTF-8 - - - - apache-m2-snapshot - Apache Snapshot Repository - https://repository.apache.org/content/groups/snapshots/ - - - - install - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.17 - - - - - - - - org.apache.tomee - javaee-api - 7.0-SNAPSHOT - - - junit - junit - 4.11 - - - - - - - localhost - file://${basedir}/target/repo/ - - - localhost - file://${basedir}/target/snapshot-repo/ - - - - - + + + + + + + + 4.0.0 + org.superbiz + myear + 1.1.2 + pom + OpenEJB :: Examples :: Ear Testing + + business-model + business-logic + + + UTF-8 + + + + apache-m2-snapshot + Apache Snapshot Repository + https://repository.apache.org/content/groups/snapshots/ + + + + install + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + + + + + + + org.apache.tomee + javaee-api + 7.0-SNAPSHOT + + + junit + junit + 4.11 + + + + + + + localhost + file://${basedir}/target/repo/ + + + localhost + file://${basedir}/target/snapshot-repo/ + + + + + http://git-wip-us.apache.org/repos/asf/tomee/blob/40be966c/examples/ejb-examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/ejb-examples/pom.xml b/examples/ejb-examples/pom.xml index 840fd10..a6da623 100644 --- a/examples/ejb-examples/pom.xml +++ b/examples/ejb-examples/pom.xml @@ -1,96 +1,96 @@ - - - - - - - 4.0.0 - org.superbiz - ejb-examples - war - 1.1.0-SNAPSHOT - OpenEJB :: Web Examples :: EJB Examples War - - UTF-8 - - - - apache-m2-snapshot - Apache Snapshot Repository - https://repository.apache.org/content/groups/snapshots - - - - install - - - org.apache.maven.plugins - maven-surefire-plugin - 2.17 - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - org.apache.tomee.maven - tomee-maven-plugin - 7.0.0-SNAPSHOT - - /ejb-examples - plus - - - - - - - org.apache.tomee - javaee-api - 7.0-SNAPSHOT - provided - - - junit - junit - 4.11 - test - - - - - - localhost - file://${basedir}/target/repo/ - - - localhost - file://${basedir}/target/snapshot-repo/ - - - + + + + + + + 4.0.0 + org.superbiz + ejb-examples + war + 1.1.2 + OpenEJB :: Web Examples :: EJB Examples War + + UTF-8 + + + + apache-m2-snapshot + Apache Snapshot Repository + https://repository.apache.org/content/groups/snapshots + + + + install + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + org.apache.tomee.maven + tomee-maven-plugin + 7.0.0-M1 + + /ejb-examples + plus + + + + + + + org.apache.tomee + javaee-api + 7.0-SNAPSHOT + provided + + + junit + junit + 4.11 + test + + + + + + localhost + file://${basedir}/target/repo/ + + + localhost + file://${basedir}/target/snapshot-repo/ + + +