Commit ad6b0b03 by AndyGee

TomEE 7.0.2

parent 7a014403
...@@ -61,7 +61,6 @@ ...@@ -61,7 +61,6 @@
<artifactId>tomee-maven-plugin</artifactId> <artifactId>tomee-maven-plugin</artifactId>
<version>${tomee.version}</version> <version>${tomee.version}</version>
<configuration> <configuration>
<tomeeVersion>${tomee.version}</tomeeVersion>
<tomeeClassifier>webprofile</tomeeClassifier> <tomeeClassifier>webprofile</tomeeClassifier>
</configuration> </configuration>
</plugin> </plugin>
...@@ -69,7 +68,7 @@ ...@@ -69,7 +68,7 @@
</build> </build>
<properties> <properties>
<tomee.version>7.0.1</tomee.version> <tomee.version>7.0.2</tomee.version>
<openejb.javaee.api>7.0</openejb.javaee.api> <openejb.javaee.api>7.0</openejb.javaee.api>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<failOnMissingWebXml>false</failOnMissingWebXml> <failOnMissingWebXml>false</failOnMissingWebXml>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment