http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/cdi-session-scope/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cdi-session-scope/pom.xml b/examples/cdi-session-scope/pom.xml index 143c8a3..742eb55 100644 --- a/examples/cdi-session-scope/pom.xml +++ b/examples/cdi-session-scope/pom.xml @@ -9,12 +9,13 @@ OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>cdi-session-scope</artifactId> <name>OpenEJB :: Examples :: CDI Session Scope</name> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <packaging>war</packaging> <properties> @@ -44,7 +45,7 @@ <plugin> <groupId>org.apache.openejb.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </plugin> </plugins> </build>
http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/change-jaxws-url/pom.xml ---------------------------------------------------------------------- diff --git a/examples/change-jaxws-url/pom.xml b/examples/change-jaxws-url/pom.xml index 3f6744b..4c9d64a 100644 --- a/examples/change-jaxws-url/pom.xml +++ b/examples/change-jaxws-url/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>change-jaxws-url</artifactId> <packaging>war</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: Change JAXWS URL</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/client-resource-lookup-preview/pom.xml ---------------------------------------------------------------------- diff --git a/examples/client-resource-lookup-preview/pom.xml b/examples/client-resource-lookup-preview/pom.xml index b7dc01e..07dbd34 100644 --- a/examples/client-resource-lookup-preview/pom.xml +++ b/examples/client-resource-lookup-preview/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>client-resource-lookup-preview</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Client Resource Lookup</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -59,13 +59,13 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-client</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-ejbd</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> @@ -84,7 +84,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/component-interfaces/pom.xml ---------------------------------------------------------------------- diff --git a/examples/component-interfaces/pom.xml b/examples/component-interfaces/pom.xml index 146bbe4..330cf8b 100644 --- a/examples/component-interfaces/pom.xml +++ b/examples/component-interfaces/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>component-interfaces</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: EJB 2.1 Component Interfaces</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -78,7 +78,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/cucumber-jvm/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cucumber-jvm/pom.xml b/examples/cucumber-jvm/pom.xml index d3ec089..0f6e4a6 100644 --- a/examples/cucumber-jvm/pom.xml +++ b/examples/cucumber-jvm/pom.xml @@ -22,7 +22,7 @@ <groupId>org.superbiz</groupId> <artifactId>cucumber-jvm</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Cucumber JVM</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -32,7 +32,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -66,7 +66,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/custom-injection/pom.xml ---------------------------------------------------------------------- diff --git a/examples/custom-injection/pom.xml b/examples/custom-injection/pom.xml index 3ab23ed..adecdbb 100644 --- a/examples/custom-injection/pom.xml +++ b/examples/custom-injection/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>custom-injection</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Expanded support for Env Entries</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/datasource-ciphered-password/pom.xml ---------------------------------------------------------------------- diff --git a/examples/datasource-ciphered-password/pom.xml b/examples/datasource-ciphered-password/pom.xml index a4267f0..8f452bf 100644 --- a/examples/datasource-ciphered-password/pom.xml +++ b/examples/datasource-ciphered-password/pom.xml @@ -20,7 +20,7 @@ <groupId>org.superbiz</groupId> <artifactId>datasource-ciphered-password</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Datasource Ciphered Password</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -31,7 +31,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -67,7 +67,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/datasource-definition/pom.xml ---------------------------------------------------------------------- diff --git a/examples/datasource-definition/pom.xml b/examples/datasource-definition/pom.xml index 2e3b0ae..01aa082 100644 --- a/examples/datasource-definition/pom.xml +++ b/examples/datasource-definition/pom.xml @@ -20,7 +20,7 @@ <groupId>org.superbiz</groupId> <artifactId>datasource-definition</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Datasource Definition</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -116,7 +116,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/datasource-versioning/pom.xml ---------------------------------------------------------------------- diff --git a/examples/datasource-versioning/pom.xml b/examples/datasource-versioning/pom.xml index c594345..85684e4 100644 --- a/examples/datasource-versioning/pom.xml +++ b/examples/datasource-versioning/pom.xml @@ -15,12 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>datasource-versioning</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Datasource Versioning</name> <properties> @@ -156,7 +157,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/decorators/pom.xml ---------------------------------------------------------------------- diff --git a/examples/decorators/pom.xml b/examples/decorators/pom.xml index 0183c20..c9f9359 100644 --- a/examples/decorators/pom.xml +++ b/examples/decorators/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>decorators</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Decorators</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/deltaspike-configproperty/pom.xml ---------------------------------------------------------------------- diff --git a/examples/deltaspike-configproperty/pom.xml b/examples/deltaspike-configproperty/pom.xml index 863485f..5b9683e 100644 --- a/examples/deltaspike-configproperty/pom.xml +++ b/examples/deltaspike-configproperty/pom.xml @@ -17,13 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>deltaspike-configproperty</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: DeltaSpike @ConfigProperty</name> <properties> @@ -80,13 +81,13 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>arquillian-openejb-embedded-4</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/deltaspike-exception-handling/pom.xml ---------------------------------------------------------------------- diff --git a/examples/deltaspike-exception-handling/pom.xml b/examples/deltaspike-exception-handling/pom.xml index 5a7dd44..9045d4d 100644 --- a/examples/deltaspike-exception-handling/pom.xml +++ b/examples/deltaspike-exception-handling/pom.xml @@ -23,7 +23,7 @@ <groupId>org.superbiz</groupId> <artifactId>deltaspike-exception-handling</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: DeltaSpike Exception Handling</name> <properties> @@ -79,13 +79,13 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>arquillian-openejb-embedded-4</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/deltaspike-fullstack/pom.xml ---------------------------------------------------------------------- diff --git a/examples/deltaspike-fullstack/pom.xml b/examples/deltaspike-fullstack/pom.xml index c30e3c9..7fecb29 100644 --- a/examples/deltaspike-fullstack/pom.xml +++ b/examples/deltaspike-fullstack/pom.xml @@ -8,13 +8,14 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>deltaspike-fullstack</artifactId> <name>OpenEJB :: Examples :: JSF2/CDI/BV/JPA/DeltaSpike</name> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/deltaspike-i18n/pom.xml ---------------------------------------------------------------------- diff --git a/examples/deltaspike-i18n/pom.xml b/examples/deltaspike-i18n/pom.xml index c2bc26d..79ed4c7 100644 --- a/examples/deltaspike-i18n/pom.xml +++ b/examples/deltaspike-i18n/pom.xml @@ -23,7 +23,7 @@ <groupId>org.superbiz</groupId> <artifactId>deltaspike-i18n</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: DeltaSpike I18n</name> <properties> @@ -81,13 +81,13 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>arquillian-openejb-embedded-4</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/dynamic-dao-implementation/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-dao-implementation/pom.xml b/examples/dynamic-dao-implementation/pom.xml index 0d03e0c..3ffecd5 100644 --- a/examples/dynamic-dao-implementation/pom.xml +++ b/examples/dynamic-dao-implementation/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>dynamic-dao-implementation</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Dynamic DAO Implementation</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -31,7 +31,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -68,7 +68,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/dynamic-datasource-routing/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-datasource-routing/pom.xml b/examples/dynamic-datasource-routing/pom.xml index 4525009..66e89a2 100755 --- a/examples/dynamic-datasource-routing/pom.xml +++ b/examples/dynamic-datasource-routing/pom.xml @@ -20,7 +20,7 @@ <groupId>org.superbiz</groupId> <artifactId>dynamic-datasource-routing</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Dynamic Datasource Routing</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -31,7 +31,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -66,7 +66,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </dependency> </dependencies> <!-- http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/dynamic-implementation/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-implementation/pom.xml b/examples/dynamic-implementation/pom.xml index e6da48a..71f7765 100644 --- a/examples/dynamic-implementation/pom.xml +++ b/examples/dynamic-implementation/pom.xml @@ -20,7 +20,7 @@ <groupId>org.superbiz</groupId> <artifactId>dynamic-implementation</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Dynamic Implementation</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -30,7 +30,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -56,7 +56,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-api</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> @@ -72,7 +72,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/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 8d034eb..abbd99b 100644 --- a/examples/dynamic-proxy-to-access-mbean/pom.xml +++ b/examples/dynamic-proxy-to-access-mbean/pom.xml @@ -20,7 +20,7 @@ <groupId>org.superbiz</groupId> <artifactId>dynamic-proxy-to-access-mbean</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Dynamic MBean Proxy</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -64,7 +64,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-api</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -81,7 +81,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/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 e41bae8..c680049 100644 --- a/examples/ear-testing/business-logic/pom.xml +++ b/examples/ear-testing/business-logic/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.superbiz</groupId> <artifactId>myear</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>business-logic</artifactId> @@ -77,7 +77,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/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 dabf272..e435c0c 100644 --- a/examples/ear-testing/business-model/pom.xml +++ b/examples/ear-testing/business-model/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.superbiz</groupId> <artifactId>myear</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>business-model</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/ear-testing/pom.xml ---------------------------------------------------------------------- diff --git a/examples/ear-testing/pom.xml b/examples/ear-testing/pom.xml index fcc8ac4..2bd0e00 100644 --- a/examples/ear-testing/pom.xml +++ b/examples/ear-testing/pom.xml @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>myear</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>OpenEJB :: Examples :: Ear Testing</name> <modules> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/ejb-examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/ejb-examples/pom.xml b/examples/ejb-examples/pom.xml index 4dd343f..2ae1cae 100644 --- a/examples/ejb-examples/pom.xml +++ b/examples/ejb-examples/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>ejb-examples</artifactId> <packaging>war</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: EJB Examples War</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/ejb-webservice/pom.xml ---------------------------------------------------------------------- diff --git a/examples/ejb-webservice/pom.xml b/examples/ejb-webservice/pom.xml index 2747fca..98edf3d 100644 --- a/examples/ejb-webservice/pom.xml +++ b/examples/ejb-webservice/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>ejb-webservice</artifactId> <packaging>war</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: EJB WebService</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/groovy-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/groovy-cdi/pom.xml b/examples/groovy-cdi/pom.xml index 7fb0882..6236108 100644 --- a/examples/groovy-cdi/pom.xml +++ b/examples/groovy-cdi/pom.xml @@ -23,7 +23,7 @@ <groupId>org.superbiz</groupId> <artifactId>groovy-cdi</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Groovy CDI</name> <properties> @@ -93,13 +93,13 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>arquillian-openejb-embedded-4</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/groovy-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/examples/groovy-jpa/pom.xml b/examples/groovy-jpa/pom.xml index 64c5391..ac46543 100644 --- a/examples/groovy-jpa/pom.xml +++ b/examples/groovy-jpa/pom.xml @@ -23,7 +23,7 @@ <groupId>org.superbiz</groupId> <artifactId>groovy-jpa</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Groovy JPA</name> <properties> @@ -94,13 +94,13 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>arquillian-openejb-embedded-4</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/groovy-spock/pom.xml ---------------------------------------------------------------------- diff --git a/examples/groovy-spock/pom.xml b/examples/groovy-spock/pom.xml index 4a7f3db..492e3f2 100644 --- a/examples/groovy-spock/pom.xml +++ b/examples/groovy-spock/pom.xml @@ -23,7 +23,7 @@ <groupId>org.superbiz</groupId> <artifactId>groovy-spock</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Groovy Spock</name> <properties> @@ -78,19 +78,19 @@ <id>apache-m2-snapshot</id> <name>Apache Snapshot Repository</name> <url>http://repository.apache.org/snapshots</url> - <snapshots /> + <snapshots/> </repository> <repository> <id>sonatype-snapshot</id> <name>Sonatype Snapshot Repository</name> <url>http://oss.sonatype.org/content/repositories/snapshots</url> - <snapshots /> + <snapshots/> </repository> <repository> <id>codehaus-snapshot</id> <name>Codehaus Snapshot Repository</name> <url>http://nexus.codehaus.org/snapshots</url> - <snapshots /> + <snapshots/> </repository> <repository> <id>codehaus</id> @@ -120,7 +120,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>arquillian-openejb-embedded-4</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> @@ -132,7 +132,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/helloworld-weblogic/pom.xml ---------------------------------------------------------------------- diff --git a/examples/helloworld-weblogic/pom.xml b/examples/helloworld-weblogic/pom.xml index 1cf4d0c..e9bc5e9 100644 --- a/examples/helloworld-weblogic/pom.xml +++ b/examples/helloworld-weblogic/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>helloworld-weblogic</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Hello World - Weblogic</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/injection-of-connectionfactory/pom.xml ---------------------------------------------------------------------- diff --git a/examples/injection-of-connectionfactory/pom.xml b/examples/injection-of-connectionfactory/pom.xml index 06671d7..3cfd2e7 100644 --- a/examples/injection-of-connectionfactory/pom.xml +++ b/examples/injection-of-connectionfactory/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>injection-of-connectionfactory</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: @Resource javax.jms.ConnectionFactory</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/injection-of-datasource/pom.xml ---------------------------------------------------------------------- diff --git a/examples/injection-of-datasource/pom.xml b/examples/injection-of-datasource/pom.xml index 4f9f1ef..47493a2 100644 --- a/examples/injection-of-datasource/pom.xml +++ b/examples/injection-of-datasource/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>injection-of-datasource</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: @Resource DataSource Injection</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/injection-of-ejbs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/injection-of-ejbs/pom.xml b/examples/injection-of-ejbs/pom.xml index 7e5148f..0e5e4fb 100644 --- a/examples/injection-of-ejbs/pom.xml +++ b/examples/injection-of-ejbs/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>injection-of-ejbs</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: @EJB Injection</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/injection-of-entitymanager/pom.xml ---------------------------------------------------------------------- diff --git a/examples/injection-of-entitymanager/pom.xml b/examples/injection-of-entitymanager/pom.xml index 5b423f1..4c221b4 100644 --- a/examples/injection-of-entitymanager/pom.xml +++ b/examples/injection-of-entitymanager/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>injection-of-entitymanager</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: @PersistenceContext EntityManager Injection</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/injection-of-env-entry/pom.xml ---------------------------------------------------------------------- diff --git a/examples/injection-of-env-entry/pom.xml b/examples/injection-of-env-entry/pom.xml index 98ef8d9..5b14381 100644 --- a/examples/injection-of-env-entry/pom.xml +++ b/examples/injection-of-env-entry/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>injection-of-env-entry</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: @Resource env-entry Injection</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/interceptors/pom.xml ---------------------------------------------------------------------- diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml index 67ce60b..48461bc 100644 --- a/examples/interceptors/pom.xml +++ b/examples/interceptors/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>interceptors</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Interceptors</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/jpa-eclipselink/pom.xml ---------------------------------------------------------------------- diff --git a/examples/jpa-eclipselink/pom.xml b/examples/jpa-eclipselink/pom.xml index ef197ca..916deb5 100644 --- a/examples/jpa-eclipselink/pom.xml +++ b/examples/jpa-eclipselink/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>jpa-eclipselink</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: JPA with EclipseLink</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -73,7 +73,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- toplink dependencies --> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/jpa-enumerated/pom.xml ---------------------------------------------------------------------- diff --git a/examples/jpa-enumerated/pom.xml b/examples/jpa-enumerated/pom.xml index cccf1a0..7a9e493 100644 --- a/examples/jpa-enumerated/pom.xml +++ b/examples/jpa-enumerated/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>jpa-enumerated</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: JPA @Enumerated</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/jpa-hibernate/pom.xml ---------------------------------------------------------------------- diff --git a/examples/jpa-hibernate/pom.xml b/examples/jpa-hibernate/pom.xml index 5f36a75..bbac61b 100644 --- a/examples/jpa-hibernate/pom.xml +++ b/examples/jpa-hibernate/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>jpa-hibernate</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: JPA with Hibernate</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -81,7 +81,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core-hibernate</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <type>pom</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/jsf-cdi-and-ejb/pom.xml ---------------------------------------------------------------------- diff --git a/examples/jsf-cdi-and-ejb/pom.xml b/examples/jsf-cdi-and-ejb/pom.xml index ee2e1d5..e14b2f9 100644 --- a/examples/jsf-cdi-and-ejb/pom.xml +++ b/examples/jsf-cdi-and-ejb/pom.xml @@ -23,7 +23,7 @@ <artifactId>jsf-cdi-and-ejb</artifactId> <packaging>war</packaging> <name>OpenEJB :: Web Examples :: JSF - CDI and EJB</name> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <url>http://tomee.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -33,7 +33,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -56,7 +56,7 @@ <releases> <enabled>false</enabled> </releases> - <snapshots /> + <snapshots/> <id>apache-maven-snapshots</id> <url>http://repository.apache.org/snapshots/ </url> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/jsf-managedBean-and-ejb/pom.xml ---------------------------------------------------------------------- diff --git a/examples/jsf-managedBean-and-ejb/pom.xml b/examples/jsf-managedBean-and-ejb/pom.xml index 5df6885..3f7558c 100644 --- a/examples/jsf-managedBean-and-ejb/pom.xml +++ b/examples/jsf-managedBean-and-ejb/pom.xml @@ -23,7 +23,7 @@ <artifactId>jsf-managedBean-and-ejb</artifactId> <packaging>war</packaging> <name>OpenEJB :: Web Examples :: JSF - ManangedBean and EJB</name> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <url>http://tomee.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -43,7 +43,7 @@ <plugin> <groupId>org.apache.openejb.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </plugin> </plugins> </build> @@ -52,7 +52,7 @@ <releases> <enabled>false</enabled> </releases> - <snapshots /> + <snapshots/> <id>apache-maven-snapshots</id> <url>http://repository.apache.org/snapshots/ </url> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/lookup-of-ejbs-with-descriptor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/lookup-of-ejbs-with-descriptor/pom.xml b/examples/lookup-of-ejbs-with-descriptor/pom.xml index d3d4cda..9c02cc3 100644 --- a/examples/lookup-of-ejbs-with-descriptor/pom.xml +++ b/examples/lookup-of-ejbs-with-descriptor/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>lookup-of-ejbs-with-descriptor</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: EJB Lookup with descriptor</name> <properties> <!-- @@ -37,7 +37,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -74,7 +74,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/lookup-of-ejbs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/lookup-of-ejbs/pom.xml b/examples/lookup-of-ejbs/pom.xml index caf2aad..f94e28d 100644 --- a/examples/lookup-of-ejbs/pom.xml +++ b/examples/lookup-of-ejbs/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>lookup-of-ejbs</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: @EJB Lookup</name> <properties> <!-- @@ -37,7 +37,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -74,7 +74,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/mbean-auto-registration/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mbean-auto-registration/pom.xml b/examples/mbean-auto-registration/pom.xml index 4e81b04..ddfa74e 100755 --- a/examples/mbean-auto-registration/pom.xml +++ b/examples/mbean-auto-registration/pom.xml @@ -20,7 +20,7 @@ <groupId>org.superbiz</groupId> <artifactId>mbean-auto-registration</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: MBean Auto Registration</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -31,7 +31,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>mbean-annotation-api</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -72,7 +72,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/moviefun-rest/pom.xml ---------------------------------------------------------------------- diff --git a/examples/moviefun-rest/pom.xml b/examples/moviefun-rest/pom.xml index de32e7a..f02c91d 100644 --- a/examples/moviefun-rest/pom.xml +++ b/examples/moviefun-rest/pom.xml @@ -12,12 +12,13 @@ <!-- $Rev: 684173 $ $Date: 2008-08-08 20:13:24 -0700 (Fri, 08 Aug 2008) $ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>moviefun-rest</artifactId> <packaging>war</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: Moviefun Rest</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/moviefun/pom.xml ---------------------------------------------------------------------- diff --git a/examples/moviefun/pom.xml b/examples/moviefun/pom.xml index ca721b3..dda63db 100644 --- a/examples/moviefun/pom.xml +++ b/examples/moviefun/pom.xml @@ -12,12 +12,13 @@ <!-- $Rev: 684173 $ $Date: 2008-08-08 20:13:24 -0700 (Fri, 08 Aug 2008) $ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>moviefun</artifactId> <packaging>war</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: Moviefun</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -98,7 +99,7 @@ <plugin> <groupId>org.apache.openejb.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <configuration> <tomeeClassifier>plus</tomeeClassifier> <args>-Xmx512m -XX:PermSize=256m</args> @@ -148,7 +149,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> @@ -166,7 +167,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>tomee-embedded</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <!--<classifier>uber</classifier> --> <scope>test</scope> </dependency> @@ -189,7 +190,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/movies-complete-meta/pom.xml ---------------------------------------------------------------------- diff --git a/examples/movies-complete-meta/pom.xml b/examples/movies-complete-meta/pom.xml index 7195667..77862b2 100644 --- a/examples/movies-complete-meta/pom.xml +++ b/examples/movies-complete-meta/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>movies-complete-meta</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Movies Complete (Meta)</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/movies-complete/pom.xml ---------------------------------------------------------------------- diff --git a/examples/movies-complete/pom.xml b/examples/movies-complete/pom.xml index 8ebe386..b838e4e 100644 --- a/examples/movies-complete/pom.xml +++ b/examples/movies-complete/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>movies-complete</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Movies Complete</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/mtom/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mtom/pom.xml b/examples/mtom/pom.xml index 0450cfb..942d3cb 100644 --- a/examples/mtom/pom.xml +++ b/examples/mtom/pom.xml @@ -17,12 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>mtom</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: MTOM</name> <properties> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/multi-jpa-provider-testing/pom.xml ---------------------------------------------------------------------- diff --git a/examples/multi-jpa-provider-testing/pom.xml b/examples/multi-jpa-provider-testing/pom.xml index e9f0100..d401095 100644 --- a/examples/multi-jpa-provider-testing/pom.xml +++ b/examples/multi-jpa-provider-testing/pom.xml @@ -17,12 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>multi-jpa-provider-testing</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Multiple JPA providers</name> <properties> @@ -107,7 +109,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>arquillian-openejb-embedded-4</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> @@ -136,7 +138,7 @@ <dependency> <!-- just a facade pom which will bring hibernate for us --> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core-hibernate</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> <type>pom</type> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/multiple-arquillian-adapters/pom.xml ---------------------------------------------------------------------- diff --git a/examples/multiple-arquillian-adapters/pom.xml b/examples/multiple-arquillian-adapters/pom.xml index 6d0d4e9..29332c0 100644 --- a/examples/multiple-arquillian-adapters/pom.xml +++ b/examples/multiple-arquillian-adapters/pom.xml @@ -16,12 +16,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>multiple-arquillian-adapters</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Multiple Arquillian Adapters</name> <properties> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/multiple-tomee-arquillian/pom.xml ---------------------------------------------------------------------- diff --git a/examples/multiple-tomee-arquillian/pom.xml b/examples/multiple-tomee-arquillian/pom.xml index 3339570..92add0c 100644 --- a/examples/multiple-tomee-arquillian/pom.xml +++ b/examples/multiple-tomee-arquillian/pom.xml @@ -16,12 +16,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>multiple-tomee-arquillian</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Multiple TomEE with Arquillian</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -84,7 +86,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> @@ -102,7 +104,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/myfaces-codi-demo/pom.xml ---------------------------------------------------------------------- diff --git a/examples/myfaces-codi-demo/pom.xml b/examples/myfaces-codi-demo/pom.xml index 82029b9..4e8d828 100644 --- a/examples/myfaces-codi-demo/pom.xml +++ b/examples/myfaces-codi-demo/pom.xml @@ -8,13 +8,14 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>myfaces-codi-demo</artifactId> <name>OpenEJB :: Examples :: JSF2/CDI/BV/JPA/CODI</name> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <packaging>war</packaging> @@ -39,7 +40,7 @@ <plugin> <groupId>org.apache.openejb.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </plugin> </plugins> </build> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/persistence-fragment/pom.xml ---------------------------------------------------------------------- diff --git a/examples/persistence-fragment/pom.xml b/examples/persistence-fragment/pom.xml index 60b8a2d..bd23141 100644 --- a/examples/persistence-fragment/pom.xml +++ b/examples/persistence-fragment/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>persistence-fragment</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Persistence Fragment</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/pojo-webservice/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pojo-webservice/pom.xml b/examples/pojo-webservice/pom.xml index 230e486..c23867d 100644 --- a/examples/pojo-webservice/pom.xml +++ b/examples/pojo-webservice/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>pojo-webservice</artifactId> <packaging>war</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: Pojo WS</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -62,7 +62,7 @@ <plugin> <!-- http://localhost:8080/pojo-webservice?wsdl --> <groupId>org.apache.openejb.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <configuration> <tomeeVersion>${tomee.version}</tomeeVersion> <tomeeClassifier>plus</tomeeClassifier> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/polling-parent/polling-client/pom.xml ---------------------------------------------------------------------- diff --git a/examples/polling-parent/polling-client/pom.xml b/examples/polling-parent/polling-client/pom.xml index 8a4f651..67e183a 100644 --- a/examples/polling-parent/polling-client/pom.xml +++ b/examples/polling-parent/polling-client/pom.xml @@ -16,11 +16,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>polling-parent</artifactId> <groupId>jug</groupId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/polling-parent/polling-core/pom.xml ---------------------------------------------------------------------- diff --git a/examples/polling-parent/polling-core/pom.xml b/examples/polling-parent/polling-core/pom.xml index d17a3eb..7dacb98 100644 --- a/examples/polling-parent/polling-core/pom.xml +++ b/examples/polling-parent/polling-core/pom.xml @@ -16,11 +16,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>polling-parent</artifactId> <groupId>jug</groupId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/polling-parent/polling-domain/pom.xml ---------------------------------------------------------------------- diff --git a/examples/polling-parent/polling-domain/pom.xml b/examples/polling-parent/polling-domain/pom.xml index 544c64a..6884da5 100644 --- a/examples/polling-parent/polling-domain/pom.xml +++ b/examples/polling-parent/polling-domain/pom.xml @@ -16,11 +16,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>polling-parent</artifactId> <groupId>jug</groupId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/polling-parent/polling-web/pom.xml ---------------------------------------------------------------------- diff --git a/examples/polling-parent/polling-web/pom.xml b/examples/polling-parent/polling-web/pom.xml index dceecf0..2e1e1e8 100644 --- a/examples/polling-parent/polling-web/pom.xml +++ b/examples/polling-parent/polling-web/pom.xml @@ -16,11 +16,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>polling-parent</artifactId> <groupId>jug</groupId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/polling-parent/pom.xml ---------------------------------------------------------------------- diff --git a/examples/polling-parent/pom.xml b/examples/polling-parent/pom.xml index 4f62165..5260a92 100644 --- a/examples/polling-parent/pom.xml +++ b/examples/polling-parent/pom.xml @@ -16,12 +16,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>jug</groupId> <artifactId>polling-parent</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>OpenEJB :: Examples :: Polling</name> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 4440a97..d701286 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>openejb</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>examples</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/projectstage-demo/pom.xml ---------------------------------------------------------------------- diff --git a/examples/projectstage-demo/pom.xml b/examples/projectstage-demo/pom.xml index 999bfe4..6276fe1 100644 --- a/examples/projectstage-demo/pom.xml +++ b/examples/projectstage-demo/pom.xml @@ -16,12 +16,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>projectstage-demo</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: DeltaSpike ProjectStage</name> <dependencies> @@ -92,7 +94,7 @@ TODO: remove the skipTests flag. I needed to do it because it was throwing this exception. Test set: org.superbiz.projectstage.TestingProjectStageTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.194 sec <<< FAILURE! -checkManagerValue(org.superbiz.projectstage.TestingProjectStageTest) Time elapsed: 0.131 sec <<< ERROR! +checkManagerValue(org.superbiz.projectstage.TestingProjectStageTest) Time elapsed: 0.131 sec <<< ERROR! java.lang.ClassCastException: $Proxy52 cannot be cast to org.junit.runner.RunWith --> </configuration> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/quartz-app/pom.xml ---------------------------------------------------------------------- diff --git a/examples/quartz-app/pom.xml b/examples/quartz-app/pom.xml index 431f5db..82587fa 100644 --- a/examples/quartz-app/pom.xml +++ b/examples/quartz-app/pom.xml @@ -20,7 +20,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz.quartz</groupId> <artifactId>quartz-app</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>OpenEJB :: Examples :: Quartz</name> <properties> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/quartz-app/quartz-beans/pom.xml ---------------------------------------------------------------------- diff --git a/examples/quartz-app/quartz-beans/pom.xml b/examples/quartz-app/quartz-beans/pom.xml index 0da42e4..c6c40c5 100644 --- a/examples/quartz-app/quartz-beans/pom.xml +++ b/examples/quartz-app/quartz-beans/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.superbiz.quartz</groupId> <artifactId>quartz-app</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>quartz-beans</artifactId> @@ -30,7 +30,7 @@ <dependency> <groupId>org.superbiz.quartz</groupId> <artifactId>quartz-ra</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/quartz-app/quartz-ra/pom.xml ---------------------------------------------------------------------- diff --git a/examples/quartz-app/quartz-ra/pom.xml b/examples/quartz-app/quartz-ra/pom.xml index 4a77899..67dd581 100644 --- a/examples/quartz-app/quartz-ra/pom.xml +++ b/examples/quartz-app/quartz-ra/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.superbiz.quartz</groupId> <artifactId>quartz-app</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>quartz-ra</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/realm-in-tomee/pom.xml ---------------------------------------------------------------------- diff --git a/examples/realm-in-tomee/pom.xml b/examples/realm-in-tomee/pom.xml index 591d4c8..c9eb6db 100644 --- a/examples/realm-in-tomee/pom.xml +++ b/examples/realm-in-tomee/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>realm-in-tomee</artifactId> <packaging>war</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: DataSource Realm</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -46,7 +46,7 @@ <plugin> <groupId>org.apache.openejb.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </plugin> </plugins> </build> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/reload-persistence-unit-properties/pom.xml ---------------------------------------------------------------------- diff --git a/examples/reload-persistence-unit-properties/pom.xml b/examples/reload-persistence-unit-properties/pom.xml index 61e79b2..215ebf7 100644 --- a/examples/reload-persistence-unit-properties/pom.xml +++ b/examples/reload-persistence-unit-properties/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>reload-persistence-unit-properties</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Reloadable Persistence Unit Properties</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/resources-declared-in-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/resources-declared-in-webapp/pom.xml b/examples/resources-declared-in-webapp/pom.xml index 923d2ec..79bfd17 100644 --- a/examples/resources-declared-in-webapp/pom.xml +++ b/examples/resources-declared-in-webapp/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>resources-declared-in-webapp</artifactId> <packaging>war</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: Resource Declared In A Webapp</name> <properties> @@ -54,7 +54,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/resources-jmx-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/resources-jmx-example/pom.xml b/examples/resources-jmx-example/pom.xml index 3d7bc43..7a82e2a 100644 --- a/examples/resources-jmx-example/pom.xml +++ b/examples/resources-jmx-example/pom.xml @@ -18,13 +18,14 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>resources-jmx</artifactId> <packaging>pom</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Resources/JMX Example</name> <properties> @@ -84,7 +85,7 @@ <dependency> <groupId>org.superbiz</groupId> <artifactId>resources-jmx-ejb</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <type>ejb</type> <scope>compile</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/resources-jmx-example/resources-jmx-ear/pom.xml ---------------------------------------------------------------------- diff --git a/examples/resources-jmx-example/resources-jmx-ear/pom.xml b/examples/resources-jmx-example/resources-jmx-ear/pom.xml index fdf5674..df3df69 100644 --- a/examples/resources-jmx-example/resources-jmx-ear/pom.xml +++ b/examples/resources-jmx-example/resources-jmx-ear/pom.xml @@ -18,12 +18,13 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.superbiz</groupId> <artifactId>resources-jmx</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>resources-jmx-ear</artifactId> <packaging>ear</packaging> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/resources-jmx-example/resources-jmx-ejb/pom.xml ---------------------------------------------------------------------- diff --git a/examples/resources-jmx-example/resources-jmx-ejb/pom.xml b/examples/resources-jmx-example/resources-jmx-ejb/pom.xml index 53c85ed..c84851a 100644 --- a/examples/resources-jmx-example/resources-jmx-ejb/pom.xml +++ b/examples/resources-jmx-example/resources-jmx-ejb/pom.xml @@ -18,12 +18,13 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.superbiz</groupId> <artifactId>resources-jmx</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>resources-jmx-ejb</artifactId> <packaging>ejb</packaging> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/rest-applicationcomposer-mockito/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-applicationcomposer-mockito/pom.xml b/examples/rest-applicationcomposer-mockito/pom.xml index 8a112c3..460bc5c 100644 --- a/examples/rest-applicationcomposer-mockito/pom.xml +++ b/examples/rest-applicationcomposer-mockito/pom.xml @@ -22,7 +22,7 @@ <groupId>org.superbiz</groupId> <artifactId>rest-applicationcomposer-mockito</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: REST, Mockito and Application Composer</name> <properties> @@ -35,7 +35,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -75,19 +75,19 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf-rs</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-mockito</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/rest-applicationcomposer/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-applicationcomposer/pom.xml b/examples/rest-applicationcomposer/pom.xml index 30c6226..340d304 100644 --- a/examples/rest-applicationcomposer/pom.xml +++ b/examples/rest-applicationcomposer/pom.xml @@ -22,7 +22,7 @@ <groupId>org.superbiz</groupId> <artifactId>rest-applicationcomposer</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: REST and Application Composer</name> <properties> @@ -35,7 +35,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -75,13 +75,13 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf-rs</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/rest-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-cdi/pom.xml b/examples/rest-cdi/pom.xml index bf43d6a..2aa97d7 100644 --- a/examples/rest-cdi/pom.xml +++ b/examples/rest-cdi/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>rest-cdi</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: REST XML JSON</name> <properties> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -74,7 +74,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf-rs</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/rest-example-with-application/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-example-with-application/pom.xml b/examples/rest-example-with-application/pom.xml index 78f2748..ead87cb 100644 --- a/examples/rest-example-with-application/pom.xml +++ b/examples/rest-example-with-application/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>rest-example-with-application</artifactId> <packaging>war</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: REST Example With Application</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -52,7 +52,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/rest-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-example/pom.xml b/examples/rest-example/pom.xml index 471787e..8c57ae2 100644 --- a/examples/rest-example/pom.xml +++ b/examples/rest-example/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>rest-example</artifactId> <packaging>war</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: REST Example</name> <properties>