You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2018/12/04 14:39:11 UTC

[1/2] tomee git commit: TOMEE-2313 - Fixed surefire and openjpa versions on webapp archetype resource pom

Repository: tomee
Updated Branches:
  refs/heads/master 7ff618f0a -> 7d5a56097


TOMEE-2313 - Fixed surefire and openjpa versions on webapp archetype resource pom


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/13f32a62
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/13f32a62
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/13f32a62

Branch: refs/heads/master
Commit: 13f32a6298ed40628c382101fdd06357da7c5ac4
Parents: b4cf3cf
Author: CesarHernandezGt <cf...@gmail.com>
Authored: Mon Dec 3 12:50:36 2018 -0600
Committer: CesarHernandezGt <cf...@gmail.com>
Committed: Mon Dec 3 12:50:36 2018 -0600

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/13f32a62/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml b/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml
index d8f9ca0..e8332f8 100644
--- a/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml
@@ -91,7 +91,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>${surefire.version}</version>
+        <version>2.21.0</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -112,7 +112,7 @@
       <plugin>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-maven-plugin</artifactId>
-        <version>${openjpa.version}</version>
+        <version>3.0.0</version>
         <configuration>
           <includes>**/entities/*.class</includes>
           <excludes>**/entities/XML*.class</excludes>


[2/2] tomee git commit: This closes apache/tomee#232

Posted by jl...@apache.org.
This closes apache/tomee#232


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/7d5a5609
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/7d5a5609
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/7d5a5609

Branch: refs/heads/master
Commit: 7d5a56097709c95c1681cff10612addadc20b67f
Parents: 7ff618f 13f32a6
Author: Jean-Louis Monteiro <je...@gmail.com>
Authored: Tue Dec 4 15:39:01 2018 +0100
Committer: Jean-Louis Monteiro <je...@gmail.com>
Committed: Tue Dec 4 15:39:01 2018 +0100

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------