Repository: tomee Updated Branches: refs/heads/tomee-7.0.0-M1 9fdc1a819 -> 8ec4391ef
http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/projectstage-demo/pom.xml ---------------------------------------------------------------------- diff --git a/examples/projectstage-demo/pom.xml b/examples/projectstage-demo/pom.xml index 0e6be94..4eba3fd 100644 --- a/examples/projectstage-demo/pom.xml +++ b/examples/projectstage-demo/pom.xml @@ -23,7 +23,7 @@ <groupId>org.superbiz</groupId> <artifactId>projectstage-demo</artifactId> - <version>1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: DeltaSpike ProjectStage</name> <properties> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/quartz-app/pom.xml ---------------------------------------------------------------------- diff --git a/examples/quartz-app/pom.xml b/examples/quartz-app/pom.xml index 1b65925..e4df348 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.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>OpenEJB :: Examples :: Quartz</name> <properties> @@ -45,7 +45,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/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 d4f8b19..1c06f11 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.0-SNAPSHOT</version> + <version>7.0.0-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.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/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 38a3313..bae8204 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.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>quartz-ra</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/realm-in-tomee/pom.xml ---------------------------------------------------------------------- diff --git a/examples/realm-in-tomee/pom.xml b/examples/realm-in-tomee/pom.xml index 4c7379b..a7a6606 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.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: DataSource Realm</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -32,7 +32,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/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 1f4c7fa..4231c8a 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.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Reloadable Persistence Unit Properties</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/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 d9c65f6..7e3000a 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.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: Resource Declared In A Webapp</name> <properties> @@ -55,7 +55,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/resources-jmx-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/resources-jmx-example/pom.xml b/examples/resources-jmx-example/pom.xml index 200651f..daef994 100644 --- a/examples/resources-jmx-example/pom.xml +++ b/examples/resources-jmx-example/pom.xml @@ -25,7 +25,7 @@ <groupId>org.superbiz</groupId> <artifactId>resources-jmx</artifactId> <packaging>pom</packaging> - <version>1.1.1-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Resources/JMX Example</name> <properties> @@ -61,7 +61,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> @@ -84,7 +84,7 @@ <dependency> <groupId>org.superbiz</groupId> <artifactId>resources-jmx-ejb</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <type>ejb</type> <scope>compile</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/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..c8821b8 100644 --- a/examples/resources-jmx-example/resources-jmx-ear/pom.xml +++ b/examples/resources-jmx-example/resources-jmx-ear/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.superbiz</groupId> <artifactId>resources-jmx</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> </parent> <artifactId>resources-jmx-ear</artifactId> <packaging>ear</packaging> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/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 5a1bbe6..0e81eda5 100644 --- a/examples/resources-jmx-example/resources-jmx-ejb/pom.xml +++ b/examples/resources-jmx-example/resources-jmx-ejb/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.superbiz</groupId> <artifactId>resources-jmx</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> </parent> <artifactId>resources-jmx-ejb</artifactId> <packaging>ejb</packaging> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/rest-applicationcomposer-mockito/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-applicationcomposer-mockito/pom.xml b/examples/rest-applicationcomposer-mockito/pom.xml index 107fbb7..e1a92c6 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.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: REST, Mockito and Application Composer</name> <properties> @@ -36,7 +36,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/rest-applicationcomposer/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-applicationcomposer/pom.xml b/examples/rest-applicationcomposer/pom.xml index 077316d..5545a0a 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.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: REST and Application Composer</name> <properties> @@ -36,7 +36,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/rest-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-cdi/pom.xml b/examples/rest-cdi/pom.xml index 490b06b..d4fa49b 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.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: REST XML JSON</name> <properties> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/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 65512eb..266fa36 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.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: REST Example With Application</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -53,7 +53,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/rest-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-example/pom.xml b/examples/rest-example/pom.xml index 6c1e170..5c513e1 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.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: REST Example</name> <properties> @@ -59,7 +59,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/rest-jaas/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-jaas/pom.xml b/examples/rest-jaas/pom.xml index cb08371..e474d8d 100644 --- a/examples/rest-jaas/pom.xml +++ b/examples/rest-jaas/pom.xml @@ -23,7 +23,7 @@ <groupId>org.superbiz</groupId> <artifactId>rest-jaas</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <packaging>war</packaging> <name>OpenEJB :: Examples :: JAXRS and JAAS</name> @@ -42,7 +42,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/rest-on-ejb/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-on-ejb/pom.xml b/examples/rest-on-ejb/pom.xml index e40a97a..ed6e12b 100644 --- a/examples/rest-on-ejb/pom.xml +++ b/examples/rest-on-ejb/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>rest-on-ejb</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: REST and EJB</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -36,7 +36,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> @@ -85,7 +85,7 @@ <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> - <version>3.1</version> + <version>3.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/rest-xml-json/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-xml-json/pom.xml b/examples/rest-xml-json/pom.xml index 0703ec5..d9d3022 100644 --- a/examples/rest-xml-json/pom.xml +++ b/examples/rest-xml-json/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>rest-xml-json</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: REST XML JSON</name> <properties> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/scala-basic/pom.xml ---------------------------------------------------------------------- diff --git a/examples/scala-basic/pom.xml b/examples/scala-basic/pom.xml index 8a7bad6..399ed22 100644 --- a/examples/scala-basic/pom.xml +++ b/examples/scala-basic/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>scala-basic</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Basic Scala</name> <properties> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/schedule-events/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schedule-events/pom.xml b/examples/schedule-events/pom.xml index ce9860a..8f6f442 100644 --- a/examples/schedule-events/pom.xml +++ b/examples/schedule-events/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>schedule-events</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: @Schedule Events</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/schedule-expression/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schedule-expression/pom.xml b/examples/schedule-expression/pom.xml index 5d93770..ee5c4c7 100644 --- a/examples/schedule-expression/pom.xml +++ b/examples/schedule-expression/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>schedule-expression</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: ScheduleExpression</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/schedule-methods-meta/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schedule-methods-meta/pom.xml b/examples/schedule-methods-meta/pom.xml index 3653eed..07394ec 100644 --- a/examples/schedule-methods-meta/pom.xml +++ b/examples/schedule-methods-meta/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>schedule-methods-meta</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: @Schedule Methods (Meta)</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/schedule-methods/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schedule-methods/pom.xml b/examples/schedule-methods/pom.xml index f7663eb..9ec0471 100644 --- a/examples/schedule-methods/pom.xml +++ b/examples/schedule-methods/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>schedule-methods</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: @Schedule Methods</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/server-events/pom.xml ---------------------------------------------------------------------- diff --git a/examples/server-events/pom.xml b/examples/server-events/pom.xml index 6310c91..b340244 100644 --- a/examples/server-events/pom.xml +++ b/examples/server-events/pom.xml @@ -25,7 +25,7 @@ <groupId>org.superbiz</groupId> <artifactId>server-events</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Server Events</name> <properties> @@ -38,7 +38,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-cdi-interceptor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-cdi-interceptor/pom.xml b/examples/simple-cdi-interceptor/pom.xml index 4826ab0..466d542 100644 --- a/examples/simple-cdi-interceptor/pom.xml +++ b/examples/simple-cdi-interceptor/pom.xml @@ -18,7 +18,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-cdi-interceptor</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple CDI Interceptor</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -29,7 +29,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-cmp2/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-cmp2/pom.xml b/examples/simple-cmp2/pom.xml index 1bab09b..f625dd7 100644 --- a/examples/simple-cmp2/pom.xml +++ b/examples/simple-cmp2/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-cmp2</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple CMP2 Entity</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -36,7 +36,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-mdb-and-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-mdb-and-cdi/pom.xml b/examples/simple-mdb-and-cdi/pom.xml index 664dc21..f00644c 100644 --- a/examples/simple-mdb-and-cdi/pom.xml +++ b/examples/simple-mdb-and-cdi/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-mdb-and-cdi</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple MDB With a CDI Injection</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-mdb-with-descriptor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-mdb-with-descriptor/pom.xml b/examples/simple-mdb-with-descriptor/pom.xml index fb49ad7..2ae0416 100644 --- a/examples/simple-mdb-with-descriptor/pom.xml +++ b/examples/simple-mdb-with-descriptor/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-mdb-with-descriptor</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple MDB Using Deployment Descriptor Example</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-mdb/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-mdb/pom.xml b/examples/simple-mdb/pom.xml index e93ac44..912f90e 100644 --- a/examples/simple-mdb/pom.xml +++ b/examples/simple-mdb/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-mdb</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple MDB Example</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-rest/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-rest/pom.xml b/examples/simple-rest/pom.xml index 40b5eb6..7cb7c24 100644 --- a/examples/simple-rest/pom.xml +++ b/examples/simple-rest/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-rest</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple REST</name> <properties> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-singleton/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-singleton/pom.xml b/examples/simple-singleton/pom.xml index d09ce5e..5ceb68c 100644 --- a/examples/simple-singleton/pom.xml +++ b/examples/simple-singleton/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-singleton</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Singleton</name> <properties> @@ -37,7 +37,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-stateful-callbacks/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-stateful-callbacks/pom.xml b/examples/simple-stateful-callbacks/pom.xml index 6745e4e..686ff57 100644 --- a/examples/simple-stateful-callbacks/pom.xml +++ b/examples/simple-stateful-callbacks/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-stateful-callbacks</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Stateful Pojo Callbacks</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-stateful/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-stateful/pom.xml b/examples/simple-stateful/pom.xml index 6c65cba..5726378 100644 --- a/examples/simple-stateful/pom.xml +++ b/examples/simple-stateful/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-stateful</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Stateful Pojo</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-stateless-callbacks/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-stateless-callbacks/pom.xml b/examples/simple-stateless-callbacks/pom.xml index 17a8b73..2969731 100644 --- a/examples/simple-stateless-callbacks/pom.xml +++ b/examples/simple-stateless-callbacks/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-stateless-callbacks</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Stateless Pojo Callbacks</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-stateless-with-descriptor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-stateless-with-descriptor/pom.xml b/examples/simple-stateless-with-descriptor/pom.xml index 1f3c4ae..c42fc22 100644 --- a/examples/simple-stateless-with-descriptor/pom.xml +++ b/examples/simple-stateless-with-descriptor/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-stateless-with-descriptor</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Stateless With Deployment Descriptor</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-stateless/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-stateless/pom.xml b/examples/simple-stateless/pom.xml index 340fa91..8056f31 100644 --- a/examples/simple-stateless/pom.xml +++ b/examples/simple-stateless/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-stateless</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Stateless Pojo</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-webservice-without-interface/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-webservice-without-interface/pom.xml b/examples/simple-webservice-without-interface/pom.xml index c9f12a8..13bbf80 100644 --- a/examples/simple-webservice-without-interface/pom.xml +++ b/examples/simple-webservice-without-interface/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-webservice-without-interface</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Webservice Without Interface</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/simple-webservice/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-webservice/pom.xml b/examples/simple-webservice/pom.xml index 95a50ea..de8b42d 100644 --- a/examples/simple-webservice/pom.xml +++ b/examples/simple-webservice/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>simple-webservice</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Webservice</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/spring-data-proxy-meta/pom.xml ---------------------------------------------------------------------- diff --git a/examples/spring-data-proxy-meta/pom.xml b/examples/spring-data-proxy-meta/pom.xml index 6e8933f..7aa4b53 100644 --- a/examples/spring-data-proxy-meta/pom.xml +++ b/examples/spring-data-proxy-meta/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>spring-data-proxy-meta</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Spring Data Meta</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -32,7 +32,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/spring-data-proxy/pom.xml ---------------------------------------------------------------------- diff --git a/examples/spring-data-proxy/pom.xml b/examples/spring-data-proxy/pom.xml index 142860c..993c74e 100644 --- a/examples/spring-data-proxy/pom.xml +++ b/examples/spring-data-proxy/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz</groupId> <artifactId>spring-data-proxy</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Spring Data</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -32,7 +32,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/struts/pom.xml ---------------------------------------------------------------------- diff --git a/examples/struts/pom.xml b/examples/struts/pom.xml index 851872f..c0cc27a 100644 --- a/examples/struts/pom.xml +++ b/examples/struts/pom.xml @@ -21,7 +21,7 @@ <groupId>org.superbiz.struts</groupId> <artifactId>struts</artifactId> <packaging>war</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: Struts</name> <url>http://tomee.apache.org</url> @@ -59,7 +59,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/telephone-stateful/pom.xml ---------------------------------------------------------------------- diff --git a/examples/telephone-stateful/pom.xml b/examples/telephone-stateful/pom.xml index 9337d10..4f2aa82 100644 --- a/examples/telephone-stateful/pom.xml +++ b/examples/telephone-stateful/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>telephone-stateful</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Telephone Stateful Pojo</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/testcase-injection/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testcase-injection/pom.xml b/examples/testcase-injection/pom.xml index c567f6f..fc460f0 100644 --- a/examples/testcase-injection/pom.xml +++ b/examples/testcase-injection/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>testcase-injection</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: TestCase Injection</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/testing-security-2/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-security-2/pom.xml b/examples/testing-security-2/pom.xml index 1db6dd3..ab3e0e3 100644 --- a/examples/testing-security-2/pom.xml +++ b/examples/testing-security-2/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>testing-security-2</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Security</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/testing-security-3/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-security-3/pom.xml b/examples/testing-security-3/pom.xml index 5bcb5be..ef4330a 100644 --- a/examples/testing-security-3/pom.xml +++ b/examples/testing-security-3/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>testing-security-3</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Security Service Provider</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/testing-security-4/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-security-4/pom.xml b/examples/testing-security-4/pom.xml index 19c3a9d..6fc7a4f 100644 --- a/examples/testing-security-4/pom.xml +++ b/examples/testing-security-4/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>testing-security-4</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Security Script Service Provider</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/testing-security-meta/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-security-meta/pom.xml b/examples/testing-security-meta/pom.xml index fbca522..dea53bf 100644 --- a/examples/testing-security-meta/pom.xml +++ b/examples/testing-security-meta/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>testing-security-meta</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Security (Meta)</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/testing-security/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-security/pom.xml b/examples/testing-security/pom.xml index aa24962..02aaecd 100644 --- a/examples/testing-security/pom.xml +++ b/examples/testing-security/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>testing-security</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Security</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/testing-transactions-bmt/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-transactions-bmt/pom.xml b/examples/testing-transactions-bmt/pom.xml index 2fb4716..cd467bd 100644 --- a/examples/testing-transactions-bmt/pom.xml +++ b/examples/testing-transactions-bmt/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>testing-transactions-bmt</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Transactions BMT</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/testing-transactions/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-transactions/pom.xml b/examples/testing-transactions/pom.xml index f2b1d03..5e42e20 100644 --- a/examples/testing-transactions/pom.xml +++ b/examples/testing-transactions/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>testing-transactions</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Transactions</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/tomee-jersey-eclipselink/pom.xml ---------------------------------------------------------------------- diff --git a/examples/tomee-jersey-eclipselink/pom.xml b/examples/tomee-jersey-eclipselink/pom.xml index 4cc6036..9dc4982 100644 --- a/examples/tomee-jersey-eclipselink/pom.xml +++ b/examples/tomee-jersey-eclipselink/pom.xml @@ -23,7 +23,7 @@ <groupId>org.superbiz</groupId> <artifactId>tomee-jersey-eclipselink</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <packaging>war</packaging> <name>OpenEJB :: Examples :: TomEE, Jersey, Eclipselink</name> @@ -83,7 +83,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/transaction-rollback/pom.xml ---------------------------------------------------------------------- diff --git a/examples/transaction-rollback/pom.xml b/examples/transaction-rollback/pom.xml index ae6a7f9..b3d691c 100644 --- a/examples/transaction-rollback/pom.xml +++ b/examples/transaction-rollback/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>transaction-rollback</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Transaction Rollback</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/troubleshooting/pom.xml ---------------------------------------------------------------------- diff --git a/examples/troubleshooting/pom.xml b/examples/troubleshooting/pom.xml index 908f0d5..4a1a525 100644 --- a/examples/troubleshooting/pom.xml +++ b/examples/troubleshooting/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>troubleshooting</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Troubleshooting</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/webservice-attachments/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-attachments/pom.xml b/examples/webservice-attachments/pom.xml index ec9ccc8..6ab8105 100644 --- a/examples/webservice-attachments/pom.xml +++ b/examples/webservice-attachments/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>webservice-attachments</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Webservice Attachments</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/webservice-handlerchain/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-handlerchain/pom.xml b/examples/webservice-handlerchain/pom.xml index 9da596e..fc05144 100644 --- a/examples/webservice-handlerchain/pom.xml +++ b/examples/webservice-handlerchain/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>webservice-handlerchain</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Web Service Handlers</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/webservice-holder/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-holder/pom.xml b/examples/webservice-holder/pom.xml index 2da02ee..c7354db 100644 --- a/examples/webservice-holder/pom.xml +++ b/examples/webservice-holder/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>webservice-holder</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: @WebService Holder</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/webservice-inheritance/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-inheritance/pom.xml b/examples/webservice-inheritance/pom.xml index 73d4e8e..f7cc784 100644 --- a/examples/webservice-inheritance/pom.xml +++ b/examples/webservice-inheritance/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>webservice-inheritance</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Examples :: Webservice Inheritance</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/webservice-security/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-security/pom.xml b/examples/webservice-security/pom.xml index e90f19c..714a584 100644 --- a/examples/webservice-security/pom.xml +++ b/examples/webservice-security/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>webservice-security</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: EJB WebService with Security</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/webservice-ws-security/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-ws-security/pom.xml b/examples/webservice-ws-security/pom.xml index 8b527c9..77d98ab 100644 --- a/examples/webservice-ws-security/pom.xml +++ b/examples/webservice-ws-security/pom.xml @@ -24,7 +24,7 @@ <groupId>org.superbiz</groupId> <artifactId>webservice-ws-security</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: EJB WebService with WS-Security</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -83,7 +83,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/examples/webservice-ws-with-resources-config/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-ws-with-resources-config/pom.xml b/examples/webservice-ws-with-resources-config/pom.xml index 6b4570a..e054ee0 100644 --- a/examples/webservice-ws-with-resources-config/pom.xml +++ b/examples/webservice-ws-with-resources-config/pom.xml @@ -22,7 +22,7 @@ <groupId>org.superbiz</groupId> <artifactId>webservice-ws-with-resources-config</artifactId> <packaging>jar</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>7.0.0-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: EJB WebService WS Security with resources.xml</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -54,7 +54,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/tomee/blob/8ec4391e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d80d96f..e854bfa 100644 --- a/pom.xml +++ b/pom.xml @@ -242,7 +242,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -1637,7 +1637,7 @@ <dependency> <artifactId>backport-util-concurrent</artifactId> <groupId>backport-util-concurrent</groupId> - <version>3.1</version> + <version>3.2</version> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId>