http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/rest-jaas/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-jaas/pom.xml b/examples/rest-jaas/pom.xml index 3ae42d9..cae944e 100644 --- a/examples/rest-jaas/pom.xml +++ b/examples/rest-jaas/pom.xml @@ -16,12 +16,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>rest-jaas</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <packaging>war</packaging> <name>OpenEJB :: Examples :: JAXRS and JAAS</name> @@ -49,7 +51,7 @@ <plugin> <groupId>org.apache.openejb.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <configuration> <systemVariables> <java.security.auth.login.config>${project.build.directory}/apache-tomee/conf/login.config</java.security.auth.login.config>
http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/rest-on-ejb/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-on-ejb/pom.xml b/examples/rest-on-ejb/pom.xml index eec4db9..4620bd5 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: REST and EJB</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,13 +70,13 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf-rs</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/rest-xml-json/pom.xml ---------------------------------------------------------------------- diff --git a/examples/rest-xml-json/pom.xml b/examples/rest-xml-json/pom.xml index 4e916df..51468c2 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: REST XML JSON</name> <properties> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -74,7 +74,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf-rs</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/scala-basic/pom.xml ---------------------------------------------------------------------- diff --git a/examples/scala-basic/pom.xml b/examples/scala-basic/pom.xml index a11a6f8..6e4b99a 100644 --- a/examples/scala-basic/pom.xml +++ b/examples/scala-basic/pom.xml @@ -17,13 +17,14 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>scala-basic</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Basic Scala</name> <properties> @@ -127,7 +128,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/schedule-events/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schedule-events/pom.xml b/examples/schedule-events/pom.xml index b554745..6356369 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: @Schedule Events</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/schedule-expression/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schedule-expression/pom.xml b/examples/schedule-expression/pom.xml index 4fa0258..0c8daa7 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: ScheduleExpression</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/schedule-methods-meta/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schedule-methods-meta/pom.xml b/examples/schedule-methods-meta/pom.xml index 2eb348f..c824e41 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: @Schedule Methods (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> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/schedule-methods/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schedule-methods/pom.xml b/examples/schedule-methods/pom.xml index 60dd488..9848e54 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: @Schedule Methods</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/server-events/pom.xml ---------------------------------------------------------------------- diff --git a/examples/server-events/pom.xml b/examples/server-events/pom.xml index 7df1d38..f35fe9b 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Server Events</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> @@ -68,7 +68,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>provided</scope> </dependency> @@ -82,7 +82,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>arquillian-openejb-embedded-4</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-cdi-interceptor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-cdi-interceptor/pom.xml b/examples/simple-cdi-interceptor/pom.xml index 461f53f..e470c47 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple CDI Interceptor</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -28,7 +28,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> @@ -64,7 +64,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-cmp2/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-cmp2/pom.xml b/examples/simple-cmp2/pom.xml index b6b7f9d..07116f1 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple CMP2 Entity</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -107,7 +107,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/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 d04105a..5141fdb 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple MDB With a CDI Injection</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/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 ddbfbc6..a201c3b 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple MDB Using Deployment Descriptor Example</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-mdb/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-mdb/pom.xml b/examples/simple-mdb/pom.xml index f04a7ad..7c40f6e 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple MDB Example</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-osgi/pom.xml b/examples/simple-osgi/pom.xml index e40cdee..a7dd240 100644 --- a/examples/simple-osgi/pom.xml +++ b/examples/simple-osgi/pom.xml @@ -18,12 +18,13 @@ --> -<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>simple-osgi</artifactId> <packaging>pom</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <modules> <module>simple-osgi-api</module> <module>simple-osgi-core</module> @@ -103,7 +104,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-osgi/simple-osgi-api/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-osgi/simple-osgi-api/pom.xml b/examples/simple-osgi/simple-osgi-api/pom.xml index 36f1319..cad4921 100644 --- a/examples/simple-osgi/simple-osgi-api/pom.xml +++ b/examples/simple-osgi/simple-osgi-api/pom.xml @@ -18,12 +18,13 @@ --> -<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> <artifactId>simple-osgi</artifactId> <groupId>org.superbiz</groupId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>simple-osgi-api</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-osgi/simple-osgi-camel-client/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-osgi/simple-osgi-camel-client/pom.xml b/examples/simple-osgi/simple-osgi-camel-client/pom.xml index 9348f65..08961a2 100644 --- a/examples/simple-osgi/simple-osgi-camel-client/pom.xml +++ b/examples/simple-osgi/simple-osgi-camel-client/pom.xml @@ -18,12 +18,13 @@ --> -<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> <artifactId>simple-osgi</artifactId> <groupId>org.superbiz</groupId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>simple-osgi-camel-client</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-osgi/simple-osgi-core/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-osgi/simple-osgi-core/pom.xml b/examples/simple-osgi/simple-osgi-core/pom.xml index d5557d5..199aaf5 100644 --- a/examples/simple-osgi/simple-osgi-core/pom.xml +++ b/examples/simple-osgi/simple-osgi-core/pom.xml @@ -18,12 +18,13 @@ --> -<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> <artifactId>simple-osgi</artifactId> <groupId>org.superbiz</groupId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>simple-osgi-core</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-osgi/simple-osgi-local-lookup-client/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-osgi/simple-osgi-local-lookup-client/pom.xml b/examples/simple-osgi/simple-osgi-local-lookup-client/pom.xml index b2cfbee..4acb067 100644 --- a/examples/simple-osgi/simple-osgi-local-lookup-client/pom.xml +++ b/examples/simple-osgi/simple-osgi-local-lookup-client/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>simple-osgi</artifactId> <groupId>org.superbiz</groupId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-osgi/simple-osgi-remote-client/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-osgi/simple-osgi-remote-client/pom.xml b/examples/simple-osgi/simple-osgi-remote-client/pom.xml index f71766f..0826035 100644 --- a/examples/simple-osgi/simple-osgi-remote-client/pom.xml +++ b/examples/simple-osgi/simple-osgi-remote-client/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>simple-osgi</artifactId> <groupId>org.superbiz</groupId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -37,7 +39,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-client</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-osgi/simple-osgi-service-injection/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-osgi/simple-osgi-service-injection/pom.xml b/examples/simple-osgi/simple-osgi-service-injection/pom.xml index 584c803..2ac8e03 100644 --- a/examples/simple-osgi/simple-osgi-service-injection/pom.xml +++ b/examples/simple-osgi/simple-osgi-service-injection/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>simple-osgi</artifactId> <groupId>org.superbiz</groupId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-osgi/standard-ejbd-server/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-osgi/standard-ejbd-server/pom.xml b/examples/simple-osgi/standard-ejbd-server/pom.xml index 3aede69..74cf2b2 100644 --- a/examples/simple-osgi/standard-ejbd-server/pom.xml +++ b/examples/simple-osgi/standard-ejbd-server/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>simple-osgi</artifactId> <groupId>org.superbiz</groupId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -40,7 +42,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-ejbd</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-rest/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-rest/pom.xml b/examples/simple-rest/pom.xml index 7a03365..b8232bb 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple REST</name> <properties> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -74,7 +74,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf-rs</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-singleton/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-singleton/pom.xml b/examples/simple-singleton/pom.xml index a69f298..2b505a5 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Singleton</name> <properties> @@ -73,7 +73,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-stateful-callbacks/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-stateful-callbacks/pom.xml b/examples/simple-stateful-callbacks/pom.xml index 912a5f6..2c088fc 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Stateful Pojo Callbacks</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-stateful/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-stateful/pom.xml b/examples/simple-stateful/pom.xml index 17f7415..37c2ad8 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Stateful Pojo</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-stateless-callbacks/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-stateless-callbacks/pom.xml b/examples/simple-stateless-callbacks/pom.xml index a21ad37..6a09630 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Stateless Pojo Callbacks</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/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 983565a..7aebc09 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Stateless With Deployment Descriptor</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,13 +71,13 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-jee-accessors</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-stateless/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-stateless/pom.xml b/examples/simple-stateless/pom.xml index 860a1f0..09053c0 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Stateless Pojo</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/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 513c3dc..633ac35 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Webservice Without Interface</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> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- This is required on IBM JDKs (and potentially others) because saaj-impl depends http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/simple-webservice/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-webservice/pom.xml b/examples/simple-webservice/pom.xml index 80058d4..5888ba9 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Simple Webservice</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> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- This is required on IBM JDKs (and potentially others) because saaj-impl depends http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/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 ef805ba..c7b8114 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Spring Data Meta</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> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/spring-data-proxy/pom.xml ---------------------------------------------------------------------- diff --git a/examples/spring-data-proxy/pom.xml b/examples/spring-data-proxy/pom.xml index 249ef63..ac5ca1d 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Spring Data</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> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/struts/pom.xml ---------------------------------------------------------------------- diff --git a/examples/struts/pom.xml b/examples/struts/pom.xml index 33d43b9..5589d11 100644 --- a/examples/struts/pom.xml +++ b/examples/struts/pom.xml @@ -14,13 +14,14 @@ 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/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.struts</groupId> <artifactId>struts</artifactId> <packaging>war</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: Struts</name> <url>http://tomee.apache.org</url> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/telephone-stateful/pom.xml ---------------------------------------------------------------------- diff --git a/examples/telephone-stateful/pom.xml b/examples/telephone-stateful/pom.xml index c3cc626..860f9c5 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Telephone Stateful Pojo</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> @@ -83,7 +83,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-ejbd</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- END SNIPPET: openejbdep --> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/testcase-injection/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testcase-injection/pom.xml b/examples/testcase-injection/pom.xml index b4f0f3f..2cd9153 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: TestCase Injection</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/testing-security-2/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-security-2/pom.xml b/examples/testing-security-2/pom.xml index ffae736..379c71b 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Security</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -79,7 +79,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/testing-security-3/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-security-3/pom.xml b/examples/testing-security-3/pom.xml index 2c80697..1f3d2bd 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Security Service Provider</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -79,7 +79,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/testing-security-4/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-security-4/pom.xml b/examples/testing-security-4/pom.xml index c71a35f..710a460 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Security Script Service Provider</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -79,7 +79,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/testing-security-meta/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-security-meta/pom.xml b/examples/testing-security-meta/pom.xml index 06f4a60..1b3b82c 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Security (Meta)</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -78,7 +78,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/testing-security/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-security/pom.xml b/examples/testing-security/pom.xml index be702b0..c020047 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Security</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -78,7 +78,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/testing-transactions-bmt/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-transactions-bmt/pom.xml b/examples/testing-transactions-bmt/pom.xml index 28a4b73..b68bb37 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Transactions BMT</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/testing-transactions/pom.xml ---------------------------------------------------------------------- diff --git a/examples/testing-transactions/pom.xml b/examples/testing-transactions/pom.xml index a22da1f..e967590 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Testing Transactions</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,7 +34,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/tomee-jersey-eclipselink/pom.xml ---------------------------------------------------------------------- diff --git a/examples/tomee-jersey-eclipselink/pom.xml b/examples/tomee-jersey-eclipselink/pom.xml index f628e5f..0ae0990 100644 --- a/examples/tomee-jersey-eclipselink/pom.xml +++ b/examples/tomee-jersey-eclipselink/pom.xml @@ -16,12 +16,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>tomee-jersey-eclipselink</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <packaging>war</packaging> <name>OpenEJB :: Examples :: TomEE, Jersey, Eclipselink</name> @@ -90,7 +92,7 @@ <plugin> <groupId>org.apache.openejb.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <configuration> <systemVariables> <com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager>true</com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/transaction-rollback/pom.xml ---------------------------------------------------------------------- diff --git a/examples/transaction-rollback/pom.xml b/examples/transaction-rollback/pom.xml index 11819dd..87fbeee 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Transaction Rollback</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -68,7 +68,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/troubleshooting/pom.xml ---------------------------------------------------------------------- diff --git a/examples/troubleshooting/pom.xml b/examples/troubleshooting/pom.xml index c955ef5..5889e50 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Troubleshooting</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -67,7 +67,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/webservice-attachments/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-attachments/pom.xml b/examples/webservice-attachments/pom.xml index 85c1e1c..465637e 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Webservice Attachments</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> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- This is required on IBM JDKs (and potentially others) because saaj-impl depends http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/webservice-handlerchain/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-handlerchain/pom.xml b/examples/webservice-handlerchain/pom.xml index bb20860..71db04e 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Web Service Handlers</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- This is required on IBM JDKs (and potentially others) because saaj-impl depends http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/webservice-holder/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-holder/pom.xml b/examples/webservice-holder/pom.xml index 8ac643c..f9efdfe 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: @WebService Holder</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- This is required on IBM JDKs (and potentially others) because saaj-impl depends http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/webservice-inheritance/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-inheritance/pom.xml b/examples/webservice-inheritance/pom.xml index 89122c0..30407b2 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Examples :: Webservice Inheritance</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> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- This is required on IBM JDKs (and potentially others) because saaj-impl depends http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/webservice-security/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-security/pom.xml b/examples/webservice-security/pom.xml index 515d687..875f720 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: EJB WebService with Security</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> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- This is required on IBM JDKs (and potentially others) because saaj-impl depends http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/examples/webservice-ws-security/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webservice-ws-security/pom.xml b/examples/webservice-ws-security/pom.xml index f5492c1..d480786 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.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: EJB WebService with WS-Security</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -56,7 +56,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- This is required on IBM JDKs (and potentially others) because saaj-impl depends @@ -125,7 +125,7 @@ </goals> <configuration> <target name="generate keys"> - <ant antfile="create-keystores.xml" target="run" /> + <ant antfile="create-keystores.xml" target="run"/> </target> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/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 7f4e85d..8f42b8d 100644 --- a/examples/webservice-ws-with-resources-config/pom.xml +++ b/examples/webservice-ws-with-resources-config/pom.xml @@ -16,12 +16,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/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>webservice-ws-with-resources-config</artifactId> <packaging>jar</packaging> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>OpenEJB :: Web Examples :: EJB WebService WS Security with resources.xml</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -37,7 +38,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-cxf</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -52,7 +53,7 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> + <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/itests/failover-ejb/pom.xml ---------------------------------------------------------------------- diff --git a/itests/failover-ejb/pom.xml b/itests/failover-ejb/pom.xml index 86c403b..cd8ae40 100644 --- a/itests/failover-ejb/pom.xml +++ b/itests/failover-ejb/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>itests</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.openejb.itests</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/itests/failover/pom.xml ---------------------------------------------------------------------- diff --git a/itests/failover/pom.xml b/itests/failover/pom.xml index 1e2491f..2bbaf01 100644 --- a/itests/failover/pom.xml +++ b/itests/failover/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>itests</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.openejb.itests</groupId> @@ -65,7 +65,7 @@ <dependency> <groupId>org.apache.openejb</groupId> <artifactId>arquillian-tomee-common</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.openejb</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/itests/legacy-client/pom.xml ---------------------------------------------------------------------- diff --git a/itests/legacy-client/pom.xml b/itests/legacy-client/pom.xml index b7a8707..68a68f5 100644 --- a/itests/legacy-client/pom.xml +++ b/itests/legacy-client/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>itests</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/itests/legacy-server/pom.xml ---------------------------------------------------------------------- diff --git a/itests/legacy-server/pom.xml b/itests/legacy-server/pom.xml index 14b76b5..6de3167 100644 --- a/itests/legacy-server/pom.xml +++ b/itests/legacy-server/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>itests</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/itests/openejb-itests-app/pom.xml ---------------------------------------------------------------------- diff --git a/itests/openejb-itests-app/pom.xml b/itests/openejb-itests-app/pom.xml index 5be6338..531247d 100644 --- a/itests/openejb-itests-app/pom.xml +++ b/itests/openejb-itests-app/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>itests</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>openejb-itests-app</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/itests/openejb-itests-beans/pom.xml ---------------------------------------------------------------------- diff --git a/itests/openejb-itests-beans/pom.xml b/itests/openejb-itests-beans/pom.xml index 84a1ce6..8560f49 100644 --- a/itests/openejb-itests-beans/pom.xml +++ b/itests/openejb-itests-beans/pom.xml @@ -16,11 +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/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"> <parent> <artifactId>itests</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/itests/openejb-itests-client/pom.xml ---------------------------------------------------------------------- diff --git a/itests/openejb-itests-client/pom.xml b/itests/openejb-itests-client/pom.xml index 2b4ec2b..3c68883 100644 --- a/itests/openejb-itests-client/pom.xml +++ b/itests/openejb-itests-client/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>itests</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>openejb-itests-client</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/itests/openejb-itests-interceptor-beans/pom.xml ---------------------------------------------------------------------- diff --git a/itests/openejb-itests-interceptor-beans/pom.xml b/itests/openejb-itests-interceptor-beans/pom.xml index 2751b51..362943b 100644 --- a/itests/openejb-itests-interceptor-beans/pom.xml +++ b/itests/openejb-itests-interceptor-beans/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.openejb</groupId> <artifactId>itests</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>openejb-itests-interceptor-beans</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/itests/openejb-itests-servlets/pom.xml ---------------------------------------------------------------------- diff --git a/itests/openejb-itests-servlets/pom.xml b/itests/openejb-itests-servlets/pom.xml index 362b374..7d6e037 100644 --- a/itests/openejb-itests-servlets/pom.xml +++ b/itests/openejb-itests-servlets/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>itests</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>openejb-itests-servlets</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/itests/openejb-itests-web/pom.xml ---------------------------------------------------------------------- diff --git a/itests/openejb-itests-web/pom.xml b/itests/openejb-itests-web/pom.xml index 74480a9..c50da4f 100644 --- a/itests/openejb-itests-web/pom.xml +++ b/itests/openejb-itests-web/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>itests</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>openejb-itests-web</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index dd6d2ec..7530229 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>openejb</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/maven/jarstxt-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven/jarstxt-maven-plugin/pom.xml b/maven/jarstxt-maven-plugin/pom.xml index 4c05794..f41fe23 100644 --- a/maven/jarstxt-maven-plugin/pom.xml +++ b/maven/jarstxt-maven-plugin/pom.xml @@ -15,16 +15,18 @@ Licensed to the Apache Software Foundation (ASF) under one or more 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>maven</artifactId> <groupId>org.apache.openejb.maven</groupId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jarstxt-maven-plugin</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>OpenEJB :: Maven Plugins :: jars.txt Maven Plugin</name> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/maven/maven-util/pom.xml ---------------------------------------------------------------------- diff --git a/maven/maven-util/pom.xml b/maven/maven-util/pom.xml index 2d97bda..897d9be 100644 --- a/maven/maven-util/pom.xml +++ b/maven/maven-util/pom.xml @@ -16,11 +16,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.openejb.maven</groupId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/maven/openejb-embedded-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven/openejb-embedded-maven-plugin/pom.xml b/maven/openejb-embedded-maven-plugin/pom.xml index 35e828d..8719157 100644 --- a/maven/openejb-embedded-maven-plugin/pom.xml +++ b/maven/openejb-embedded-maven-plugin/pom.xml @@ -16,17 +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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.openejb.maven</groupId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>openejb-embedded-maven-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <name>OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin</name> <dependencies> @@ -45,7 +47,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>maven-util</artifactId> - <version>1.7.2</version> + <version>${project.parent.version}</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/maven/pom.xml ---------------------------------------------------------------------- diff --git a/maven/pom.xml b/maven/pom.xml index 5258c93..9ce1542 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -15,17 +15,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> <parent> <artifactId>openejb</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.openejb.maven</groupId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <artifactId>maven</artifactId> <packaging>pom</packaging> <name>OpenEJB :: Maven Plugins</name> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/maven/tomee-embedded-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven/tomee-embedded-maven-plugin/pom.xml b/maven/tomee-embedded-maven-plugin/pom.xml index 00274db..42f7f30 100644 --- a/maven/tomee-embedded-maven-plugin/pom.xml +++ b/maven/tomee-embedded-maven-plugin/pom.xml @@ -16,17 +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> <parent> <artifactId>maven</artifactId> <groupId>org.apache.openejb.maven</groupId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </parent> <artifactId>tomee-embedded-maven-plugin</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin</name> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/maven/tomee-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven/tomee-maven-plugin/pom.xml b/maven/tomee-maven-plugin/pom.xml index 6d620bc..8f6c696 100644 --- a/maven/tomee-maven-plugin/pom.xml +++ b/maven/tomee-maven-plugin/pom.xml @@ -16,17 +16,19 @@ 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> <parent> <artifactId>maven</artifactId> <groupId>org.apache.openejb.maven</groupId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </parent> <artifactId>tomee-maven-plugin</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>OpenEJB :: Maven Plugins :: TomEE Maven Plugin</name> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/maven/tomee-webapp-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/maven/tomee-webapp-archetype/pom.xml b/maven/tomee-webapp-archetype/pom.xml index d37c203..57dde6f 100644 --- a/maven/tomee-webapp-archetype/pom.xml +++ b/maven/tomee-webapp-archetype/pom.xml @@ -15,11 +15,13 @@ Licensed to the Apache Software Foundation (ASF) under one or more 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>maven</artifactId> <groupId>org.apache.openejb.maven</groupId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -40,8 +42,8 @@ Licensed to the Apache Software Foundation (ASF) under one or more </goals> <configuration> <target> - <replace file="${project.build.directory}/classes/archetype-resources/pom.xml" token="[TOMEE]" value="${project.version}" /> - <replace file="${project.build.directory}/classes/archetype-resources/pom.xml" token="[OPENEJB]" value="${openejb.version}" /> + <replace file="${project.build.directory}/classes/archetype-resources/pom.xml" token="[TOMEE]" value="${project.version}"/> + <replace file="${project.build.directory}/classes/archetype-resources/pom.xml" token="[OPENEJB]" value="${openejb.version}"/> </target> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 427c69b..06c5f09 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,8 @@ <!-- $Rev$ $Date$ --> -<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> @@ -32,7 +33,7 @@ <artifactId>openejb</artifactId> <packaging>pom</packaging> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <name>Apache OpenEJB</name> <description>Apache OpenEJB is an open source, modular, configurable and extendable EJB Container System and EJB @@ -89,7 +90,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/tomee.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/tomee.git</developerConnection> <url>scm:git:https://git-wip-us.apache.org/repos/asf/tomee.git</url> - <tag>tomee-1.7.2</tag> + <tag>HEAD</tag> </scm> <properties> @@ -109,15 +110,15 @@ <xbeanVersion>4.2</xbeanVersion> <!-- OSGi bundles properties --> - <openejb.bundle.activator /> + <openejb.bundle.activator/> <openejb.osgi.import.pkg>*</openejb.osgi.import.pkg> <openejb.osgi.import>${openejb.osgi.import.pkg}</openejb.osgi.import> <openejb.osgi.export.pkg>org.apache.openejb</openejb.osgi.export.pkg> <openejb.osgi.export>${openejb.osgi.export.pkg}*;version=${openejb.osgi.export.version}</openejb.osgi.export> - <openejb.osgi.fragment /> - <openejb.osgi.require /> + <openejb.osgi.fragment/> + <openejb.osgi.require/> <openejb.osgi.private.pkg>!*</openejb.osgi.private.pkg> - <openejb.osgi.dynamic.import.pkg /> + <openejb.osgi.dynamic.import.pkg/> <openejb.osgi.export.version>${project.version}</openejb.osgi.export.version> <openejb.osgi.dynamic.import>${openejb.osgi.dynamic.import.pkg}</openejb.osgi.dynamic.import> <openejb.osgi.symbolic.name>${project.groupId}.${project.artifactId}</openejb.osgi.symbolic.name> @@ -340,7 +341,7 @@ <!-- the following settings are important when working with git --> <localCheckout>true</localCheckout> <pushChanges>false</pushChanges> - <releaseProfiles /> + <releaseProfiles></releaseProfiles> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/server/openejb-activemq/pom.xml ---------------------------------------------------------------------- diff --git a/server/openejb-activemq/pom.xml b/server/openejb-activemq/pom.xml index 0d3d0c1..1728c0f 100644 --- a/server/openejb-activemq/pom.xml +++ b/server/openejb-activemq/pom.xml @@ -16,11 +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/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"> <parent> <artifactId>server</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>openejb-activemq</artifactId> http://git-wip-us.apache.org/repos/asf/tomee/blob/26e78d1d/server/openejb-axis/pom.xml ---------------------------------------------------------------------- diff --git a/server/openejb-axis/pom.xml b/server/openejb-axis/pom.xml index 039f6d4..ac35d9b 100644 --- a/server/openejb-axis/pom.xml +++ b/server/openejb-axis/pom.xml @@ -19,11 +19,12 @@ <!-- $Rev$ $Date$ --> -<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"> <parent> <artifactId>server</artifactId> <groupId>org.apache.openejb</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>openejb-axis</artifactId>