http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/cdi-request-scope/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cdi-request-scope/pom.xml b/examples/cdi-request-scope/pom.xml index 58e1835..cb407de 100644 --- a/examples/cdi-request-scope/pom.xml +++ b/examples/cdi-request-scope/pom.xml @@ -8,13 +8,12 @@ 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>cdi-request-scope</artifactId> <name>OpenEJB :: Examples :: CDI Request Scope</name> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <build> <defaultGoal>install</defaultGoal> @@ -53,7 +52,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies>
http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/cdi-session-scope/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cdi-session-scope/pom.xml b/examples/cdi-session-scope/pom.xml index 742eb55..143c8a3 100644 --- a/examples/cdi-session-scope/pom.xml +++ b/examples/cdi-session-scope/pom.xml @@ -9,13 +9,12 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> <packaging>war</packaging> <properties> @@ -45,7 +44,7 @@ <plugin> <groupId>org.apache.openejb.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> </plugin> </plugins> </build> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/change-jaxws-url/pom.xml ---------------------------------------------------------------------- diff --git a/examples/change-jaxws-url/pom.xml b/examples/change-jaxws-url/pom.xml index f92c609..3f6744b 100644 --- a/examples/change-jaxws-url/pom.xml +++ b/examples/change-jaxws-url/pom.xml @@ -21,12 +21,12 @@ <groupId>org.superbiz</groupId> <artifactId>change-jaxws-url</artifactId> <packaging>war</packaging> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Web Examples :: Change JAXWS URL</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <openejb.version>4.7.2-SNAPSHOT</openejb.version> - <tomee.version>1.7.2-SNAPSHOT</tomee.version> + <openejb.version>4.7.2</openejb.version> + <tomee.version>1.7.2</tomee.version> </properties> <repositories> <repository> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 07dbd34..b7dc01e 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-ejbd</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</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-SNAPSHOT</version> + <version>1.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/component-interfaces/pom.xml ---------------------------------------------------------------------- diff --git a/examples/component-interfaces/pom.xml b/examples/component-interfaces/pom.xml index 330cf8b..146bbe4 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/cucumber-jvm/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cucumber-jvm/pom.xml b/examples/cucumber-jvm/pom.xml index 0f6e4a6..d3ec089 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/custom-injection/pom.xml ---------------------------------------------------------------------- diff --git a/examples/custom-injection/pom.xml b/examples/custom-injection/pom.xml index adecdbb..3ab23ed 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/datasource-ciphered-password/pom.xml ---------------------------------------------------------------------- diff --git a/examples/datasource-ciphered-password/pom.xml b/examples/datasource-ciphered-password/pom.xml index 9a83eb3..6f95396 100644 --- a/examples/datasource-ciphered-password/pom.xml +++ b/examples/datasource-ciphered-password/pom.xml @@ -20,18 +20,18 @@ <groupId>org.superbiz</groupId> <artifactId>datasource-ciphered-password</artifactId> <packaging>jar</packaging> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: Datasource Ciphered Password</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <openejb.version>4.7.2-SNAPSHOT</openejb.version> + <openejb.version>4.7.2</openejb.version> </properties> <build> <defaultGoal>install</defaultGoal> <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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/datasource-definition/pom.xml ---------------------------------------------------------------------- diff --git a/examples/datasource-definition/pom.xml b/examples/datasource-definition/pom.xml index 301f972..eaec586 100644 --- a/examples/datasource-definition/pom.xml +++ b/examples/datasource-definition/pom.xml @@ -20,11 +20,11 @@ <groupId>org.superbiz</groupId> <artifactId>datasource-definition</artifactId> <packaging>jar</packaging> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: Datasource Definition</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <openejb.version>4.7.2-SNAPSHOT</openejb.version> + <openejb.version>4.7.2</openejb.version> </properties> <build> <defaultGoal>install</defaultGoal> @@ -116,7 +116,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/datasource-versioning/pom.xml ---------------------------------------------------------------------- diff --git a/examples/datasource-versioning/pom.xml b/examples/datasource-versioning/pom.xml index 1fc7974..c594345 100644 --- a/examples/datasource-versioning/pom.xml +++ b/examples/datasource-versioning/pom.xml @@ -15,18 +15,17 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: Datasource Versioning</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <version.tomee>1.7.2-SNAPSHOT</version.tomee> + <version.tomee>1.7.2</version.tomee> </properties> <build> @@ -157,7 +156,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/decorators/pom.xml ---------------------------------------------------------------------- diff --git a/examples/decorators/pom.xml b/examples/decorators/pom.xml index c9f9359..0183c20 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/deltaspike-configproperty/pom.xml ---------------------------------------------------------------------- diff --git a/examples/deltaspike-configproperty/pom.xml b/examples/deltaspike-configproperty/pom.xml index 5b9683e..863485f 100644 --- a/examples/deltaspike-configproperty/pom.xml +++ b/examples/deltaspike-configproperty/pom.xml @@ -17,14 +17,13 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: DeltaSpike @ConfigProperty</name> <properties> @@ -81,13 +80,13 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>arquillian-openejb-embedded-4</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/deltaspike-exception-handling/pom.xml ---------------------------------------------------------------------- diff --git a/examples/deltaspike-exception-handling/pom.xml b/examples/deltaspike-exception-handling/pom.xml index 9045d4d..5a7dd44 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/deltaspike-fullstack/pom.xml ---------------------------------------------------------------------- diff --git a/examples/deltaspike-fullstack/pom.xml b/examples/deltaspike-fullstack/pom.xml index 386cdf5..c30e3c9 100644 --- a/examples/deltaspike-fullstack/pom.xml +++ b/examples/deltaspike-fullstack/pom.xml @@ -8,14 +8,13 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> <packaging>war</packaging> @@ -23,8 +22,8 @@ <version.myfaces2>2.2.3</version.myfaces2> <version.deltaspike>1.0.1</version.deltaspike> <version.extval>2.0.8</version.extval> - <version.openejb>4.7.2-SNAPSHOT</version.openejb> - <version.tomee>1.7.2-SNAPSHOT</version.tomee> + <version.openejb>4.7.2</version.openejb> + <version.tomee>1.7.2</version.tomee> </properties> <build> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/deltaspike-i18n/pom.xml ---------------------------------------------------------------------- diff --git a/examples/deltaspike-i18n/pom.xml b/examples/deltaspike-i18n/pom.xml index 79ed4c7..c2bc26d 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/dynamic-dao-implementation/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-dao-implementation/pom.xml b/examples/dynamic-dao-implementation/pom.xml index 3ffecd5..0d03e0c 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/dynamic-datasource-routing/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-datasource-routing/pom.xml b/examples/dynamic-datasource-routing/pom.xml index 0e212fd..311153d 100755 --- a/examples/dynamic-datasource-routing/pom.xml +++ b/examples/dynamic-datasource-routing/pom.xml @@ -20,18 +20,18 @@ <groupId>org.superbiz</groupId> <artifactId>dynamic-datasource-routing</artifactId> <packaging>jar</packaging> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: Dynamic Datasource Routing</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <openejb.version>4.7.2-SNAPSHOT</openejb.version> + <openejb.version>4.7.2</openejb.version> </properties> <build> <defaultGoal>install</defaultGoal> <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-SNAPSHOT</version> + <version>4.7.2</version> </dependency> </dependencies> <!-- http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/dynamic-implementation/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-implementation/pom.xml b/examples/dynamic-implementation/pom.xml index 71f7765..e6da48a 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> </dependency> <dependency> <groupId>junit</groupId> @@ -72,7 +72,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 abbd99b..8d034eb 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>provided</scope> </dependency> <dependency> @@ -81,7 +81,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 c680049..e41bae8 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 e435c0c..dabf272 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-SNAPSHOT</version> + <version>1.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>business-model</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/ear-testing/pom.xml ---------------------------------------------------------------------- diff --git a/examples/ear-testing/pom.xml b/examples/ear-testing/pom.xml index 2bd0e00..fcc8ac4 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-SNAPSHOT</version> + <version>1.1.1</version> <packaging>pom</packaging> <name>OpenEJB :: Examples :: Ear Testing</name> <modules> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/ejb-examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/ejb-examples/pom.xml b/examples/ejb-examples/pom.xml index 2ae1cae..1dfde7c 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-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Web Examples :: EJB Examples War</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -65,7 +65,7 @@ <webappArtifact> <groupId>org.apache.openejb</groupId> <artifactId>openejb-tomcat-webapp</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</version> <contextPath>openejb</contextPath> </webappArtifact> </webapps> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/ejb-webservice/pom.xml ---------------------------------------------------------------------- diff --git a/examples/ejb-webservice/pom.xml b/examples/ejb-webservice/pom.xml index 98edf3d..2747fca 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-SNAPSHOT</version> + <version>1.1.1</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/5872db80/examples/groovy-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/groovy-cdi/pom.xml b/examples/groovy-cdi/pom.xml index 6236108..7fb0882 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/groovy-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/examples/groovy-jpa/pom.xml b/examples/groovy-jpa/pom.xml index ac46543..64c5391 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/groovy-spock/pom.xml ---------------------------------------------------------------------- diff --git a/examples/groovy-spock/pom.xml b/examples/groovy-spock/pom.xml index 492e3f2..4a7f3db 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <dependency> @@ -132,7 +132,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/helloworld-weblogic/pom.xml ---------------------------------------------------------------------- diff --git a/examples/helloworld-weblogic/pom.xml b/examples/helloworld-weblogic/pom.xml index e9bc5e9..1cf4d0c 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/injection-of-connectionfactory/pom.xml ---------------------------------------------------------------------- diff --git a/examples/injection-of-connectionfactory/pom.xml b/examples/injection-of-connectionfactory/pom.xml index 3cfd2e7..06671d7 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/injection-of-datasource/pom.xml ---------------------------------------------------------------------- diff --git a/examples/injection-of-datasource/pom.xml b/examples/injection-of-datasource/pom.xml index 47493a2..4f9f1ef 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/injection-of-ejbs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/injection-of-ejbs/pom.xml b/examples/injection-of-ejbs/pom.xml index 0e5e4fb..7e5148f 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/injection-of-entitymanager/pom.xml ---------------------------------------------------------------------- diff --git a/examples/injection-of-entitymanager/pom.xml b/examples/injection-of-entitymanager/pom.xml index 4c221b4..5b423f1 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 5b14381..98ef8d9 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/interceptors/pom.xml ---------------------------------------------------------------------- diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml index 48461bc..67ce60b 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/jpa-eclipselink/pom.xml ---------------------------------------------------------------------- diff --git a/examples/jpa-eclipselink/pom.xml b/examples/jpa-eclipselink/pom.xml index 916deb5..ef197ca 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <!-- toplink dependencies --> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/jpa-enumerated/pom.xml ---------------------------------------------------------------------- diff --git a/examples/jpa-enumerated/pom.xml b/examples/jpa-enumerated/pom.xml index 7a9e493..cccf1a0 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/jpa-hibernate/pom.xml ---------------------------------------------------------------------- diff --git a/examples/jpa-hibernate/pom.xml b/examples/jpa-hibernate/pom.xml index bbac61b..5f36a75 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <type>pom</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 e14b2f9..ee2e1d5 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-SNAPSHOT</version> + <version>1.1.1</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/5872db80/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 3f7558c..5df6885 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>1.7.2</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/5872db80/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 9c02cc3..d3d4cda 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/lookup-of-ejbs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/lookup-of-ejbs/pom.xml b/examples/lookup-of-ejbs/pom.xml index f94e28d..caf2aad 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/mbean-auto-registration/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mbean-auto-registration/pom.xml b/examples/mbean-auto-registration/pom.xml index 489d7b4..cccf3b0 100755 --- a/examples/mbean-auto-registration/pom.xml +++ b/examples/mbean-auto-registration/pom.xml @@ -20,18 +20,18 @@ <groupId>org.superbiz</groupId> <artifactId>mbean-auto-registration</artifactId> <packaging>jar</packaging> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: MBean Auto Registration</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <openejb.version>4.7.2-SNAPSHOT</openejb.version> + <openejb.version>4.7.2</openejb.version> </properties> <build> <defaultGoal>install</defaultGoal> <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-SNAPSHOT</version> + <version>4.7.2</version> <scope>provided</scope> </dependency> <dependency> @@ -72,7 +72,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/moviefun-rest/pom.xml ---------------------------------------------------------------------- diff --git a/examples/moviefun-rest/pom.xml b/examples/moviefun-rest/pom.xml index 7588532..de32e7a 100644 --- a/examples/moviefun-rest/pom.xml +++ b/examples/moviefun-rest/pom.xml @@ -12,19 +12,18 @@ <!-- $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-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Web Examples :: Moviefun Rest</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>1.7.2-SNAPSHOT</tomee.version> + <tomee.version>1.7.2</tomee.version> <version.shrinkwrap.resolver>2.0.0</version.shrinkwrap.resolver> - <version.openejb>4.7.2-SNAPSHOT</version.openejb> + <version.openejb>4.7.2</version.openejb> </properties> <repositories> <repository> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/moviefun/pom.xml ---------------------------------------------------------------------- diff --git a/examples/moviefun/pom.xml b/examples/moviefun/pom.xml index 9ff3c93..ca721b3 100644 --- a/examples/moviefun/pom.xml +++ b/examples/moviefun/pom.xml @@ -12,17 +12,16 @@ <!-- $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-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Web Examples :: Moviefun</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>1.7.2-SNAPSHOT</tomee.version> + <tomee.version>1.7.2</tomee.version> <version.shrinkwrap.resolver>2.0.0</version.shrinkwrap.resolver> </properties> <repositories> @@ -99,7 +98,7 @@ <plugin> <groupId>org.apache.openejb.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> <configuration> <tomeeClassifier>plus</tomeeClassifier> <args>-Xmx512m -XX:PermSize=256m</args> @@ -149,7 +148,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <dependency> @@ -167,7 +166,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>tomee-embedded</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> <!--<classifier>uber</classifier> --> <scope>test</scope> </dependency> @@ -190,7 +189,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/movies-complete-meta/pom.xml ---------------------------------------------------------------------- diff --git a/examples/movies-complete-meta/pom.xml b/examples/movies-complete-meta/pom.xml index 77862b2..7195667 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/movies-complete/pom.xml ---------------------------------------------------------------------- diff --git a/examples/movies-complete/pom.xml b/examples/movies-complete/pom.xml index b838e4e..8ebe386 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/mtom/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mtom/pom.xml b/examples/mtom/pom.xml index d8084c8..0450cfb 100644 --- a/examples/mtom/pom.xml +++ b/examples/mtom/pom.xml @@ -17,18 +17,17 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: MTOM</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <version.openejb>4.7.2-SNAPSHOT</version.openejb> + <version.openejb>4.7.2</version.openejb> </properties> <repositories> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 d401095..e9f0100 100644 --- a/examples/multi-jpa-provider-testing/pom.xml +++ b/examples/multi-jpa-provider-testing/pom.xml @@ -17,14 +17,12 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: Multiple JPA providers</name> <properties> @@ -109,7 +107,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>arquillian-openejb-embedded-4</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <dependency> @@ -138,7 +136,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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> <type>pom</type> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/multiple-arquillian-adapters/pom.xml ---------------------------------------------------------------------- diff --git a/examples/multiple-arquillian-adapters/pom.xml b/examples/multiple-arquillian-adapters/pom.xml index 23279d5..6d0d4e9 100644 --- a/examples/multiple-arquillian-adapters/pom.xml +++ b/examples/multiple-arquillian-adapters/pom.xml @@ -16,21 +16,19 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: Multiple Arquillian Adapters</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>1.7.2-SNAPSHOT</tomee.version> - <openejb.version>4.7.2-SNAPSHOT</openejb.version> + <tomee.version>1.7.2</tomee.version> + <openejb.version>4.7.2</openejb.version> <arquillian.version>1.0.1.Final</arquillian.version> </properties> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/multiple-tomee-arquillian/pom.xml ---------------------------------------------------------------------- diff --git a/examples/multiple-tomee-arquillian/pom.xml b/examples/multiple-tomee-arquillian/pom.xml index d179374..3339570 100644 --- a/examples/multiple-tomee-arquillian/pom.xml +++ b/examples/multiple-tomee-arquillian/pom.xml @@ -16,18 +16,16 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: Multiple TomEE with Arquillian</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>1.7.2-SNAPSHOT</tomee.version> + <tomee.version>1.7.2</tomee.version> </properties> <build> <defaultGoal>install</defaultGoal> @@ -86,7 +84,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <dependency> @@ -104,7 +102,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>ziplock</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/myfaces-codi-demo/pom.xml ---------------------------------------------------------------------- diff --git a/examples/myfaces-codi-demo/pom.xml b/examples/myfaces-codi-demo/pom.xml index 4e8d828..82029b9 100644 --- a/examples/myfaces-codi-demo/pom.xml +++ b/examples/myfaces-codi-demo/pom.xml @@ -8,14 +8,13 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> <packaging>war</packaging> @@ -40,7 +39,7 @@ <plugin> <groupId>org.apache.openejb.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.2</version> </plugin> </plugins> </build> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/persistence-fragment/pom.xml ---------------------------------------------------------------------- diff --git a/examples/persistence-fragment/pom.xml b/examples/persistence-fragment/pom.xml index bd23141..60b8a2d 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/pojo-webservice/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pojo-webservice/pom.xml b/examples/pojo-webservice/pom.xml index 3ec38fe..c57eddd 100644 --- a/examples/pojo-webservice/pom.xml +++ b/examples/pojo-webservice/pom.xml @@ -21,11 +21,11 @@ <groupId>org.superbiz</groupId> <artifactId>pojo-webservice</artifactId> <packaging>war</packaging> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Web Examples :: Pojo WS</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>1.7.2-SNAPSHOT</tomee.version> + <tomee.version>1.7.2</tomee.version> </properties> <repositories> <repository> @@ -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-SNAPSHOT</version> + <version>1.7.2</version> <configuration> <tomeeVersion>${tomee.version}</tomeeVersion> <tomeeClassifier>plus</tomeeClassifier> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 67e183a..8a4f651 100644 --- a/examples/polling-parent/polling-client/pom.xml +++ b/examples/polling-parent/polling-client/pom.xml @@ -16,13 +16,11 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 7dacb98..d17a3eb 100644 --- a/examples/polling-parent/polling-core/pom.xml +++ b/examples/polling-parent/polling-core/pom.xml @@ -16,13 +16,11 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 6884da5..544c64a 100644 --- a/examples/polling-parent/polling-domain/pom.xml +++ b/examples/polling-parent/polling-domain/pom.xml @@ -16,13 +16,11 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 2e1e1e8..dceecf0 100644 --- a/examples/polling-parent/polling-web/pom.xml +++ b/examples/polling-parent/polling-web/pom.xml @@ -16,13 +16,11 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/polling-parent/pom.xml ---------------------------------------------------------------------- diff --git a/examples/polling-parent/pom.xml b/examples/polling-parent/pom.xml index 1ecd01b..4f62165 100644 --- a/examples/polling-parent/pom.xml +++ b/examples/polling-parent/pom.xml @@ -16,14 +16,12 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> <packaging>pom</packaging> <name>OpenEJB :: Examples :: Polling</name> @@ -167,8 +165,8 @@ <properties> <xbean.version>3.17</xbean.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <version.tomee>1.7.2-SNAPSHOT</version.tomee> - <version.openejb>4.7.2-SNAPSHOT</version.openejb> + <version.tomee>1.7.2</version.tomee> + <version.openejb>4.7.2</version.openejb> </properties> <!-- http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index d701286..4440a97 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-SNAPSHOT</version> + <version>4.7.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>examples</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/projectstage-demo/pom.xml ---------------------------------------------------------------------- diff --git a/examples/projectstage-demo/pom.xml b/examples/projectstage-demo/pom.xml index daea7f1..999bfe4 100644 --- a/examples/projectstage-demo/pom.xml +++ b/examples/projectstage-demo/pom.xml @@ -16,14 +16,12 @@ 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-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: DeltaSpike ProjectStage</name> <dependencies> @@ -66,7 +64,7 @@ </dependencies> <properties> - <tomee.version>1.7.2-SNAPSHOT</tomee.version> + <tomee.version>1.7.2</tomee.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> @@ -94,7 +92,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/5872db80/examples/quartz-app/pom.xml ---------------------------------------------------------------------- diff --git a/examples/quartz-app/pom.xml b/examples/quartz-app/pom.xml index ffaa463..431f5db 100644 --- a/examples/quartz-app/pom.xml +++ b/examples/quartz-app/pom.xml @@ -20,12 +20,12 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz.quartz</groupId> <artifactId>quartz-app</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <packaging>pom</packaging> <name>OpenEJB :: Examples :: Quartz</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <version.openejb>4.7.2-SNAPSHOT</version.openejb> + <version.openejb>4.7.2</version.openejb> </properties> <modules> <module>quartz-ra</module> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 c6c40c5..0da42e4 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>1.1.1</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 67dd581..4a77899 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-SNAPSHOT</version> + <version>1.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>quartz-ra</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/examples/realm-in-tomee/pom.xml ---------------------------------------------------------------------- diff --git a/examples/realm-in-tomee/pom.xml b/examples/realm-in-tomee/pom.xml index c9eb6db..591d4c8 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>1.7.2</version> </plugin> </plugins> </build> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 215ebf7..61e79b2 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-SNAPSHOT</version> + <version>1.1.1</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-SNAPSHOT</version> + <version>4.7.2</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 91434aa..15609d2 100644 --- a/examples/resources-declared-in-webapp/pom.xml +++ b/examples/resources-declared-in-webapp/pom.xml @@ -21,12 +21,12 @@ <groupId>org.superbiz</groupId> <artifactId>resources-declared-in-webapp</artifactId> <packaging>war</packaging> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Web Examples :: Resource Declared In A Webapp</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <openejb.version>4.7.2-SNAPSHOT</openejb.version> + <openejb.version>4.7.2</openejb.version> </properties> <repositories> @@ -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/5872db80/examples/resources-jmx-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/resources-jmx-example/pom.xml b/examples/resources-jmx-example/pom.xml index aaf0c04..31c344a 100644 --- a/examples/resources-jmx-example/pom.xml +++ b/examples/resources-jmx-example/pom.xml @@ -18,20 +18,19 @@ ~ 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-SNAPSHOT</version> + <version>1.1.1</version> <name>OpenEJB :: Examples :: Resources/JMX Example</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <version.openejb>4.7.2-SNAPSHOT</version.openejb> - <version.tomee>1.7.2-SNAPSHOT</version.tomee> + <version.openejb>4.7.2</version.openejb> + <version.tomee>1.7.2</version.tomee> <version.openjpa>2.4.0</version.openjpa> </properties> @@ -85,7 +84,7 @@ <dependency> <groupId>org.superbiz</groupId> <artifactId>resources-jmx-ejb</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <type>ejb</type> <scope>compile</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 df3df69..fdf5674 100644 --- a/examples/resources-jmx-example/resources-jmx-ear/pom.xml +++ b/examples/resources-jmx-example/resources-jmx-ear/pom.xml @@ -18,13 +18,12 @@ ~ 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-SNAPSHOT</version> + <version>1.1.1</version> </parent> <artifactId>resources-jmx-ear</artifactId> <packaging>ear</packaging> http://git-wip-us.apache.org/repos/asf/tomee/blob/5872db80/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 c84851a..53c85ed 100644 --- a/examples/resources-jmx-example/resources-jmx-ejb/pom.xml +++ b/examples/resources-jmx-example/resources-jmx-ejb/pom.xml @@ -18,13 +18,12 @@ ~ 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-SNAPSHOT</version> + <version>1.1.1</version> </parent> <artifactId>resources-jmx-ejb</artifactId> <packaging>ejb</packaging>