You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/04/17 20:07:09 UTC

tomee git commit: fixing pom.xml module

Repository: tomee
Updated Branches:
  refs/heads/master 24900b1e3 -> 746fc1f30


fixing pom.xml module


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

Branch: refs/heads/master
Commit: 746fc1f3049cd7bb861043d15703aaadd4e37b83
Parents: 24900b1
Author: Romain manni-Bucau <rm...@gmail.com>
Authored: Sun Apr 17 20:07:02 2016 +0200
Committer: Romain manni-Bucau <rm...@gmail.com>
Committed: Sun Apr 17 20:07:02 2016 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/746fc1f3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ef1fa0e..eb25e1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,9 +22,6 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
-  <modules>
-    <module>gradle</module>
-  </modules>
 
   <parent>
     <groupId>org.apache</groupId>
@@ -488,6 +485,7 @@
       <modules>
         <module>itests</module>
         <module>maven</module>
+        <module>gradle</module>
         <module>container</module>
         <module>server</module>
         <module>examples</module>
@@ -514,6 +512,7 @@
       <id>quick</id>
       <modules>
         <module>maven</module>
+        <module>gradle</module>
         <module>container</module>
         <module>server</module>
         <module>assembly</module>
@@ -617,6 +616,7 @@
       <modules>
         <module>itests</module>
         <module>maven</module>
+        <module>gradle</module>
         <module>container</module>
         <module>server</module>
         <module>examples</module>