np guys. []s, Thiago. On Wed, Jul 18, 2018 at 9:06 AM, Jonathan Gallimore < [email protected]> wrote:
> Otavio - yes, we had agreed that. The version number still needed flipping > to 7.0.6-SNAPSHOT though. Thiago thanks for that and getting the build > green. > > Jon > > On Wed, Jul 18, 2018 at 12:35 PM, Thiago Veronezi <[email protected]> > wrote: > > > I was just trying to make the build green again. > > > > The release plugin could not change those values. We had both 7.0.5 and > > 7.0.6-SNAPSHOT values in the code. > > > > The build is green now. > > > > []s, > > Thiago > > > > > > On Wed, Jul 18, 2018, 07:12 Otávio Gonçalves de Santana, < > > [email protected]> wrote: > > > > > Maybe there is a miss understanding, on my side, but the idea would not > > be > > > after the 7.0.5 the project move this branch to master: > > > https://github.com/apache/tomee/tree/fb_tomee8 then start to work in > > Java > > > EE8, isn't? > > > > > > On Tue, Jul 17, 2018 at 12:20 PM, Thiago Veronezi < > [email protected]> > > > wrote: > > > > > > > https://issues.apache.org/jira/browse/INFRA-16781 > > > > Ticket created. > > > > > > > > []s, > > > > Thiago. > > > > > > > > > > > > On Tue, Jul 17, 2018 at 10:09 AM, Thiago Veronezi < > > [email protected]> > > > > wrote: > > > > > > > > > Changed the 7.0.5 versions to the next iteration. > > > > > > > > > > This code is building and passing locally. > > > > > The asf builders are offline, apparently. I will check that out as > > soon > > > > as > > > > > I have time. > > > > > > > > > > []s, > > > > > Thiago. > > > > > > > > > > > > > > > > > > > > On Tue, Jul 17, 2018 at 10:07 AM, <[email protected]> wrote: > > > > > > > > > >> Repository: tomee > > > > >> Updated Branches: > > > > >> refs/heads/master 9573042ce -> ca585754d > > > > >> > > > > >> > > > > >> replacing 7.0.5 by 7.0.6-SNAPSHOT > > > > >> > > > > >> > > > > >> Project: http://git-wip-us.apache.org/repos/asf/tomee/repo > > > > >> Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/ > > ca585754 > > > > >> Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/ca585754 > > > > >> Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/ca585754 > > > > >> > > > > >> Branch: refs/heads/master > > > > >> Commit: ca585754d28764e1a9b1a273675a9e52df52457a > > > > >> Parents: 9573042 > > > > >> Author: Thiago Veronezi <[email protected]> > > > > >> Authored: Tue Jul 17 10:03:41 2018 -0400 > > > > >> Committer: Thiago Veronezi <[email protected]> > > > > >> Committed: Tue Jul 17 10:03:41 2018 -0400 > > > > >> > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> .gitignore | 2 +- > > > > >> arquillian/arquillian-tomee-tests/pom.xml | 30 > > > > >> ++++++++++---------- > > > > >> examples/arquillian-jpa/pom.xml | 2 +- > > > > >> .../bean-validation-design-by-contract/pom.xml | 2 +- > > > > >> examples/cdi-realm/pom.xml | 2 +- > > > > >> examples/change-jaxws-url/pom.xml | 4 +-- > > > > >> examples/connector-ear/pom.xml | 2 +- > > > > >> examples/connector-war/pom.xml | 2 +- > > > > >> examples/datasource-ciphered-password/pom.xml | 2 +- > > > > >> examples/datasource-definition/pom.xml | 2 +- > > > > >> examples/datasource-versioning/pom.xml | 2 +- > > > > >> examples/deltaspike-fullstack/pom.xml | 2 +- > > > > >> examples/dynamic-datasource-routing/pom.xml | 2 +- > > > > >> examples/mbean-auto-registration/pom.xml | 2 +- > > > > >> examples/moviefun-rest/pom.xml | 2 +- > > > > >> examples/moviefun/pom.xml | 2 +- > > > > >> examples/mtom/pom.xml | 2 +- > > > > >> examples/multi-jpa-provider-testing/pom.xml | 4 +-- > > > > >> examples/multiple-arquillian-adapters/pom.xml | 2 +- > > > > >> examples/multiple-tomee-arquillian/pom.xml | 2 +- > > > > >> examples/pojo-webservice/pom.xml | 4 +-- > > > > >> examples/polling-parent/pom.xml | 2 +- > > > > >> examples/projectstage-demo/pom.xml | 2 +- > > > > >> examples/quartz-app/pom.xml | 2 +- > > > > >> examples/resources-declared-in-webapp/pom.xml | 4 +-- > > > > >> examples/resources-jmx-example/pom.xml | 2 +- > > > > >> examples/rest-example-with-application/pom.xml | 4 +-- > > > > >> examples/rest-example/pom.xml | 4 +-- > > > > >> examples/rest-on-ejb/pom.xml | 4 +-- > > > > >> examples/simple-cmp2/pom.xml | 6 ++-- > > > > >> .../moviefun/MoviesArquillianHtmlUnitTest.java | 2 +- > > > > >> pom.xml | 2 +- > > > > >> 32 files changed, 55 insertions(+), 55 deletions(-) > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/ > > .gitignore > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/.gitignore b/.gitignore > > > > >> index 0fa9ed4..fa39aa3 100644 > > > > >> --- a/.gitignore > > > > >> +++ b/.gitignore > > > > >> @@ -13,4 +13,4 @@ quick.bat > > > > >> /temp > > > > >> /report.txt > > > > >> nb-configuration.xml > > > > >> - > > > > >> +.factorypath > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/a > > > > >> rquillian/arquillian-tomee-tests/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/arquillian/arquillian-tomee-tests/pom.xml > > > > >> b/arquillian/arquillian-tomee-tests/pom.xml > > > > >> index ab05b69..94e03e9 100644 > > > > >> --- a/arquillian/arquillian-tomee-tests/pom.xml > > > > >> +++ b/arquillian/arquillian-tomee-tests/pom.xml > > > > >> @@ -161,7 +161,7 @@ > > > > >> <skip>${maven.test.skip}</skip> > > > > >> <argLine>-javaagent:${setting > > > > >> s.localRepository}/org/apache/tomee/openejb-javaagent/${ > > > > >> project.version}/openejb-javaagent-${project.version}. > jar</argLine> > > > > >> <systemPropertyVariables> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <arquillian.launch>tomee-embe > > > > >> dded</arquillian.launch> > > > > >> <openejb.arquillian.adapter>t > > > > >> omee-embedded</openejb.arquillian.adapter> > > > > >> </systemPropertyVariables> > > > > >> @@ -260,7 +260,7 @@ > > > > >> <skip>${skip.remote.webprofile}</skip> > > > > >> <systemPropertyVariables> > > > > >> <openejb.arquillian.debug>tru > > > > >> e</openejb.arquillian.debug> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.classifier>webprofile</ > > tomee.classifier> > > > > >> <arquillian.launch>tomee- > > > > remote</arquillian.launch> > > > > >> <openejb.arquillian.adapter>t > > > > >> omee-remote</openejb.arquillian.adapter> > > > > >> @@ -277,7 +277,7 @@ > > > > >> <skip>${skip.embedded}</skip> > > > > >> <argLine>-javaagent:${setting > > > > >> s.localRepository}/org/apache/tomee/openejb-javaagent/${ > > > > >> project.version}/openejb-javaagent-${project.version}.jar > > > > >> -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=768M</argLine> > > > > >> <systemPropertyVariables> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <arquillian.launch>tomee-embe > > > > >> dded</arquillian.launch> > > > > >> <openejb.arquillian.adapter>t > > > > >> omee-embedded</openejb.arquillian.adapter> > > > > >> </systemPropertyVariables> > > > > >> @@ -293,7 +293,7 @@ > > > > >> <skip>${skip.remote.plume}</skip> > > > > >> <systemPropertyVariables> > > > > >> <openejb.arquillian.debug>tru > > > > >> e</openejb.arquillian.debug> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.classifier>plume</tomee.classifier> > > > > >> <arquillian.launch>tomee- > > > > remote</arquillian.launch> > > > > >> <openejb.arquillian.adapter>t > > > > >> omee-remote</openejb.arquillian.adapter> > > > > >> @@ -313,7 +313,7 @@ > > > > >> <skip>${skip.remote.plus}</skip> > > > > >> <systemPropertyVariables> > > > > >> <openejb.arquillian.debug>tru > > > > >> e</openejb.arquillian.debug> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.classifier>plus</tomee.classifier> > > > > >> <arquillian.launch>tomee- > > > > remote</arquillian.launch> > > > > >> <openejb.arquillian.adapter>t > > > > >> omee-remote</openejb.arquillian.adapter> > > > > >> @@ -329,7 +329,7 @@ > > > > >> <configuration> > > > > >> <skip>${skip.webapp.webprofile}</skip> > > > > >> <systemPropertyVariables> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.tomcatVersion>${tomcat. > version}</tomee. > > > > >> tomcatVersion> > > > > >> <tomee.artifactId>tomee- > > webapp</tomee.artifactId> > > > > >> <arquillian.launch>tomee- > > > > webapp</arquillian.launch> > > > > >> @@ -346,7 +346,7 @@ > > > > >> <configuration> > > > > >> <skip>${skip.webapp.plus}</skip> > > > > >> <systemPropertyVariables> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.tomcatVersion>${tomcat. > version}</tomee. > > > > >> tomcatVersion> > > > > >> <tomee.artifactId>tomee-plus- > > > > >> webapp</tomee.artifactId> > > > > >> <arquillian.launch>tomee- > > > > webapp</arquillian.launch> > > > > >> @@ -363,7 +363,7 @@ > > > > >> <configuration> > > > > >> <skip>${skip.webapp.plume}</skip> > > > > >> <systemPropertyVariables> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.tomcatVersion>${tomcat. > version}</tomee. > > > > >> tomcatVersion> > > > > >> <tomee.artifactId>tomee-plume-webapp</tomee. > > > > >> artifactId> > > > > >> <arquillian.launch>tomee- > > > > webapp</arquillian.launch> > > > > >> @@ -473,7 +473,7 @@ > > > > >> <skip>${maven.test.skip}</skip> > > > > >> <argLine>-XX:MaxPermSize=768M</argLine> > > > > >> <systemPropertyVariables> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <arquillian.launch>tomee-embe > > > > >> dded</arquillian.launch> > > > > >> <openejb.arquillian.adapter>t > > > > >> omee-embedded</openejb.arquillian.adapter> > > > > >> </systemPropertyVariables> > > > > >> @@ -492,7 +492,7 @@ > > > > >> <skip>${maven.test.skip}</skip> > > > > >> <systemPropertyVariables> > > > > >> <openejb.arquillian.debug>tru > > > > >> e</openejb.arquillian.debug> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.classifier>webprofile</ > > tomee.classifier> > > > > >> <arquillian.launch>tomee- > > > > remote</arquillian.launch> > > > > >> <openejb.arquillian.adapter>t > > > > >> omee-remote</openejb.arquillian.adapter> > > > > >> @@ -509,7 +509,7 @@ > > > > >> <skip>${maven.test.skip}</skip> > > > > >> <systemPropertyVariables> > > > > >> <openejb.arquillian.debug>tru > > > > >> e</openejb.arquillian.debug> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.classifier>plus</tomee.classifier> > > > > >> <arquillian.launch>tomee- > > > > remote</arquillian.launch> > > > > >> <openejb.arquillian.adapter>t > > > > >> omee-remote</openejb.arquillian.adapter> > > > > >> @@ -526,7 +526,7 @@ > > > > >> <skip>${maven.test.skip}</skip> > > > > >> <systemPropertyVariables> > > > > >> <openejb.arquillian.debug>tru > > > > >> e</openejb.arquillian.debug> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.classifier>plume</tomee.classifier> > > > > >> <arquillian.launch>tomee- > > > > remote</arquillian.launch> > > > > >> <openejb.arquillian.adapter>t > > > > >> omee-remote</openejb.arquillian.adapter> > > > > >> @@ -548,7 +548,7 @@ > > > > >> <configuration> > > > > >> <skip>${maven.test.skip}</skip> > > > > >> <systemPropertyVariables> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.tomcatVersion>${tomcat. > version}</tomee. > > > > >> tomcatVersion> > > > > >> <tomee.artifactId>tomee- > > webapp</tomee.artifactId> > > > > >> <arquillian.launch>tomee- > > > > webapp</arquillian.launch> > > > > >> @@ -565,7 +565,7 @@ > > > > >> <configuration> > > > > >> <skip>${maven.test.skip}</skip> > > > > >> <systemPropertyVariables> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.tomcatVersion>${tomcat. > version}</tomee. > > > > >> tomcatVersion> > > > > >> <tomee.artifactId>tomee-plus- > > > > >> webapp</tomee.artifactId> > > > > >> <arquillian.launch>tomee- > > > > webapp</arquillian.launch> > > > > >> @@ -582,7 +582,7 @@ > > > > >> <configuration> > > > > >> <skip>${maven.test.skip}</skip> > > > > >> <systemPropertyVariables> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT< > /tomee.version> > > > > >> <tomee.tomcatVersion>${tomcat. > version}</tomee. > > > > >> tomcatVersion> > > > > >> <tomee.artifactId>tomee-plume-webapp</tomee. > > > > >> artifactId> > > > > >> <arquillian.launch>tomee- > > > > webapp</arquillian.launch> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/arquillian-jpa/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/arquillian-jpa/pom.xml > > > > >> b/examples/arquillian-jpa/pom.xml > > > > >> index c881a59..b66f4f4 100644 > > > > >> --- a/examples/arquillian-jpa/pom.xml > > > > >> +++ b/examples/arquillian-jpa/pom.xml > > > > >> @@ -18,7 +18,7 @@ > > > > >> <properties> > > > > >> <arquillian.version>1.1.10.Final</arquillian.version> > > > > >> <arquillian-persistence.version>1.0.0.Alpha7</arquillian- > > > > >> persistence.version> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> </properties> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/bean-validation-design-by-contract/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/bean-validation-design-by-contract/pom.xml > > > > >> b/examples/bean-validation-design-by-contract/pom.xml > > > > >> index aa973c1..9190838 100755 > > > > >> --- a/examples/bean-validation-design-by-contract/pom.xml > > > > >> +++ b/examples/bean-validation-design-by-contract/pom.xml > > > > >> @@ -26,7 +26,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <build> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/cdi-realm/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/cdi-realm/pom.xml > b/examples/cdi-realm/pom.xml > > > > >> index d96d084..3abe462 100644 > > > > >> --- a/examples/cdi-realm/pom.xml > > > > >> +++ b/examples/cdi-realm/pom.xml > > > > >> @@ -26,7 +26,7 @@ > > > > >> <name>OpenEJB :: Examples :: CDI Realm</name> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> <build> > > > > >> <defaultGoal>install</defaultGoal> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/change-jaxws-url/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/change-jaxws-url/pom.xml > > > > >> b/examples/change-jaxws-url/pom.xml > > > > >> index 254b9f6..280417b 100644 > > > > >> --- a/examples/change-jaxws-url/pom.xml > > > > >> +++ b/examples/change-jaxws-url/pom.xml > > > > >> @@ -28,7 +28,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <repositories> > > > > >> @@ -76,7 +76,7 @@ > > > > >> <artifactId>tomee-maven-plugin</artifactId> > > > > >> <version>7.0.6-SNAPSHOT</version> > > > > >> <configuration> > > > > >> - <tomeeVersion>7.0.5</tomeeVersion> > > > > >> + <tomeeVersion>7.0.6-SNAPSHOT</tomeeVersion> > > > > >> <tomeeClassifier>plus</tomeeClassifier> > > > > >> </configuration> > > > > >> </plugin> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/connector-ear/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/connector-ear/pom.xml > > > > >> b/examples/connector-ear/pom.xml > > > > >> index dfb6d46..3268cfa 100644 > > > > >> --- a/examples/connector-ear/pom.xml > > > > >> +++ b/examples/connector-ear/pom.xml > > > > >> @@ -25,7 +25,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> <version.shrinkwrap.resolver>2.1.0</version.shrinkwrap. > > resolver> > > > > >> </properties> > > > > >> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/connector-war/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/connector-war/pom.xml > > > > >> b/examples/connector-war/pom.xml > > > > >> index 7ca8cdb..d745c28 100644 > > > > >> --- a/examples/connector-war/pom.xml > > > > >> +++ b/examples/connector-war/pom.xml > > > > >> @@ -21,7 +21,7 @@ > > > > >> <name>OpenEJB :: Connector Examples :: Connector in WAR</name> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> <version.shrinkwrap.resolver>2.1.0</version.shrinkwrap. > > resolver> > > > > >> </properties> > > > > >> <repositories> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/datasource-ciphered-password/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/datasource-ciphered-password/pom.xml > > > > >> b/examples/datasource-ciphered-password/pom.xml > > > > >> index facaffc..1670fc4 100644 > > > > >> --- a/examples/datasource-ciphered-password/pom.xml > > > > >> +++ b/examples/datasource-ciphered-password/pom.xml > > > > >> @@ -27,7 +27,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <build> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/datasource-definition/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/datasource-definition/pom.xml > > > > >> b/examples/datasource-definition/pom.xml > > > > >> index eb0105b..aeeba63 100644 > > > > >> --- a/examples/datasource-definition/pom.xml > > > > >> +++ b/examples/datasource-definition/pom.xml > > > > >> @@ -24,7 +24,7 @@ > > > > >> <name>OpenEJB :: Examples :: Datasource Definition</name> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> <build> > > > > >> <defaultGoal>install</defaultGoal> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/datasource-versioning/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/datasource-versioning/pom.xml > > > > >> b/examples/datasource-versioning/pom.xml > > > > >> index 82cfe16..a5f83d5 100644 > > > > >> --- a/examples/datasource-versioning/pom.xml > > > > >> +++ b/examples/datasource-versioning/pom.xml > > > > >> @@ -26,7 +26,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <build> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/deltaspike-fullstack/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/deltaspike-fullstack/pom.xml > > > > >> b/examples/deltaspike-fullstack/pom.xml > > > > >> index 5d4d19a..45ea77d 100644 > > > > >> --- a/examples/deltaspike-fullstack/pom.xml > > > > >> +++ b/examples/deltaspike-fullstack/pom.xml > > > > >> @@ -24,7 +24,7 @@ > > > > >> <version.myfaces2>2.2.7</version.myfaces2> > > > > >> <version.deltaspike>1.3.0</version.deltaspike> > > > > >> <version.extval>2.0.8</version.extval> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> <openjpa.version>2.4.3</openjpa.version> > > > > >> </properties> > > > > >> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/dynamic-datasource-routing/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/dynamic-datasource-routing/pom.xml > > > > >> b/examples/dynamic-datasource-routing/pom.xml > > > > >> index 9680933..1b599bb 100755 > > > > >> --- a/examples/dynamic-datasource-routing/pom.xml > > > > >> +++ b/examples/dynamic-datasource-routing/pom.xml > > > > >> @@ -27,7 +27,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <build> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/mbean-auto-registration/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/mbean-auto-registration/pom.xml > > > > >> b/examples/mbean-auto-registration/pom.xml > > > > >> index d7160d0..670af0f 100755 > > > > >> --- a/examples/mbean-auto-registration/pom.xml > > > > >> +++ b/examples/mbean-auto-registration/pom.xml > > > > >> @@ -27,7 +27,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <build> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/moviefun-rest/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/moviefun-rest/pom.xml > > > > >> b/examples/moviefun-rest/pom.xml > > > > >> index e41c67e..32116b7 100644 > > > > >> --- a/examples/moviefun-rest/pom.xml > > > > >> +++ b/examples/moviefun-rest/pom.xml > > > > >> @@ -23,7 +23,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> <version.shrinkwrap.resolver>2.0.0</version.shrinkwrap. > > resolver> > > > > >> </properties> > > > > >> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/moviefun/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/moviefun/pom.xml b/examples/moviefun/pom.xml > > > > >> index 7d5a721..d428f16b 100644 > > > > >> --- a/examples/moviefun/pom.xml > > > > >> +++ b/examples/moviefun/pom.xml > > > > >> @@ -21,7 +21,7 @@ > > > > >> <name>OpenEJB :: Web Examples :: Moviefun</name> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> <version.shrinkwrap.resolver>2.0.0</version.shrinkwrap. > > resolver> > > > > >> </properties> > > > > >> <repositories> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/mtom/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/mtom/pom.xml b/examples/mtom/pom.xml > > > > >> index 3554bbb..bf515cb 100644 > > > > >> --- a/examples/mtom/pom.xml > > > > >> +++ b/examples/mtom/pom.xml > > > > >> @@ -27,7 +27,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <repositories> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/multi-jpa-provider-testing/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/multi-jpa-provider-testing/pom.xml > > > > >> b/examples/multi-jpa-provider-testing/pom.xml > > > > >> index 39d222c..db394f5 100644 > > > > >> --- a/examples/multi-jpa-provider-testing/pom.xml > > > > >> +++ b/examples/multi-jpa-provider-testing/pom.xml > > > > >> @@ -28,7 +28,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <build> > > > > >> @@ -71,7 +71,7 @@ > > > > >> </goals> > > > > >> <configuration> > > > > >> <skip>${maven.test.skip}</skip> > > > > >> - <argLine>"-javaagent:${setting > > > > >> s.localRepository}/org/apache/tomee/openejb-javaagent/7.0.5/ > > > > >> openejb-javaagent-7.0.5.jar"</argLine> > > > > >> + <argLine>"-javaagent:${setting > > > > >> s.localRepository}/org/apache/tomee/openejb-javaagent/7.0.6- > > > > >> SNAPSHOT/openejb-javaagent-7.0.6-SNAPSHOT.jar"</argLine> > > > > >> <systemPropertyVariables> > > > > >> <javax.persistence.provider>o > > > > >> rg.apache.openjpa.persistence.PersistenceProviderImpl</javax > > > > >> .persistence.provider> > > > > >> </systemPropertyVariables> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/multiple-arquillian-adapters/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/multiple-arquillian-adapters/pom.xml > > > > >> b/examples/multiple-arquillian-adapters/pom.xml > > > > >> index b1ad297..3dd9b5e 100644 > > > > >> --- a/examples/multiple-arquillian-adapters/pom.xml > > > > >> +++ b/examples/multiple-arquillian-adapters/pom.xml > > > > >> @@ -28,7 +28,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> <arquillian.version>1.1.10.Final</arquillian.version> > > > > >> </properties> > > > > >> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/multiple-tomee-arquillian/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/multiple-tomee-arquillian/pom.xml > > > > >> b/examples/multiple-tomee-arquillian/pom.xml > > > > >> index 74b5daf..a5049f6 100644 > > > > >> --- a/examples/multiple-tomee-arquillian/pom.xml > > > > >> +++ b/examples/multiple-tomee-arquillian/pom.xml > > > > >> @@ -25,7 +25,7 @@ > > > > >> <name>OpenEJB :: Examples :: Multiple TomEE with > > Arquillian</name> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> <build> > > > > >> <defaultGoal>install</defaultGoal> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/pojo-webservice/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/pojo-webservice/pom.xml > > > > >> b/examples/pojo-webservice/pom.xml > > > > >> index 44acd36..312938f 100644 > > > > >> --- a/examples/pojo-webservice/pom.xml > > > > >> +++ b/examples/pojo-webservice/pom.xml > > > > >> @@ -25,7 +25,7 @@ > > > > >> <name>OpenEJB :: Web Examples :: Pojo WS</name> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> <repositories> > > > > >> <repository> > > > > >> @@ -69,7 +69,7 @@ > > > > >> <artifactId>tomee-maven-plugin</artifactId> > > > > >> <version>7.0.6-SNAPSHOT</version> > > > > >> <configuration> > > > > >> - <tomeeVersion>7.0.5</tomeeVersion> > > > > >> + <tomeeVersion>7.0.6-SNAPSHOT</tomeeVersion> > > > > >> <tomeeClassifier>plus</tomeeClassifier> > > > > >> </configuration> > > > > >> </plugin> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/polling-parent/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/polling-parent/pom.xml > > > > >> b/examples/polling-parent/pom.xml > > > > >> index 52c3b15..675238a 100644 > > > > >> --- a/examples/polling-parent/pom.xml > > > > >> +++ b/examples/polling-parent/pom.xml > > > > >> @@ -28,7 +28,7 @@ > > > > >> <properties> > > > > >> <xbean.version>4.4</xbean.version> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <build> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/projectstage-demo/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/projectstage-demo/pom.xml > > > > >> b/examples/projectstage-demo/pom.xml > > > > >> index 0858f92..b3e0865 100644 > > > > >> --- a/examples/projectstage-demo/pom.xml > > > > >> +++ b/examples/projectstage-demo/pom.xml > > > > >> @@ -25,7 +25,7 @@ > > > > >> <name>OpenEJB :: Examples :: DeltaSpike ProjectStage</name> > > > > >> > > > > >> <properties> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> </properties> > > > > >> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/quartz-app/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/quartz-app/pom.xml > > b/examples/quartz-app/pom.xml > > > > >> index 51e2184..b78a84f 100644 > > > > >> --- a/examples/quartz-app/pom.xml > > > > >> +++ b/examples/quartz-app/pom.xml > > > > >> @@ -27,7 +27,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <modules> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/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 aa9fbd5..9dc8ac9 100644 > > > > >> --- a/examples/resources-declared-in-webapp/pom.xml > > > > >> +++ b/examples/resources-declared-in-webapp/pom.xml > > > > >> @@ -28,7 +28,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <repositories> > > > > >> @@ -83,7 +83,7 @@ > > > > >> <webappArtifact> > > > > >> <groupId>org.apache.tomee</groupId> > > > > >> <artifactId>openejb-tomcat- > plus-webapp</artifactId> > > > > >> - <version>7.0.5</version> > > > > >> + <version>7.0.6-SNAPSHOT</version> > > > > >> <contextPath>openejb</contextPath> > > > > >> </webappArtifact> > > > > >> </webapps> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/resources-jmx-example/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/resources-jmx-example/pom.xml > > > > >> b/examples/resources-jmx-example/pom.xml > > > > >> index af98d59..cd25ea2 100644 > > > > >> --- a/examples/resources-jmx-example/pom.xml > > > > >> +++ b/examples/resources-jmx-example/pom.xml > > > > >> @@ -29,7 +29,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <modules> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/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 c272d4e..2bdd86a 100644 > > > > >> --- a/examples/rest-example-with-application/pom.xml > > > > >> +++ b/examples/rest-example-with-application/pom.xml > > > > >> @@ -28,7 +28,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <repositories> > > > > >> @@ -83,7 +83,7 @@ > > > > >> <webappArtifact> > > > > >> <groupId>org.apache.tomee</groupId> > > > > >> <artifactId>tomee-plus-webapp</artifactId> > > > > >> - <version>7.0.5</version> > > > > >> + <version>7.0.6-SNAPSHOT</version> > > > > >> <contextPath>openejb</contextPath> > > > > >> </webappArtifact> > > > > >> </webapps> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/rest-example/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/rest-example/pom.xml > > > > b/examples/rest-example/pom.xm > > > > >> l > > > > >> index dc07eb6..0e6c9ae 100644 > > > > >> --- a/examples/rest-example/pom.xml > > > > >> +++ b/examples/rest-example/pom.xml > > > > >> @@ -28,7 +28,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> <version.openjpa>2.4.0</version.openjpa> > > > > >> </properties> > > > > >> > > > > >> @@ -79,7 +79,7 @@ > > > > >> <version>7.0.6-SNAPSHOT</version> > > > > >> <configuration> > > > > >> <simpleLog>true</simpleLog> > > > > >> - <tomeeVersion>7.0.5</tomeeVersion> > > > > >> + <tomeeVersion>7.0.6-SNAPSHOT</tomeeVersion> > > > > >> <tomeeClassifier>plus</tomeeClassifier> > > > > >> </configuration> > > > > >> </plugin> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/rest-on-ejb/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/rest-on-ejb/pom.xml > > > b/examples/rest-on-ejb/pom.xml > > > > >> index ed60747..32912b2 100644 > > > > >> --- a/examples/rest-on-ejb/pom.xml > > > > >> +++ b/examples/rest-on-ejb/pom.xml > > > > >> @@ -31,7 +31,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <build> > > > > >> @@ -51,7 +51,7 @@ > > > > >> <artifactId>maven-surefire-plugin</artifactId> > > > > >> <version>2.18.1</version> > > > > >> <configuration> > > > > >> - > > > <argLine>"-javaagent:${settings.localRepository}/org/apache/ > > > > >> tomee/openejb-javaagent/7.0.5/openejb-javaagent-7.0.5.jar"</ > > argLine> > > > > >> + > > > <argLine>"-javaagent:${settings.localRepository}/org/apache/ > > > > >> tomee/openejb-javaagent/7.0.6-SNAPSHOT/openejb-javaagent-7. > > > > >> 0.6-SNAPSHOT.jar"</argLine> > > > > >> </configuration> > > > > >> </plugin> > > > > >> </plugins> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/simple-cmp2/pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/simple-cmp2/pom.xml > > > b/examples/simple-cmp2/pom.xml > > > > >> index 8dc3119..d2fdc85 100644 > > > > >> --- a/examples/simple-cmp2/pom.xml > > > > >> +++ b/examples/simple-cmp2/pom.xml > > > > >> @@ -31,7 +31,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> </properties> > > > > >> > > > > >> <build> > > > > >> @@ -51,7 +51,7 @@ > > > > >> <artifactId>maven-surefire-plugin</artifactId> > > > > >> <version>2.18.1</version> > > > > >> <configuration> > > > > >> - > > > <argLine>-javaagent:${basedir}/target/openejb-javaagent-7.0. > > > > >> 5.jar</argLine> > > > > >> + > > > <argLine>-javaagent:${basedir}/target/openejb-javaagent-7.0. > > > > >> 6-SNAPSHOT.jar</argLine> > > > > >> <workingDirectory>${basedir}/target</workingDirectory> > > > > >> </configuration> > > > > >> </plugin> > > > > >> @@ -72,7 +72,7 @@ > > > > >> <artifactItem> > > > > >> <groupId>org.apache.tomee</groupId> > > > > >> <artifactId>openejb-javaagent</artifactId> > > > > >> - <version>7.0.5</version> > > > > >> + <version>7.0.6-SNAPSHOT</version> > > > > >> <outputDirectory>${project.bu > > > > >> ild.directory}</outputDirectory> > > > > >> </artifactItem> > > > > >> </artifactItems> > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/e > > > > >> xamples/simple-ear/moviefun-functional-tests/src/test/java/ > > > > >> org/superbiz/moviefun/MoviesArquillianHtmlUnitTest.java > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/examples/simple-ear/moviefun-functional-tests/src/ > > test/ > > > > >> java/org/superbiz/moviefun/MoviesArquillianHtmlUnitTest.java > > > > >> b/examples/simple-ear/moviefun-functional-tests/src/test/ > > > > >> java/org/superbiz/moviefun/MoviesArquillianHtmlUnitTest.java > > > > >> index 5066f5d..346f889 100644 > > > > >> --- a/examples/simple-ear/moviefun-functional-tests/src/test/ > > > > >> java/org/superbiz/moviefun/MoviesArquillianHtmlUnitTest.java > > > > >> +++ b/examples/simple-ear/moviefun-functional-tests/src/test/ > > > > >> java/org/superbiz/moviefun/MoviesArquillianHtmlUnitTest.java > > > > >> @@ -37,7 +37,7 @@ public class MoviesArquillianHtmlUnitTest { > > > > >> > > > > >> @Deployment > > > > >> public static EnterpriseArchive createDeployment() { > > > > >> - final EnterpriseArchive enterpriseArchive = > > > > >> Maven.resolver().resolve("org.superbiz:moviefun-ear:ear:1.1. > > > > 0-SNAPSHOT") > > > > >> + final EnterpriseArchive enterpriseArchive = > > > > >> Maven.resolver().resolve("org.superbiz:moviefun-ear:ear:7.0. > > > > 6-SNAPSHOT") > > > > >> .withoutTransitivity().asSing > > > > >> le(EnterpriseArchive.class); > > > > >> > > > > >> System.out.println(enterpriseArchive.toString(true)); > > > > >> > > > > >> http://git-wip-us.apache.org/repos/asf/tomee/blob/ca585754/ > pom.xml > > > > >> ------------------------------------------------------------ > > ---------- > > > > >> diff --git a/pom.xml b/pom.xml > > > > >> index aa9e71f..8fe02b8 100644 > > > > >> --- a/pom.xml > > > > >> +++ b/pom.xml > > > > >> @@ -93,7 +93,7 @@ > > > > >> > > > > >> <properties> > > > > >> > > > > >> - <tomee.version>7.0.5</tomee.version> > > > > >> + <tomee.version>7.0.6-SNAPSHOT</tomee.version> > > > > >> <maven.compiler.source>1.7</maven.compiler.source> > > > > >> <maven.compiler.target>1.7</maven.compiler.target> > > > > >> > > > > >> > > > > >> > > > > > > > > > > > > > > >
